81,122
社区成员




<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:tns="web.service.beans"
xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding"
xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.xmlsoap.org/wsdl/"
targetNamespace="web.service.beans">
<message name="interFace">
<part xmlns:partns="http://www.w3.org/2001/XMLSchema"
type="partns:string"
name="string">
</part>
</message>
<message name="interFaceResponse">
<part xmlns:partns="http://www.w3.org/2001/XMLSchema"
type="partns:string"
name="result">
</part>
</message>
<portType name="interFaceBeanPort">
<operation name="interFace">
<input message="tns:interFace">
</input>
<output message="tns:interFaceResponse">
</output>
</operation>
</portType>
<binding type="tns:interFaceBeanPort"
name="interFaceBeanPort">
<soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http">
</soap:binding>
<operation name="interFace">
<soap:operation style="rpc"
soapAction="">
</soap:operation>
<input>
<soap:body namespace="web.service.beans"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
use="encoded">
</soap:body>
</input>
<output>
<soap:body namespace="web.service.beans"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
use="encoded">
</soap:body>
</output>
</operation>
</binding>
<service name="interFaceBean">
<port name="interFaceBeanPort"
binding="tns:interFaceBeanPort">
<soap:address location="http://195.186.20.25:8009/webservices/interFaceBean">
</soap:address>
</port>
</service>
</definitions>