I need someone that can provide me a ColdFusion MX 8 webservice that recieves this:
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <authenticate xmlns="http://developer.intuit.com/"> <strUserName xsi:type="xsd:string">username</strUserName> <strPassword xsi:type="xsd:string">password</strPassword> </authenticate> </SOAP-ENV:Body> </SOAP-ENV:Envelope> And returns this: HTTP/1.1 200 OK Date: Sat, 02 May 2009 17:45:48 GMT Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l DAV/2 PHP/5.2.9 X-Powered-By: PHP/5.2.9 Content-Length: 416 Connection: close Content-Type: text/xml <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://developer.intuit.com/"> <SOAP-ENV:Body> <ns1:authenticateResponse> <ns1:authenticateResult> <ns1:string>15c9ce293bd3f41b761c21635b14fa06</ns1:string> <ns1:string></ns1:string> </ns1:authenticateResult> </ns1:authenticateResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Should be simple. It is killing me. Andy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-jobs/message.cfm/messageid:7676 Subscription: http://www.houseoffusion.com/groups/cf-jobs/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.13
