views:

496

answers:

0

I was previously using Axis 1.2 to create and throw AxisFaults to simulate a clients web service. We have since moved to Weblogic and I have taken the same code and converted it to a SOAPFault and now throw a new SoapFaultException( of SOAPFault), but Weblogic will now no longer compile the class.

It yells about "javax.xml.soap.SOAPFault is an interface, and JAXB can't handle interfaces."

Weblogic seems to have no examples on faults that I can find would anyone know the proper fault I'm suppose to throw?