Web service job execution error

Hi,
I created a webservice type data store with WSDL URL in DI 12.1.1.3 version. I created a data flow as follows
DI Row Generator --> Query1–> Query2 (with New Function call) --> XML target. The mapping is not giving any error while validate, but its giving the following error while execute the job.
Error Message :

|Dataflow New_DataFlow2|Transform Query_1-Function1
There is no response for the web service <GET_EDLOCATIONLIST>. Please check if network, the web server and the service are
running properly. Please also make sure the service client call time out is set properly.

Could you please help me to resolve this?

Thanks,
Manivannan


Manivannan (BOB member since 2007-03-20)

what is your datastore type ? if its Native Webservice then, are you using HTTPS or HTTP to connect to the server ? if its HTTPS then you have to enable HTTPS and set the key store in axis2.xml in %LINK_DIR%\ext\webservice-c check the doucmentation for this

if you are using Adapter Datastore then check the adapter trace log ? what is the error message ?


manoj_d (BOB member since 2009-01-02)

Hi Manoj,
I am using Native Webservice data store. Also I am using HTTP to connect to the server. My DI version is 12.1.1

Thanks,
Mani


Manivannan (BOB member since 2007-03-20)

run the job from command line with -D option and check the axis2.log in the %LINK_DIR%\log folder for any descriptive error messages

did you try using Webservice Adapter and Adapter Datastore ?


manoj_d (BOB member since 2009-01-02)