Wsdl document is in the attachment.Waiting for your help.

> Date: Sat, 22 Sep 2007 08:29:59 -0400> From: [EMAIL PROTECTED]> To: 
> [email protected]> Subject: Re: Axis2 access .net web service> > 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 code is in the attachment.When I run the client code,I get the> > 
> following information:> >> > - Discarding unexpected response: HTTP/1.1 100 
> ContinueHello> > World> >> > Could you tell me what's the problem?Axis2 can 
> access .net web service?I am> > waiting for your help.Thank you!> >> >> >> > 
> -Zha ng> > ________________________________> > 用 Windows Live Spaces 
> 展示个性自我,与好友分享生活! 了解更多信息!> > 
> ---------------------------------------------------------------------> > To 
> unsubscribe, e-mail: [EMAIL PROTECTED]
 .org> > For additional commands, e-mail: [EMAIL PROTECTED]> >> >
_________________________________________________________________
手机也能上 MSN 聊天了,快来试试吧!
http://mobile.msn.com.cn/
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:s="http://www.w3.org/2001/XMLSchema"; xmlns:s0="http://tempuri.org/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"; 
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; 
targetNamespace="http://tempuri.org/"; xmlns="http://schemas.xmlsoap.org/wsdl/";>
  <types>
    <s:schema elementFormDefault="qualified" 
targetNamespace="http://tempuri.org/";>
      <s:element name="HelloWorld">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" 
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="HelloWorldResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" 
type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </types>
  <message name="HelloWorldSoapIn">
    <part name="parameters" element="s0:HelloWorld" />
  </message>
  <message name="HelloWorldSoapOut">
    <part name="parameters" element="s0:HelloWorldResponse" />
  </message>
  <portType name="Service1Soap">
    <operation name="HelloWorld">
      <input message="s0:HelloWorldSoapIn" />
      <output message="s0:HelloWorldSoapOut" />
    </operation>
  </portType>
  <binding name="Service1Soap" type="s0:Service1Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document" />
    <operation name="HelloWorld">
      <soap:operation soapAction="http://tempuri.org/HelloWorld"; 
style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="Service1">
    <port name="Service1Soap" binding="s0:Service1Soap">
      <soap:address location="http://localhost/test/Service1.asmx"; />
    </port>
  </service>
</definitions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to