JW,
Well, ColdFusion natively uses SOAP as its webservice transfer protocol.
You may not find a specific topic about it as it is considerd assumed.

For accessing the API of another SOAP webservice, you can use cfhttp.  If
you want a sample of an implementation in CF, Ray Camden put out an API that
access a remote webservice from Google Calendar.  It should show you
implementations to call the webservice.  This should give you an idea about
what you might need for an API and what is involved.

http://ray.camdenfamily.com/projects/googlecal/

Teddy

On 10/6/06, J W <[EMAIL PROTECTED]> wrote:
>
> I have a new project which requires me to send SOAP messages to a third
> party backend SOAP API. It will then give me back responses based on my
> SOAP
> call.
>
> Trouble is, i am not sure where to start. The API docs arn't much help, I
> have full docs on all the calls, but NO sample examples of integrations.
> Sure there is are sample calls, but they are just the XML example, but
> nothing of the actual way to make the SOAP call. Of couse I was told there
> have never been any COLDFUSION integrations of this API yet, so I am to
> just
> figure it out. We run CFMX6.1 in the shop, is there an advantage to
> running
> CFMX7 for this kind of stuff? Is there any good books, tutorials, online
> stuff on SOAP and coldfusion interaction? I've run through the CFMX bible
> and Forta's Advanced Application development book without much luck.
>
> Hope that made some sense...
> Thanks.
> J
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to