Question
help me understand ColdFusion's SOAP implementation
I'm having some trouble sending data to a SOAP function. I built a data struct and I need to pass this to a remote server.
The way CF's implementation of SOAP was explained to me was that CF comsumes the wsdl through createObject or cfinvoke. This allows CF to convert objects into the proper SOAP:body required to work with the service. This doesn't seem to be working for me. Any I doing this the right way?
