Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfhttp soap

Guest
Aug 08, 2008 Aug 08, 2008
what is extension for this file when i use over cfhttp. and how do i call that. thanks

<cfsavecontent variable="theSoap">
<soap:Envelope xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<transaction>
<merchant_id>123456789</merchant_id>
<trnType>P</trnType>
<trnCardOwner>Sam Shopper</trnCardOwner>
<trnCardNumber>5100000010001004</trnCardNumber>
<trnExpMonth>01</trnExpMonth>
<trnExpYear>08</trnExpYear>
<trnOrderNumber>12345</trnOrderNumber>
<trnAmount>50.00</trnAmount>
<ordEmailAddress>user@domain.com</ordEmailAddress>
<ordName>Sam Shopper</ordName>
<ordPhoneNumber>999-999-9999</ordPhoneNumber>
<ordAddress1>1020 Fort Street</ordAddress1>
<ordAddress2></ordAddress2>
<ordCity>Victoria</ordCity>
<ordProvince>BC</ordProvince>
<ordPostalCode>V8T4R5</ordPostalCode>
<ordCountry>CA</ordCountry>
</transaction>
</soap:Body>
</soap:Envelope>
</cfsavecontent>
TOPICS
Advanced techniques
496
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 08, 2008 Aug 08, 2008
LATEST
You will have to find the web address from wherever you got it from.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources