Answered
passing xml to a web service
Hi all,
I am trying to capture some xml that is being passed to a web service I am creating. I set the argument to an XML type. When I return the argument, the returned file content seems to approximate the XML being passed into the web service. However, I can't seem to access any of the XML from within the webservice.
I tried doing a cfdump to a file within the web service of the XML and all I get are all the java object declarations, no XML. I try calling the java object functions and I get nothing. I tried accesing the XML elements using the ColdFusion syntax, and it says the elements doen't exist.
So if anyone has a clue, it would be appreciated.
Thanks,
Jim
I am trying to capture some xml that is being passed to a web service I am creating. I set the argument to an XML type. When I return the argument, the returned file content seems to approximate the XML being passed into the web service. However, I can't seem to access any of the XML from within the webservice.
I tried doing a cfdump to a file within the web service of the XML and all I get are all the java object declarations, no XML. I try calling the java object functions and I get nothing. I tried accesing the XML elements using the ColdFusion syntax, and it says the elements doen't exist.
So if anyone has a clue, it would be appreciated.
Thanks,
Jim
