123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" encoding="UTF-8"?>
- <wsdl:definitions targetNamespace="http://172.16.62.243:8888/ormrpc/services/WSJJBoomFacade" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://172.16.62.243:8888/ormrpc/services/WSJJBoomFacade" xmlns:intf="http://172.16.62.243:8888/ormrpc/services/WSJJBoomFacade" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:client.jjboomfacade" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <!--WSDL created by Apache Axis version: 1.4
- Built on Apr 22, 2006 (06:55:48 PDT)-->
- <wsdl:types>
- <schema targetNamespace="urn:client.jjboomfacade" xmlns="http://www.w3.org/2001/XMLSchema">
- <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
- <complexType name="WSInvokeException">
- <sequence/>
- </complexType>
- </schema>
- </wsdl:types>
- <wsdl:message name="WSInvokeException">
- <wsdl:part name="fault" type="tns1:WSInvokeException">
- </wsdl:part>
- </wsdl:message>
- <wsdl:message name="transferEASInterfaceMethodRequest">
- <wsdl:part name="xml" type="xsd:string">
- </wsdl:part>
- <wsdl:part name="methodName" type="xsd:string">
- </wsdl:part>
- </wsdl:message>
- <wsdl:message name="transferEASInterfaceMethodResponse">
- <wsdl:part name="transferEASInterfaceMethodReturn" type="xsd:string">
- </wsdl:part>
- </wsdl:message>
- <wsdl:portType name="WSJJBoomFacadeSrvProxy">
- <wsdl:operation name="transferEASInterfaceMethod" parameterOrder="xml methodName">
- <wsdl:input message="impl:transferEASInterfaceMethodRequest" name="transferEASInterfaceMethodRequest">
- </wsdl:input>
- <wsdl:output message="impl:transferEASInterfaceMethodResponse" name="transferEASInterfaceMethodResponse">
- </wsdl:output>
- <wsdl:fault message="impl:WSInvokeException" name="WSInvokeException">
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="WSJJBoomFacadeSoapBinding" type="impl:WSJJBoomFacadeSrvProxy">
- <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="transferEASInterfaceMethod">
- <wsdlsoap:operation soapAction=""/>
- <wsdl:input name="transferEASInterfaceMethodRequest">
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.app.facade.jjboom.custom.eas.kingdee.com" use="encoded"/>
- </wsdl:input>
- <wsdl:output name="transferEASInterfaceMethodResponse">
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://172.16.62.243:8888/ormrpc/services/WSJJBoomFacade" use="encoded"/>
- </wsdl:output>
- <wsdl:fault name="WSInvokeException">
- <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="WSInvokeException" namespace="http://172.16.62.243:8888/ormrpc/services/WSJJBoomFacade" use="encoded"/>
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="WSJJBoomFacadeSrvProxyService">
- <wsdl:port binding="impl:WSJJBoomFacadeSoapBinding" name="WSJJBoomFacade">
- <wsdlsoap:address location="http://172.16.62.243:8888/ormrpc/services/WSJJBoomFacade"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|