I am struggling to find a clear example of how to interface CF 7 with a web 
service, and was wondering if anyone here has managed to achieve what I am 
trying to acheieve.

The SOAP API takes the form of;

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Header>
        <CredentialSoapHeader xmlns="http://tempuri.org/";>
                <Username>string</Username>
                <Password>string</Password>
        </CredentialSoapHeader>
</soap:Header>
<soap:Body>
<GetPageViewByCustom xmlns="http://tempuri.org/";>
<pageList>
        <int>int</int>
        <int>int</int>
</pageList>
<startTime>dateTime</startTime>
<endTime>dateTime</endTime>
<timeBreakdown>int</timeBreakdown>
</GetPageViewByCustom>
</soap:Body>
</soap:Envelope>

What I am struggling with is forming complex objects of, for example, type 
[timeBreakDown] in CF, I am continuously told Web service operation 
'myMethod()' with parameters {args} could not be found.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305100
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to