I need someone that can provide me a ColdFusion MX 8 web service that receives 
this: 

<?xml version="1.0" encoding="utf-8"?><soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:tns="http://developer.intuit.com"; 
xmlns:types="http://developer.intuit.com/encodedTypes"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";><soap:Body 
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><q1:authenticate 
xmlns:q1="http://developer.intuit.com/";><strUserName 
xsi:type="xsd:string">test</strUserName><strPassword 
xsi:type="xsd:string">qwrqwqr</strPassword></q1:authenticate></soap:Body></soap:Envelope>

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>


Contact me at [email protected].

Thanks.
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:7677
Subscription: http://www.houseoffusion.com/groups/cf-jobs/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.13

Reply via email to