InterviewSolution
| 1. |
Mention What Is The Message Format Used In Soap? |
|
Answer» Message format is WRITTEN by USING the XML language. The message format is STANDARD, and it is widely used. The message format is like POST/In Stock HTTP/1.1 Host: local host (www.xyz.org) Content Type: application/soap+xml; char set=utf-8 Content length: 300 SOAPAction: http://www.guru99.org/2003/05/soap-envelop> <? xml version= “1.0”?> <soap: Envelop XMLNS:soap= http://www.guru99.org/2003/05/soap-envelop> <soap: HEADER> </soap: Header> <soap: Body> <m:CareerName>Guru99</m:CareerName> </soap: Body> </soap: Envelope> Message format is written by using the XML language. The message format is standard, and it is widely used. The message format is like POST/In Stock HTTP/1.1 Host: local host (www.xyz.org) Content Type: application/soap+xml; char set=utf-8 Content length: 300 SOAPAction: http://www.guru99.org/2003/05/soap-envelop> <? xml version= “1.0”?> <soap: Envelop xmlns:soap= http://www.guru99.org/2003/05/soap-envelop> <soap: Header> </soap: Header> <soap: Body> <m:CareerName>Guru99</m:CareerName> </soap: Body> </soap: Envelope> |
|