> > Nothing about HTTP headers. You won't be able to post this using > cfhttp, but it looks doable to construct the XML in CF and then > post it using something else. > > Jochem
Why couldn;t he post using cfhttp, i must be missing something....? Adam H On 5/11/05, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > Doug Ford wrote: > > Here's a page from the manual that I have been sent. This is what the > > server wants. > > Over SSL? > > > > <?xml version="1.0" encoding="utf-8"?> > > CF 4.5 doesn't do UTF-8. Fortunately the first 128 characters are > identical to those in US-ASCII. > > > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > <soap:Body> > > <GetBankInformation xmlns="http://webservice.icheck.net/"> > > <objAuthentication> > > <UserName>UserName1</UserName> > > <Password>Password1</Password> > > Will these ever contain 'funny characters'? > > > > <TransactionID>12455</TransactionID> > > <ClientID>112233</ClientID> > > </objAuthentication> > > <ABA>021200012</ABA> > > </GetBankInformation> > > </soap:Body> > > </soap:Envelope> > > Nothing about HTTP headers. You won't be able to post this using > cfhttp, but it looks doable to construct the XML in CF and then > post it using something else. > > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206456 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

