![]() 图3 加密认证流程 |
| <?xml version="1.0" encoding="UTF-8"?> <definitions name="railwayhelperRemoteInterface" targetNamespace="http://www.railwayhelper.com/definitions/railwayhelperRemoteInterface" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.railwayhelper.com/definitions/railwayhelperRemoteInterface" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <message name="loginRequest"> <part name="userid" type="xsd:string"/> <part name="password" type="xsd:string"/> <part name="serviceid" type="xsd:string"/> </message> <message name="loginResponse"> <part name="result" type="xsd:string"/> </message> <portType name="railwayhelperJavaPortType"> <operation name="login"> <input name="loginRequest" message="tns: loginRequest"/> <output name="loginResponse" message="tns: loginResponse"/> </operation> </portType> <binding name="railwayhelperBinding" type="tns:railwayhelperJavaPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="login"> <soap:operation soapAction="" style="rpc"/> <input name="loginRequest"> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/creator.javabean.railwayhelper"/> </input> <output name="loginResponse"> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/creator.javabean.railwayhelper"/> </output> </operation> </binding> </definitions> |
关注此文的读者还看过: