How to Decode Response from Agile AIX Export
(Doc ID 2464433.1)
Last updated on FEBRUARY 24, 2019
Applies to:
Oracle Agile Product Collaboration - Version 9.3.4.0 and laterInformation in this document applies to any platform.
Goal
Using the below SOAP call
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns0:exportDataRequest xsi:type="exportDataRequestType"
xmlns="http://www.agile.com/2003/04/ais/export"
xmlns:ns0="http://www.agile.com/ais"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<query>
<criteria>[Title Block.Number] == '<NUMBER>'</criteria>
<objectType>
<predefined>Item</predefined>
</objectType>
</query>
<filters>
<filter-name>MBOM - Export Parts</filter-name>
</filters>
<format>aXML</format>
</ns0:exportDataRequest>
</env:Body>
</env:Envelope>
Customer gets this encode response
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:exportDataReturn xmlns:ns2="http://www.agile.com/ais/export">"<VALUE>"</ns2:exportDataReturn>
</S:Body>
</S:Envelope>
Solution
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
Goal |
Solution |
References |