SOAP Requests using the IO taglib

2006-01-04 Thread Brian Battersby
I am currently able to get the correct data back from our Web Service using the following taglib data: io:soap url=http://216.143.130.38:1080/rnksoapservice.asmx; SOAPAction=http://216.143.130.38/GetSubjectStatusList; io:body SOAP-ENV:Envelope

Re: SOAP Requests using the IO taglib

2006-01-04 Thread Hassan Schroeder
Brian Battersby wrote: I am currently able to get the correct data back from our Web Service ... However, the data is just displayed in the HTML page as a raw string. I would like to store the data in a parameter in the right structure. The structure of the data should be as follows: If

RE: SOAP Requests using the IO taglib

2006-01-04 Thread Brian Battersby
To: Tag Libraries Users List Subject: Re: SOAP Requests using the IO taglib Brian Battersby wrote: I am currently able to get the correct data back from our Web Service ... However, the data is just displayed in the HTML page as a raw string. I would like to store the data in a parameter

Re: SOAP Requests using the IO taglib

2006-01-04 Thread Hassan Schroeder
Brian Battersby wrote: I need to get the data back in XML format so I can parse out the individual elements. For some reason, I was expecting the above response. Now I didn't write the Web Service. Do you think that the Web Service is not sending back the proper SOAP response? It *is* in