My Oracle Support Banner

Execute getActivationData For Supplemented PSR Order and Receive Error: "Exception Exporting Service Activation Data. Message: New Due Date" or "Message: Cancel" or "Message: Correction" or "Message: Other" (Doc ID 3012623.1)

Last updated on APRIL 08, 2024

Applies to:

Oracle Communications MetaSolv Solution - Version 6.3.1 and later
Information in this document applies to any platform.

Symptoms

Execute getActivationData Web Service for a PSR Order that has been Due Date supplemented and receive the following getActivationDataByKeyResponse:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns0:Fault xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.w3.org/2003/05/soap-envelope">
         <faultcode>ns0:Server</faultcode>
         <faultstring>Exception Exporting Service Activation Data.
 Message: New Due Date</faultstring>
         <detail>
            <ns0:WSException xmlns:ns0="http://www.openuri.org/">
               <message>Exception Exporting Service Activation Data.
 Message: New Due Date</message>
            </ns0:WSException>
         </detail>
      </ns0:Fault>
   </S:Body>
</S:Envelope>
 

Execute getActivationData Web Service for a PSR Order that has been supplemented with Cancel and receive the following getActivationDataByKeyResponse:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns0:Fault xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.w3.org/2003/05/soap-envelope">
         <faultcode>ns0:Server</faultcode>
         <faultstring>Exception Exporting Service Activation Data.
 Message: Cancel</faultstring>
         <detail>
            <ns0:WSException xmlns:ns0="http://www.openuri.org/">
               <message>Exception Exporting Service Activation Data.
 Message: Cancel</message>
            </ns0:WSException>
         </detail>
      </ns0:Fault>
   </S:Body>
</S:Envelope>

  

Execute getActivationData Web Service for a PSR Order that has been supplemented with Correction and receive the following getActivationDataByKeyResponse:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns0:Fault xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.w3.org/2003/05/soap-envelope">
         <faultcode>ns0:Server</faultcode>
         <faultstring>Exception Exporting Service Activation Data.
 Message: Correction</faultstring>
         <detail>
            <ns0:WSException xmlns:ns0="http://www.openuri.org/">
               <message>Exception Exporting Service Activation Data.
 Message: Correction</message>
            </ns0:WSException>
         </detail>
      </ns0:Fault>
   </S:Body>
</S:Envelope>

 

Execute getActivationData Web Service for a PSR Order that has been supplemented with Other and receive the following getActivationDataByKeyResponse:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns0:Fault xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.w3.org/2003/05/soap-envelope">
         <faultcode>ns0:Server</faultcode>
         <faultstring>Exception Exporting Service Activation Data.
 Message: Other</faultstring>
         <detail>
            <ns0:WSException xmlns:ns0=" http://www.openuri.org /">
               <message>Exception Exporting Service Activation Data.
 Message: Other</message>
            </ns0:WSException>
         </detail>
      </ns0:Fault>
   </S:Body>
</S: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
References


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