Status Code 0 Value Is Returned When Performing a Web Service Call
(Doc ID 2433814.1)
Last updated on JUNE 16, 2021
Applies to:
Primavera Unifier Cloud Service - Version 17.1 and laterPrimavera Unifier - Version 17.7 and later
Information in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
When attempting to perform a Web Service call using the SoapUI application, the following is returned in the XML Response section:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<ns1:web_service_call_Response xmlns:ns1="http://general.service.webservices.skire.com">
<ns1:return>
<ax21:statusCode xmlns:ax21="http://xml.util.webservices.skire.com/xsd">0</ax21:statusCode>
<ax21:xmlcontents xmlns:ax21="http://xml.util.webservices.skire.com/xsd"/>
<ax21:errorStatus xmlns:ax21="http://xml.util.webservices.skire.com/xsd"/>
</ns1:return>
</ns1:web_service_call_Response>
</soapenv:Body>
</soapenv:Envelope>
EXPECTED BEHAVIOR
The Web Service call should succeed and the statusCode value returned should be 200.
The issue can be reproduced at will with the following steps:
- Launch the SoapUI application.
- Select the .wsdl file and open a new project.
- Expand the specific Web Service call and select the Request.
- Populate the endpoint URL.
- Populate the XML data tags.
- Execute the XML.
- View the reported status code in the XML Response section.
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 |
References |