Wednesday, July 29, 2020

SOAP Payload to get Sales Order Details Oracle cloud 20a (Oracle Fusion Sales order details)

Use SOAP UI
---------------------------------------------------------------------------------------------------
Service WSDL URL: https://XXX-XX.oraclecloud.com/fscmService/OrderInformationService?WSDL
Operation: Get_order_details
--------------------------------------------------------------------------------------------------------------------------
<soapenv:Envelope xmlns:ord="http://xmlns.oracle.com/apps/scm/doo/decomposition/orderDetailServices/orderInformationService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/scm/doo/decomposition/orderDetailServices/orderInformationService/types/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-DCBB78C265A4ECA9AB15943860156682">
            <wsu:Created>2020-07-10T13:00:15.668Z</wsu:Created>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-DCBB78C265A4ECA9AB15943860075601">
            <wsse:Username>{fusion_username}</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">{_fusion_password}</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">zv144sI+5IfEFAgr5Rg9fA==</wsse:Nonce>
            <wsu:Created>2020-07-10T13:00:07.551Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:GetOrderDetails>
         <!--Zero or more repetitions:-->
         <typ:Order>
            <ord:SourceTransactionNumber>{sales_order_number_here}</ord:SourceTransactionNumber>
         </typ:Order>
      </typ:GetOrderDetails>
   </soapenv:Body>
</soapenv:Envelope>

1 comment:

  1. Thanks for sharing this insightful guide! It's a practical asset for professionals seeking to enhance their integration capabilities. Paired with Oracle Fusion Financial Online Training, individuals can ensure a robust skill set for efficient management of financial processes in Oracle Fusion.

    ReplyDelete

SOAP Payload to get Sales Order Details Oracle cloud 20a (Oracle Fusion Sales order details)

Use SOAP UI --------------------------------------------------------------------------------------------------- Service WSDL URL:  https://X...