Re: Axis and .Net client

2005-01-11 Thread Bill Keese
ed that to “Wrapped”. I see that it lets empty method names only in “document” style encoding.   Thanks, Vishu   From: Bill Keese [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 11, 2005 10:31 PM To: [EMAIL PROTECTED] Subject: Re: Axis and .Net client   It depends wh

RE: Axis and .Net client

2005-01-11 Thread Vishu
: Re: Axis and .Net client   It depends what binding style and encoding your AXIS server is running with.  If it's in rpc/encoded or wrapped/literal it's expecting at least the method name inside the soap body.    The default for AXIS is RPC/Encoded. http://www-128.ibm.com/deve

Re: Axis and .Net client

2005-01-11 Thread Bill Keese
It depends what binding style and encoding your AXIS server is running with.  If it's in rpc/encoded or wrapped/literal it's expecting at least the method name inside the soap body.    The default for AXIS is RPC/Encoded. http://www-128.ibm.com/developerworks/webservices/library/ws-whichw

Axis and .Net client

2005-01-11 Thread Vishu
Hi, I am trying to invoke a webservice running on Axis from a .Net client. The method doesn’t take any arguments (empty). The .Net client sends a message that looks like the following   Axis complains with “java.lang.Exception: Body not found” Any ideas?   Thanks, Vishu

Fw: Exception handling between Axis and .NET client

2003-09-02 Thread Ajay Gondhiya
Reposting ... if someone has come across similar situation of handling exception between Axis and .NET client. Thanks in advance !! Ajay - Forwarded by Ajay Gondhiya/Bangalore/Accelrys on 09/02/2003 02:39 PM - Ajay Gondhiya/Bangalore/Accelrys 08/28/2003 07:11 PM To [EMAIL

Exception handling between Axis and .NET client

2003-08-28 Thread Ajay Gondhiya
I have an EJB and I generate WSDL using Java2WSDL. In the EJB, when the method signature has "throws" clause for any exception other than RemoteException, Java2WSDL generates wsdl:fault in the WSDL. And when I have wsdl:fault in the WSDL, VS.NET sproxy tool fails to compile the WSDL to generate C

Re: How do you pass an XML document between Axis and .Net Client?

2002-06-03 Thread Robert Evans
it >> >> the precise syntax depends on which .net dialect you use >> >> greetings, >> Gertjan >> >> >> -Original Message----- >> From: Robert Evans [mailto:[EMAIL PROTECTED]] >> Sent: donderdag 30 mei 2002 15:06 >> To: [EMAIL PROT

RE: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-31 Thread Stickley, Jim
: Re: AW: How do you pass an XML document between Axis and .Net Client? The issue isn't about passing a simple number, what I'd like to figure out how to do is to pass a large XML document from/to axis to/from the client. If anybody has a straightforward way to do this (RPC or Messagin

Re: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-31 Thread Robert Evans
ave to return the XML document as a string. >> >> -Ursprüngliche Nachricht- >> Von: Andrew Vardeman [mailto:[EMAIL PROTECTED]] >> Gesendet am: Donnerstag, 30. Mai 2002 17:17 >> An: [EMAIL PROTECTED] >> Betreff: RE: How do you pass an XML document betw

AW: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-31 Thread Kolodziej, Erik
with some document style methods. -Ursprüngliche Nachricht- Von: Andrew Vardeman [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 30. Mai 2002 17:31 An: [EMAIL PROTECTED] Betreff: Re: AW: How do you pass an XML document between Axis and .Net Client? But I guess what I'm confused abo

Re: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-30 Thread Andrew Vardeman
document from the response. > >So, I have to return the XML document as a string. > >-Ursprüngliche Nachricht- >Von: Andrew Vardeman [mailto:[EMAIL PROTECTED]] >Gesendet am: Donnerstag, 30. Mai 2002 17:17 >An: [EMAIL PROTECTED] >Betreff: RE: How do you pass an XML

AW: How do you pass an XML document between Axis and .Net Client?

2002-05-30 Thread Kolodziej, Erik
response. So, I have to return the XML document as a string. -Ursprüngliche Nachricht- Von: Andrew Vardeman [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 30. Mai 2002 17:17 An: [EMAIL PROTECTED] Betreff: RE: How do you pass an XML document between Axis and .Net Client? I have limited

RE: How do you pass an XML document between Axis and .Net Client?

2002-05-30 Thread Andrew Vardeman
nal Message- >From: Robert Evans [mailto:[EMAIL PROTECTED]] >Sent: donderdag 30 mei 2002 15:06 >To: [EMAIL PROTECTED] >Subject: How do you pass an XML document between Axis and .Net Client? > > >Greetings, > >I have been trying to figure out how to pass an XML document to/fr

RE: How do you pass an XML document between Axis and .Net Client?

2002-05-30 Thread Gertjan Assies
30 mei 2002 15:06 To: [EMAIL PROTECTED] Subject: How do you pass an XML document between Axis and .Net Client? Greetings, I have been trying to figure out how to pass an XML document to/from an axis web server from/to a .Net client. As near as I can tell, on the Java side I need to convert the

How do you pass an XML document between Axis and .Net Client?

2002-05-30 Thread Robert Evans
Greetings, I have been trying to figure out how to pass an XML document to/from an axis web server from/to a .Net client. As near as I can tell, on the Java side I need to convert the XML document to/from a string (no problem). The part I can't figure out is how to convert the Xml String to