正在加载图片...
EIE424 Distributed Systems and Networking Programming -PartIl 3.1 SOAP-Introduction A Sample response in RPc Style <?xm1 versIon=11.0′ encoding=UF-8′?> <SOAP-ENV: Envelope xmlns: sOap-Env=WhttP: //schemas. xmlsoap. org/soap/envelope/n xmlns:xsi=whttp://wwW.w3.org/2001/xmlschema-instance xmlns:xsd=whttp://www.w3.org/2001/xmlschema"> <SOAP-ENV: Body> <nsl: getTempResponse xmlns: nsl=urn: xme thods-femperature SOAP-ENV: encodingstyle= http://schemas.xmlsoap.org/soap/encoding/> <return xsi: type=xsd: float">71.0</return> </ns1: getTempResponse> </SOAP-ENV: Body> </SOAP-ENV: Envelope> Return a double 71.0 which represents the temperature8 EIE424 Distributed Systems and Networking Programming –Part II 3.1 SOAP – Introduction A Sample Response in RPC Style <?xml version=‘1.0’ encoding=‘UTF-8’?> <SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema”> <SOAP-ENV:Body> <ns1:getTempResponse xmlns:ns1=“urn:xmethods-Temperature” SOAP-ENV:encodingStyle= “http://schemas.xmlsoap.org/soap/encoding/”> <return xsi:type=“xsd:float”>71.0</return> </ns1:getTempResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Return a double 71.0 which represents the temperature
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有