Skip to content

Instantly share code, notes, and snippets.

@stefanosala
Created September 13, 2011 13:00
Show Gist options
  • Save stefanosala/1213756 to your computer and use it in GitHub Desktop.
Save stefanosala/1213756 to your computer and use it in GitHub Desktop.
<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:ns1='http://commerce.m.fe.amos.accenture.com'>
<SOAP-ENV:Body>
<ns1:mCommerce>
<request>
<enterpriseId>001</enterpriseId>
<fieldMap>
<entry>
<key>VAS_PP_USER.CUSTOMERS.BIRTHDATE</key>
<value>
<Array arrayType='xsd:string[3]'>
<value>01/01/1980</value>
<value>Date</value>
<value>=</value>
</Array>
</value>
</entry>
</fieldMap>
<msisdn>3771500862</msisdn>
<transactionId>TLN_1</transactionId>
<amount>1.00</amount>
<channel>WEB</channel>
<currency>EUR</currency>
<merchantId>TELETHON</merchantId>
<paymentMethod>4</paymentMethod>
<productCategory>1</productCategory>
<productCode>DON</productCode>
<productDescription>Donazione Telethon</productDescription>
<productName>Donazione Telethon</productName>
<action>SUBMIT</action>
</request>
</ns1:mCommerce>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment