"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

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 zhrb
nt("name", omNs);> > value.addChild(fac.createText("zhangsan"));> method.addChild(value);> return > method;> > Anne> > On 9/22/07, zhrb <[EMAIL PROTECTED]> wrote:> >> > Wsdl > document is in the attachment.Waiting for your help.> &

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.>

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