Author |
Message |
maniphilip
Participant
Joined: 15 Jan 2015
Posts: 17
Location: India
Points: 164
|
|
DataStage® Release: 9x |
Job Type: Parallel |
OS: Unix |
|
In our project we are using a web service and we are using web service transformer stage to call the web service.Our job design is given below
Seq File ->WSDL Transformer->XML file
Right now we are testing for a single invocation of web service.Initially we faced the firewall issue , and we resolved the issue,now we are able to connect to web service server from datastage server and we checked it using telnet.We are using key store file to do handshakes between web service and datastage.But now we are facing the below error
Service invocation exception: <Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode xmlns="">SOAP-ENV:Server</faultcode>
<faultstring xmlns="">A timeout occurred during processing</faultstring>
<faultactor xmlns="">/</faultactor>
<detail xmlns=""><text>Timeout. Broker did not provide a response within the specified time interval (180 seconds) (made it to flow: true)</text></detail>
</Fault>
at com.ascentialsoftware.wsclient.OperationCall.handleRemoteException(OperationCall.java:388)
at com.ascentialsoftware.wsclient.OperationCall.invoke(OperationCall.java:293)
at com.ascentialsoftware.wsclient.WebService.callServiceInternal(WebService.java:1685)
at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1591)
at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1544)
at com.ascentialsoftware.wspack.Transformer.process(Transformer.java:105)
at com.ascentialsoftware.jds.StageFactory.runStage(StageFactory.java:544)
at com.ascentialsoftware.jds.StageFactory.runTransformer(StageFactory.java:361)
Please help.
We are getting response from SOAP UI for the same input
|
|
|
|
 |
maniphilip
Participant
Joined: 15 Jan 2015
Posts: 17
Location: India
Points: 164
|
|
|
|
|
|
Do we have to make a host entry for web service port address in datastage environment to resolve the time out issue?
|
|
|
|
 |
qt_ky

Group memberships: Premium Members
Joined: 03 Aug 2011
Posts: 2897
Location: USA
Points: 21971
|
|
|
|
|
|
Is your soapUI testing run on a Windows client or on your UNIX DataStage server? Testing this type of problem needs to be done from the server.
Usually timeouts indicate firewall blockages. If you are certain you have the firewall open, and you've tested the IP and port using telnet from the UNIX server, then I would suspect that the web service itself is timing out on the other end.
You might also want to involve your network team to monitor traffic and trace what's going on.
|
_________________
Choose a job you love, and you will never have to work a day in your life. - Confucius
|
|
|
 |
ray.wurlod
Participant
Group memberships: Premium Members, Inner Circle, Australia Usergroup, Server to Parallel Transition Group
Joined: 23 Oct 2002
Posts: 54621
Location: Sydney, Australia
Points: 296179
|
|
|
|
|
|
Another possibility (which I have encountered in the past) is that the web server itself is overloaded. This is another thing that you should check.
|
_________________ IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold. |
|
|
 |
eostic

Group memberships: Premium Members
Joined: 17 Oct 2005
Posts: 3840
Points: 31021
|
|
|
|
|
|
It is sometimes very worthwhile to re-write your Job as a Server Job, using the WS Transformer Stage......do this for debugging purposes, because the WSTransformer in Server supports fully tracing cap ...
|
_________________ Ernie Ostic
blogit!
Open IGC is Here! |
|
|
 |
chulett
 since January 2006
Group memberships: Premium Members, Inner Circle, Server to Parallel Transition Group
Joined: 12 Nov 2002
Posts: 43085
Location: Denver, CO
Points: 222463
|
|
|
|
|
|
Excellent advice, as usual.
|
_________________ -craig
"You can never have too many knives" -- Logan Nine Fingers
|
|
|
 |
maniphilip
Participant
Joined: 15 Jan 2015
Posts: 17
Location: India
Points: 164
|
|
|
|
|
|
Thank you Ernie,qt_ky and Ray for the suggestions.
We will work on it and let you know
|
|
|
|
 |
dipeshk12886
Participant
Joined: 30 Apr 2014
Posts: 8
Points: 56
|
|
|
 |
|