From: Ina C. <in...@st...> - 2001-02-09 06:06:14
|
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. I'm not sure what `an arbitrary XML message' means here. It can either be something to do with the RPC like: <Envelope> <Body> <methodname> <argument>1</argument> </methodname> </Body> </Envelope> or just the RPC: <methodname> <argument>1</argument> </methodname> or something have nothing to do with RPC like: <Envelope> <Body> <Message>Echo Hello World</Message> </Body> </Envelope> I hope you can help me to sort this out. Thanks. Ina <in...@st...> |