Reading Header from SOAP Envelope

2003-07-15 Thread Samprathi, Subramani non Unisys
Hi All, I am having a problem in reading the header. I have a complex data"RequestHeader"set in SOAPHeader. When I tried using soapHeaderElement.getObjectValue() it returns NULL!!.. Is there a wayIcan the handle to RequestHeader object? Following is the debug info:

RE: Trouble with doc/literal wsdl with .NET

2003-07-11 Thread Samprathi, Subramani non Unisys
it back to document and try with .NET 1.1 Framework's wsdl.exe (http://msdn.microsoft.com/netframework/downloads/howtoget.aspx). If that doesn't work, then please open a bug report (http://ws.apache.org/axis/bugs.html) with your test case. Thanks, dims --- Samprathi, Subramani non Unisys [EMAIL

RE: Trouble with doc/literal wsdl with .NET

2003-07-11 Thread Samprathi, Subramani non Unisys
that the element in0 is defined three times. And I don't think there's a need to import the soap encoding namespace. schema targetNamespace="" xmlns="http://www.w3.org/2001/XMLSchema" import namespace="http://schemas.xmlsoap.org/soap/encoding/" element name="in0"

RE: Trouble with doc/literal wsdl with .NET

2003-07-11 Thread Samprathi, Subramani non Unisys
uot;http://schemas.xmlsoap.org/wsdl/"/import namespace="urn:BeanService"/ Subbu -----Original Message-From: Samprathi, Subramani non Unisys [mailto:[EMAIL PROTECTED]Sent: Friday, July 11, 2003 5:49 PMTo: '[EMAIL PROTECTED]'Subject: RE: Trouble with doc/literal wsdl wi

Trouble with doc/literal wsdl with .NET

2003-07-10 Thread Samprathi, Subramani non Unisys
Hi eveybody, I amusing AXIS-RC2 and whenIenable doc/lit, the WSDL generated from axis is not getting parsed in .NET "WSDL.exe". I get the following error: Schema validation warning: Global element 'in0' has already been declared.Schema validation warning: Global element 'in0' has

RE: Trouble with doc/literal wsdl with .NET

2003-07-10 Thread Samprathi, Subramani non Unisys
To: [EMAIL PROTECTED] Subject: Re: Trouble with doc/literal wsdl with .NET Try using style=wrapped in your WSDL. -- dims --- Samprathi, Subramani non Unisys [EMAIL PROTECTED] wrote: Hi eveybody, I am using AXIS-RC2 and when I enable doc/lit, the WSDL generated from axis is not getting parsed

SOAP Header for .NET client

2003-06-23 Thread Samprathi, Subramani non Unisys
Title: HELP: Modify Message Body in Handler Hello everybody, I am using weblogic and axis with .NET as the webservice consumer. I need to use both request and response headers. The generated WSDL with axis does not have any request/response header information. Is there way to generate