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 elements of a soap message?
Explain about the SOAP body element?
Explain about the encoding style attribute?
Enlist the operation types response used in wsdl?
What is entrust privacy service?
How is SOAP different from traditional RPC?
What are the syntax rules for a soap message?
What are soapui assertions?
What is SOAP and why it is required ?
What are the web relation functionalities provided by soap protocol?
Discuss various approaches to develop soap based web service?
soapui <person> <fname>abc</fname> <lname>xyz</lname> <age>22</age> </person> above data i am prepareing in soapui and run the request and generate response. how to fetch this xml response data using oracle sql query. pls tell me query.