Sending complex objects through webservices using ColdFusion
Using web servies with ColdFusion is pretty simple most of the time, you create a webservice object and then call the methods on that object, for example: This is all fine and dandy if you have to pass a simple string or many other things, but what happens if, as I am having to do at the moment, you need to call a method that takes an object as a parameter? Sometimes, looking at the WSDL of the webserive isn't enough to tell you how to create an object to send to the webservice. First of, a simple way of
Read comments or post a reply to : Sending complex objects through webservices using ColdFusion