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!
If I remember right, the Dev Guide has an ‘ok’ section on SOAP…
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/coldfusion/8/htmldocs/webservices_01.html
Henry – that is very cool! Thanks for the tip!
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.
@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 :(