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 are the advantages of json over http as compared to soap over http?
explain how you can parameterize the endpoints in soap ui?
Explain the utilities of soap web services to its users?
What are the elements of a soap message structure?
write a sql query retrive all xml data. how to retrive xml data wit single sql query.
Enlist few frameworks in java to implement soap web services.
Why is rest more popular than soap?
Explain about Transport methods in SOAP?
What is the procedure to send the call and get the response from the client to server using soap?
What are the differences between rpc style and document style soap web services?
what is the transport method in SOAP?
Define soap?