|
I've seen there was a confusion between RPC and
Document.
There are only two styles defined in WSDL, i.e.,
"style=document"
or "style=message." There is no such thing called
"style=message"
unless I am missing something.
Pae
----- Original Message -----
Sent: Wednesday, November 27, 2002 5:29
AM
Subject: RE: RPC and message
communication
No.
If the service is expecting the message to be formatted as a style=document,
then the client must send a message that is formatted as style=document. And
vice versa. The service dictates what style must be used, and specifies it in
the WSDL description. The client MUST format the message as described in the
WSDL file.
Anne
Can I make client with RPC and server with
message, and vice-versa, to
communicate?
|