Re: AW: How to craft a custom Fault detail message?

2004-05-18 Thread Davanum Srinivas
was generated > > > "de.eis.ws.axis.WSException extends AxisFault" for a client side. > > > When the Exception is triggered on the server side, a client receives the > > > following XML stream: > > > > > > > > >> > xmlns:soap

Re: AW: How to craft a custom Fault detail message?

2004-05-18 Thread smcardle
rg/2001/XMLSchema"; > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > > > > > > soapenv:Server.userException > > de.eis.ws.axis.WSException > > > >> xmlns:ns1="http://axis.ws.eis.de"

How to craft a custom Fault detail message?

2004-05-17 Thread James Turner
Hi there, I'm trying to create custom detail messages to indicate the nature of request faults, so that they can appropriately be handled on the client side. I've been told by Those Who Know that I shouldn't use anything beyond Client or Server in the faultcode to be compatible with the Basic P

Custom fault

2002-10-10 Thread BOURLON Agnès
Hello, I would like to generate a fault envelope like this one (with an object serialized in XML in tag) : Is it possible with Axis? I tryed to serialize in xml the object Myfaultdetails before setting the setFaultDetailString().. and the the xml tags are encoding like this : Thanks in

RE: Custom Fault

2002-04-30 Thread Tom Jordahl
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 9:20 AM To: [EMAIL PROTECTED] Subject: Custom Fault Hi, Does axis beta 2 supports custom faults? If so how should I define them in WSDL? I tryed with: In the SOAP fa

Custom Fault

2002-04-30 Thread milos . cekovic
CProvider.java:229) #xd; ... I can catch my custom fault, but I can not retrieve any data (myTypes:MyType) out of it. Thanks for any ideas. Milos Cekovic