SOAP? Looking For Tutorials, etc.
Monday 17 November 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!
2008-11-17 » Jim Priest
17 November 2008 @ 3:28 pm
If I remember right, the Dev Guide has an ‘ok’ section on SOAP…
17 November 2008 @ 6:08 pm
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
17 November 2008 @ 6:41 pm
Henry – that is very cool! Thanks for the tip!
17 November 2008 @ 7:16 pm
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.
18 November 2008 @ 12:13 am
@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 :(