Page 1 of 1

WS Transformer error

Posted: Sun Sep 25, 2011 8:37 am
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)

Posted: Sun Sep 25, 2011 8:54 am
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.

Posted: Sun Sep 25, 2011 9:01 am
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...

Posted: Sun Sep 25, 2011 11:59 am
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