SOAP 1.1 vs SOAP 1.2
"Eran Chinthaka" <[email protected]>
| Newsgroups | gmane.text.xml.distributed |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm implementing SOAP 1.1 and SOAP 1.2 for Apache Axis2. Our programming model is SOAP 1.2 and I found following problems in implementing that. SOAP 1.2 has defined clear mapping of faultCode and faultString from SOAP 1.1 to FaultCode and FaultReason in SOAP 1.2. But there was no counter part defined for faultActor and detail in SOAP 1.2 specification. Can I assume that faultActor maps to Role element and detail maps to Detail element in SOAP 1.2 ? Thanks and Regards, Eran Chinthaka