From: Peter R. <pet...@mi...> - 2001-02-09 09:37:49
|
On Fri, Feb 09, 2001 at 05:06:33PM +1100, Ina Cheng wrote: > > Hi Peter, > > I hope you can clarify the following feature that Tyson hopes to implement > in the client side: > > For the design of the client side, Tyson wrote: > > In addition, an interface will be provided that allows an > arbitrary XML message to be passed using SOAP (and the response > will be returned as XML too). This will allow programmers to > use their own encodings and communicate with any SOAP based > service. > Good question. Is there a standard way of specifying which method you wish to call? I would presume so. If there is then I would imagine that you use the standard way to specify which method you wanted to call and then you would just pass the given XML string as is to the method and return the exact XML string which the SOAP method returns back to the programmer. If there isn't, then I would imagine you would just pass the XML string as is to the SOAP server and appending any headers that are necessary and then strip any unecessary headers from the response and hand that back to the programmer. Make sense? Pete |