Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-18 Thread Tim K. (Gmane)
otherwise be known to the client. From: M S [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 9:23 PM To: axis-user@ws.apache.org Subject: RE: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS? Hi Dino, Thanks for your reply. Does .NE

Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-18 Thread Anne Thomas Manes
7;", fault.errorCode); > >> Console.WriteLine("fault.stack: '{0}'", fault.serverStackTraceId); > >> // etc > >>} > >>else > >> Console.WriteLine("detail is null!"); > >>

Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-18 Thread Tim K. (Gmane)
in the WSDL? Assuming I was not using the funky array stuff, and just trying to deserialize a standard object with xsd string/int attributes etc by using the detail element inside a SoapException, do you know how you would go about doing this? many thanks, Matt. From: "Dino Chiesa&qu

Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-17 Thread M S
PROTECTED]> >To: axis-user@ws.apache.org >Subject: Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS? >Date: Wed, 16 Mar 2005 10:50:23 -0500 > >Per both the SOAP 1.1 spec and the WS-I BP, faults must be described >as document/literal -- even if th

Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-16 Thread Anne Thomas Manes
row new > exception.UnexpectedTypeException(WebServiceConstants.TRANSACTION_TIMEOUT + > " not an Int32."); > transactionTimeout = (Int32) nvArray[i].value; > break; > default: > break; > } > } > if (user == null) > { > throw new exc

RE: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-15 Thread Dino Chiesa
osed into the WSDL, so that it gets generated into the client-side proxy class.  or it must otherwise be known to the client.    From: M S [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 9:23 PMTo: axis-user@ws.apache.orgSubject: RE: Using .NET how to deserialize obj from detail elemen

RE: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-15 Thread M S
s? many thanks, Matt.   >From: "Dino Chiesa" <[EMAIL PROTECTED]> >Reply-To: axis-user@ws.apache.org >To: >Subject: RE: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS? >Date: Tue, 15 Mar 2005 17:32:05 -0800 > >first, >get rid of

Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-15 Thread M S
Hello, I'm trying to build a C# client to consume an AXIS Web Service (running SOAP over HTTP).  The Web Service encodes full server-side exception traces in the Soap Fault > Detail element using complex type structures declared in the WSDL file.   I have had absolutely no luck working out how I