My Oracle Support Banner

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 later
Primavera 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:

  1. Launch the SoapUI application.
  2. Select the .wsdl file and open a new project.
  3. Expand the specific Web Service call and select the Request.
  4. Populate the endpoint URL.
  5. Populate the XML data tags.
  6. Execute the XML.
  7. 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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.