Web Service Debuging options

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
skywayterrace
Participant
Posts: 7
Joined: Thu Aug 15, 2013 8:49 pm
Location: ny

Web Service Debuging options

Post by skywayterrace »

Hi Team,
I am using web service client to extract the data thru WSDL.I am receiving following error.

I have set up http authentication in webservice client option and trusted server checked.I get the same error in SOAP UI

1.Is any configuration setting needs to be done in Webservice layer(cloud).
2.is any debug option available in DS to view the Header what's been submitted to webservice.( i am using DS 9.1.2)


Please let me know your suggestion.



0047`:`com.ascentialsoftware.wsclient.ServiceInvocationException: Service invocation exception: <Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode xmlns="">HTTP</faultcode>
<faultstring xmlns="">(401)Unauthorized</faultstring>
<detail xmlns="">
<string>return code: 401
;HTTP Status 401 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report&This request requires HTTP authentication ().</u></p><HR size="1" noshade="noshade"><h3>ServiceNow</h3></body></html></string>
</detail>
</Fault>
at com.ascentialsoftware.wsclient.OperationCall.handleRemoteException(OperationCall.java:406)
at com.ascentialsoftware.wsclient.OperationCall.invoke(OperationCall.java:311)
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.runSource(StageFactory.java:335)
skywayterrace
Participant
Posts: 7
Joined: Thu Aug 15, 2013 8:49 pm
Location: ny

Re: Web Service Debuging options

Post by skywayterrace »

just update...I am able to get working in Server stage!!! Strange it doesnt work in parallel stage..

I am opening a ticket with IBM to resolve.
Post Reply