• λ我爱Aspx >> Asp.Net >> WSDL文件详解(转贴)上
  • WSDL文件详解(转贴)上

  • :aspxer  Դ:internet  :2007-5-28 20:37:40  ؼ:
  • <portType name="SimplePortType">

    <operation name="foo" parameterOrder="arg" >

    <input message="wsdlns:Simple.foo"/>

    <output message="wsdlns:Simple.fooResponse"/>

    </operation>

    </portType>

    <binding name="SimpleBinding" type="wsdlns:SimplePortType">

    <stk:binding preferredEncoding="UTF-8" />

    <soap:binding style="rpc"

    transport="http://schemas.xmlsoap.org/soap/http"/>

    <operation name="foo">

    <soap:operation

    soapAction="http://tempuri.org/action/Simple.foo"/>

    <input>

    <soap:body use="encoded" namespace="http://tempuri.org/message/"

    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />

    Ҷƪл˵?
  • һƪWSDL文件详解(转贴)中
    һƪWeb Service描述语言 WSDL 详解(1)--为什么使用WSDL?[转]