954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Soap

What is main function of SOAP message for web services:

a) Web service server configuration
b) XML form of method invocation
c) XML form of signatures of exposed business logic methods
d) Semantic specification of Web services

Kiran1
Newbie Poster
1 post since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

sounds like a homework question, in which case it's safe to answer a month or so later ;)

Which message do you mean? The request message or the response message?

a) is just a special case of b)
d) is another way of describing c)

b) could be true for the request message, not the response message which would be the result of that method invocation.

c) doesn't have anything to do with the message, but with the WSDL for the service.

So the question cannot be answered using one (or a combination of several) of the supplied options.
b) however comes closest under the restriction that it's valid only under specific conditions for specific types of messages.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You