Error: '603 - Business Process Name Is Not Correct' When Using the getSpaceList Web Service Request
(Doc ID 2411729.1)
Last updated on JUNE 16, 2021
Applies to:
Primavera Unifier Cloud Service - Version 17.12.0.0 and laterPrimavera Unifier - Version 17.12.0.0 and later
Information in this document applies to any platform.
Symptoms
An invalid response message is received when the getSpaceList() web service call is used.
ERROR
-----------------------
603 - Business Process Name is not correct
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Prepare request XML
2. Send request
3. Receive response XML
4. Invalid response message is displayed
Example XML that is incorrect:
<soap:Header/>
<soap:Body>
<gen:getSpaceList>
<!--Optional:-->
<gen:shortname>your_company_shortname</gen:shortname>
<!--Optional:-->
<gen:authcode>your_company_authcode</gen:authcode>
<!--Optional:-->
<gen:projectNumber>your_projectnumber</gen:projectNumber>
<!--Optional:-->
<gen:spacetype>spacetype_name</gen:spacetype>
</gen:getSpaceList>
</soap:Body>
</soap: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 |