1. SoapFault forum.springsource.orgHi, WS-I says, that dot-subcodes are not allowed as error codes. That's why subcode elements exist. It would be nice if i could add subcodes to a SoapFault. I need that ... |
2. SOAPFault & WSDL forum.springsource.orgSOAPFault & WSDL I implemented a web service which returns an exception for certain conditions. I made changes to the -servlet.xml & to my exception class using the @SoapFault(faultCode = FaultCode.CLIENT) ... |
3. @SoapFault problem forum.springsource.org@SoapFault problem Hi, I need to know if i have a class Code: class xyz{ public Methodxxx(){ try{ } catch(Exception ex) { if (ex.getErrorCode()==Test.Bad_error) { throw new TestException(TestError.TestId,"Bad error"); } else ... |
4. How to extract the fault detail content from the customized SoapFault? forum.springsource.orgHow to extract the fault detail content from the customized SoapFault? I have a custom exception resolver in which I add detail tag to the SoapFault using SoapFaultDetail. But while extracting ... |
5. SoapFault Detail is limited to text strings in SpringWS forum.springsource.orgSoapFault Detail is limited to text strings in SpringWS My wsdl operation has a wsdl:fault defined as a complex type. Jaxb generates an object class for it, that can be marshaled. ... |