Reputation: 117
We have the cxml file which we have to convert into API format. So what way it will be easy to integrate in Magento.
<cXML version="1.0" payloadID="[email protected]" timestamp="1999-03-12T18:39:09-08:00">
<Header>
<From>
<Credential domain="AribaNetworkUserId">
<Identity>[email protected]</Identity>
</Credential>
</From>
<To>
<Credential domain="AribaNetworkUserId">
<Identity>[email protected]</Identity>
</Credential>
</To>
<Sender>
<Credential domain="AribaNetworkUserId">
<Identity>[email protected]</Identity>
<SharedSecret>foobar</SharedSecret>
</Credential>
<UserAgent>ORMS</UserAgent>
</Sender>
</Header>
<Request>
<SupplierDataRequest>
<SupplierID domain="DUNS">123456789</SupplierID>
</SupplierDataRequest>
</Request>
</cXML>
how we have to convert this cxml file into API?
Upvotes: 1
Views: 671