5

SOAP? Looking For Tutorials, etc.

Posted November 17th, 2008. Filed under Code

We’re using JIRA at work for issue tracking and I need to write a small ColdFusion app that integrates with it… looking through the JIRA docs they have a SOAP API available so I need to figure out how that works…  :)

Anyone know of any good ColdFusion related SOAP tutorials, blogs posts, etc?

If so leave a link in the comments!

Possibly Related:

If you have enjoyed this entry. Please feel free to bookmark it using your favorite social bookmarking site

5 Responses so far

  1. todd sharp says:

    If I remember right, the Dev Guide has an ‘ok’ section on SOAP…

  2. Henry Ho says:

    It’s easy to consume SOAP web services in CF using CFEclipse!

    Use CFEclipse, and use Services Browser (Window -> Show View -> Other…)

    Click (+) button, add the wsdl path, and then right click on a method and generate a or createObject().

    read:
    http://livedocs.adobe.com/cold.....es_01.html

  3. Jim says:

    Henry – that is very cool! Thanks for the tip!

  4. Henry Ho says:

    The latest issue (Vol. 3, Issue 1) of Fusion Authority Quarterly Update also has a few articles on SOAP/Webservices!

    https://secure.houseoffusion.com/Vol3Issue1.cfm

    highly recommended.

  5. @Henry, which version of eclipse are you using? I’m using 3.3.2 and I only have 2 items on the right click menu once I’ve opened up a wsdl in the Services Browser:

    1. Add WSDL
    2. Delete WSDL

    No other options :(

Leave a Comment