What do you mean by SOAP encoding?
Answer / ankesh
A.SOAP uses an XML format to encode data. There are two ways
in which it maps high level datatypes like integers, arrays
to a serialized XML format- Section 5 encoding and Literal
encoding. Section 5 encoding, also called SOAP encoding, is
named after the section in the SOAP 1.1 specification that
defines it. Literal encoding on the other hand uses a XML
Schema to validate...
Is This Answer Correct ? | 5 Yes | 5 No |
What is the difference between top down & bottom up approach in soap web services?
What are the elements of a soap message?
What are the syntax rules for a soap message?
What are transport methods in soap?
what is the difference between JSON and SOAP?
One key aspect of service oriented architectures is late binding of services: That is while an application is being executed the system can bind to the required concrete service. i. Service selection in inContext makes use of non- functional and functional aspects. Discuss briefly the difference between functional and non- functional aspects in SoA and why it is necessary to consider both when selecting services. ii. Discuss briefly how the inContext platform uses relevance ranking for service selection. Explain in particular how context data is being used. Continued
Explain the major obstacle faced by soap users?
What do you know about foundation security services?
About how soap messages are sent and received in web service ?
what is the transport method in SOAP?
Does soap use http get or post?
How is SOAP different from traditional RPC?