>
> <cfhttp url="" method="POST" resolveurl="NO">
> <cfhttpparam type="HEADER" name="Content-Type" value="text/xml; charset=utf-8">
> <cfhttpparam type="HEADER" name="Content-Length" value="#len(tostring(instatement))#">
> <cfhttpparam type="HEADER" name="SOAPAction" value="https://webservices.bamart.com/Auth">
> <cfhttpparam type="HEADER" name="verify_info" value="#xmlTransform("<merchant_id>merchant</merchant_id><user_id>user</user_id><password>passowrd</password>", xmlString)#">
> <cfhttpparam type="BODY" name="test" value="#tostring(instatement)#">
> </cfhttp>
I have not done much with SOAP, but the xmlTransform() function expects
an xml document and an xsl(t) document - you are passing it 2 xml
documents.
--
Vale,
Rob
Luxuria immodica insaniam creat.
Sanam formam viatae conservate!
http://www.rohanclan.com
http://treebeard.sourceforge.net
http://ashpool.sourceforge.net
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

