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
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"
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
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
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
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