Hi Rob,

XmlTransform was my feeble attempt at formatting the ³verify_info²
variable... Do you know the correct way?

BZaccheo

On 2/17/04 12:39 PM, "Rob Rohan" <[EMAIL PROTECTED]> wrote:

> On Tue, 2004-02-17 at 10:41, Butch Zaccheo wrote:
>> >
>> > <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.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to