GWWS Server Error Seen When Sending Soap Inbound Messages To Tuxedo Service
(Doc ID 1374673.1)
Last updated on SEPTEMBER 06, 2022
Applies to:
Oracle Tuxedo - Version 11.1.1.2.0 and laterInformation in this document applies to any platform.
Symptoms
Customer gets failure on Soap input when trying to call Tuxedo service via SALT Inbound messaging.
With tracing turned on, you will see the following failure when parsing the input soap message:
GWWS.xxxx.1034.0: TRACE:ms:SCO[4095] FSM State Transition:--None-->ParseSOAPBody
GWWS.xxxx.1034.0: TRACE:ms:SCO[4095] FSM State Transition:--Default-->ParseBodyRoot
GWWS.xxxx.1034.0: TRACE:ms:SCO[4095] FSM State Transition:--OK-->ParseBodyElement
GWWS.xxxx.1034.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
GWWS.xxxx.1034.0: TRACE:ms:SCO[4095] FSM State Transition:--Fail-->SOAPFault
GWWS.xxxx.1034.0: TRACE:ms:SCO[4095] FSM State Transition:--Default-->ParseBodyRoot
GWWS.xxxx.1034.0: TRACE:ms:SCO[4095] FSM State Transition:--OK-->ParseBodyElement
GWWS.xxxx.1034.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
GWWS.xxxx.1034.0: TRACE:ms:SCO[4095] FSM State Transition:--Fail-->SOAPFault
Typically you will see one of two different types of soap envelope fault messages depending upon the input:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body><SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>GWWS_CAT:1037: DataMapping Error: Tag 'urn:paramA' is unexpected.</faultstring>
</SOAP-ENV:Fault></SOAP-ENV:Body>
</SOAP-ENV:Envelope>
OR
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body><SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>GWWS_CAT:1060: Internal Error: Tuxedo application service don't return buffer with TPFAIL.</faultstring>
</SOAP-ENV:Fault></SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<SOAP-ENV:Body><SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>GWWS_CAT:1037: DataMapping Error: Tag 'urn:paramA' is unexpected.</faultstring>
</SOAP-ENV:Fault></SOAP-ENV:Body>
</SOAP-ENV:Envelope>
OR
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body><SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>GWWS_CAT:1060: Internal Error: Tuxedo application service don't return buffer with TPFAIL.</faultstring>
</SOAP-ENV:Fault></SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |