-
Sep 15th, 2006, 05:01 AM
#1
Extension of SoapFaultMappingExceptionResolver
Hi,
i want to add a bean to the details element of an soap fault.
I added the marshaller bean to my SoapFaultMappingExceptionResolver, but the marshaller has only the method
marshaller.marshal(faultType, <RESULT>);
and the the SoapFault method
soapFault.addFaultDetail().addFaultDetailElement(< QNAME>)
. Result is only an interface. What element do i have to create? Should i use the
soapContext.getSoapResponse().getPayloadResult()
element for that?
How do i transform my Result element to a QName?
Cheers,
Ingo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules