Re: "Axis2 access .net web service" again

2007-09-25 Thread Saminda Abeyruwan
Which version of Axis2 are you using. If you are using the latest Axis2 1.3, Classes related to addressing and it's module.xml will be available in axis2-1.3.jar. Thus, you just need to get axis2-1.3.jar in the classpath, with other 3rd party jars. Thank you Saminda On 9/24/07, zhrb <[EMAIL PROT

"Axis2 access .net web service" again

2007-09-24 Thread zhrb
Hello, I think I have to ask for help.I have ask "[EMAIL PROTECTED] for help.But nobody answered my question.Hoping I can get help here. I am now using axis2 accessing .net web service following samples of "EchoNonBlockingDualClient".The userguide just mentions the condition of both web service

Re: axis2 access .net web service

2007-09-23 Thread Anne Thomas Manes
Please send this type of user request to axis-user, not axis-dev. Anne On 9/23/07, zhrb <[EMAIL PROTECTED]> wrote: > > Hello, > > I am now using axis2 accessing .net web service following samples of > "EchoNonBlockingDualClient".The userguide just mentions the condition of > both web service and

axis2 access .net web service

2007-09-22 Thread zhrb
Hello, I am now using axis2 accessing .net web service following samples of "EchoNonBlockingDualClient".The userguide just mentions the condition of both web service and client are based on axis2.But if my web service is .net web service,how should I use Axis2 client to access in the "EchoNonB

Re: Axis2 access .net web service

2007-09-22 Thread Sanjiva Weerawarana
zhrb wrote: > Thank you Anne,I have solved this problem as what you told me.I can > receive the param now.But still appearing the information "- > Discarding unexpected response: HTTP/1.1 100 Continue".Does that mean > anything wrong? No. .Net has this habit of first sending "100 Continuee" a

RE: Axis2 access .net web service

2007-09-22 Thread zhrb
L PROTECTED]> To: > axis-dev@ws.apache.org> Subject: Re: Axis2 access .net web service> > I > believe you are not creating your payload properly.> > I'm not an expert on > AXIOM, but I think it should look like this:> > public stat

Re: Axis2 access .net web service

2007-09-22 Thread Anne Thomas Manes
thod; Anne On 9/22/07, zhrb <[EMAIL PROTECTED]> wrote: > > Wsdl document is in the attachment.Waiting for your help. > > > > > > Date: Sat, 22 Sep 2007 08:29:59 -0400 > > From: [EMAIL PROTECTED] > > To: axis-dev@ws.apache

RE: Axis2 access .net web service

2007-09-22 Thread zhrb
Wsdl document is in the attachment.Waiting for your help. > Date: Sat, 22 Sep 2007 08:29:59 -0400> From: [EMAIL PROTECTED]> To: > axis-dev@ws.apache.org> Subject: Re: Axis2 access .net web service> > Please > provide the WSDL.> > Anne> > On 9/2

RE: Axis2 access .net web service

2007-09-22 Thread zhrb
WSDL document is in the attachment.This problem has troubled me for days,please help me.Thanks! > Date: Sat, 22 Sep 2007 08:29:59 -0400> From: [EMAIL PROTECTED]> To: > axis-dev@ws.apache.org> Subject: Re: Axis2 access .net web service> > Please > provide the WSDL.>

Re: Axis2 access .net web service

2007-09-22 Thread Anne Thomas Manes
Also -- please ask these questions on the axis-user list rather than the axis-dev list. Anne On 9/22/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > Please provide the WSDL. > > Anne > > On 9/22/07, zhrb <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I am now trying to using axis2 as clien

Re: Axis2 access .net web service

2007-09-22 Thread Anne Thomas Manes
Please provide the WSDL. Anne On 9/22/07, zhrb <[EMAIL PROTECTED]> wrote: > > Hello, > > I am now trying to using axis2 as client to access .net web service. > > .net web service as follows: > > public string HelloWorld(string name) > { >return "Hello World"+name; > } > > Axis2 client co

Axis2 access .net web service

2007-09-21 Thread zhrb
Hello, I am now trying to using axis2 as client to access .net web service. .net web service as follows:public string HelloWorld(string name) { return "Hello World"+name; } Axis2 client code is in the attachment.When I run the client code,I get the following information: - Discarding