Reputation:
What is meant by Message Format in WebService I have been told that Message Format can be of two styles (RPC / Document )
Please tell me what is meant by Message Format and how it is actually related to the Web services ??
Upvotes: 0
Views: 892
Reputation: 479
Message Exchanging Formats means the way in which the client XML structure should look like so that the provider can understand the document. there are 4 MEF's:
RPC-encoded is the default MEF for the JAX-RPC API and document-literal is the default MEF for the JAX-WS API
Upvotes: 1
Reputation: 13297
does RPC/Literal and Freedom of Choice help? or Which style of WSDL should I use?
Upvotes: 0