Webservices - Need help getting started..
Hello all,
I am fairly new to webservices and Coldfusion so I could use some help getting started. The creation of the webservice has already been done, so I don't need to create a new one, so that part is already done. The existing webservice is written in .NET and I need to consume it using Coldfusion. I believe I have all of the information that I need from the creator(s) in various XML files. There are a few examples of requests in .xml file format within the information that was given, along with a wsdl.xml file. From my reading on Coldfusion and webservices is they are consumed using the...
<cfinvoke webservice="yada.wsdl" method="yoddle" returnvariable="returnedVal">
and send arguments via
<cfinvokeargument
to the webservice which returns the data.
But this is where I am struggling..it looks like I should use the wsdl.xml file to connect to the webservice..is this correct? Do I need to place the wsdl.xml outside of the webroot within IIS?
All suggestions are appreciated.
