Page 1 of 1

Web Service Debuging options

Posted: Tue Mar 25, 2014 5:16 am
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)

Re: Web Service Debuging options

Posted: Tue Mar 25, 2014 3:55 pm
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.