WS Transformer error

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

Moderators: chulett, rschirm

Post Reply
kogads
Premium Member
Premium Member
Posts: 74
Joined: Fri Jun 05, 2009 5:36 pm

WS Transformer error

Post by kogads »

has anyone encountered this type of error??? please help me fix this

APT_CombinedOperatorController,0: Fatal Error: Fatal: 0026`:`com.ascentialsoftware.wsclient.ServiceInvocationException: Service invocation exception: <ns1:Fault xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:HTTP</faultcode>
<faultstring>(415)Cannot process the message because the content type &apos;text/xml; charset=utf-8&apos; was not the expected type &apos;application/soap+msbin1&apos;.</faultstring>
<detail>
<string>return code: 415
</string>
</detail>
</ns1:Fault>
at com.ascentialsoftware.wsclient.OperationCall.handleRemoteException(OperationCall.java:369)
at com.ascentialsoftware.wsclient.OperationCall.invoke(OperationCall.java:274)
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)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Come on now... help us help you fix it. Give us some details as to what the heck your job is doing, stages used, etc.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kogads
Premium Member
Premium Member
Posts: 74
Joined: Fri Jun 05, 2009 5:36 pm

Post by kogads »

chulett wrote:Come on now... help us help you fix it. Give us some details as to what the heck your job is doing, stages used, etc.
i am using a webservices trf stage, input and output are sequential stages , i am passing all the required inputs to the webservice trf and when i run the job its giving me this error...
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

The service doesn't like what you are sending it...could be a whole lot of reasons for that.....did you import the wsdl directly? are you building the SOAP envelope yourself? Does the wsdl import perfectly and work from SOAPUI, Actional Diagnostics, or any other Web Service testing tool?

Speak also to the author of the service you are calling. The 415 is from it.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply