RE: problem in accessing python Hello World Service

2006-03-27 Thread Kashif Saleem
-user@ws.apache.org Subject: Re: problem in accessing python Hello World Service Kashif, I appreciate that you tried to create a WSDL file for me, but the WSDL you supplied doesn't correspond at all to any of the SOAP messages that you've posted thus far (and it certainly has more than ju

Re: problem in accessing python Hello World Service

2006-03-26 Thread Anne Thomas Manes
  This is a hello world operation with no argument As I understand that there is some compatibility issues with Axis and ZSI.Any comments on that. p.s EranKind RegardsKashif Saleem    -----Original Message-    From: Ann

RE: problem in accessing python Hello World Service

2006-03-26 Thread Kashif Saleem
Subject: Re: problem in accessing python Hello World Service Kashif, The first message is using document/literal. The second message is using rpc/encoded. I think you're saying that the first message doesn't work, but the second one does. Axis 2 does not yet support rpc/encod

Re: problem in accessing python Hello World Service

2006-03-26 Thread Anne Thomas Manes
rld service and I> am using end point reference to access this service.There is no wsdl for> it.>> Kind Regards > Kashif Saleem>>> -----Original Message-----> From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]]> Sent: Sat 3/25/2006 3:45 PM> To: axis-user@ws.apache.org&g

RE: problem in accessing python Hello World Service

2006-03-26 Thread Kashif Saleem
ncoding/"; > This is a hello world operation with no argument As I understand that there is some compatibility issues with Axis and ZSI.Any comments on that. p.s Eran Kind Regards Kashif Saleem -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: S

Re: problem in accessing python Hello World Service

2006-03-26 Thread Anne Thomas Manes
Do you know what message the Pyhton service is expecting?My guess is that it isn't expecting you to send the method name in the message.AnneOn 3/25/06, Kashif Saleem <[EMAIL PROTECTED]> wrote: Hi Anne,Thanks for your response.I am attaching with this mail the HelloWorld Service and axis2 c

RE: problem in accessing python Hello World Service

2006-03-25 Thread Kashif Saleem
Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Sat 3/25/2006 3:45 PM To: axis-user@ws.apache.org Subject: Re: problem in accessing python Hello World Service Please post the WSDL. Based on the error messages, I'm guessing that the server is not expecting the http://example1.org/example1";

Re: problem in accessing python Hello World Service

2006-03-25 Thread Anne Thomas Manes
Please post the WSDL.Based on the error messages, I'm guessing that the server is not expecting the http://example1.org/example1">element to appear in the message. AnneOn 3/24/06, Kashif Saleem < [EMAIL PROTECTED]> wrote:Hi all,   I installed a ZSI 2.0_rc2   on machine geron045.ncl.ac.uk.I run

problem in accessing python Hello World Service

2006-03-24 Thread Kashif Saleem
Hi all, I installed a ZSI 2.0_rc2 on machine geron045.ncl.ac.uk.I run the HelloWorld.py service on the this machine i.e. http://geron045.ncl.ac.uk:8088/HelloWorld.py.This service has one operation called "HelloWorld" which accepts one argument and return this argument. Then from the an