I received one document from the supplier that describes how I can send the cXML request to purchase orders from their website. They send me an example, but I'm not sure do we need to make some sort of connection, because here we have :
Credential domain
Identity
SharedSecret
Is this something common in XML requests, and do I need to contact them to set up a connection, Im not sure, and I don't wanna be stupid because they already send me documentation but this part is not so good explained, any help?
<Header>
<From>
<Credential domain="AribaNetworkUserId">
<Identity>admin@acme.com</Identity>
</Credential>
</From>
<To>
<Credential domain="DUNS">
<Identity>114315195</Identity>
</Credential>
</To>
<Sender>
<Credential domain="AribaNetworkUserId">
<Identity>sysadmin@ariba.com</Identity>
<SharedSecret>abracadabra</SharedSecret>
</Credential>
<UserAgent>Network Hub V1.1</UserAgent>
</Sender>
</Header>