正在加载图片...
EIE424 Distributed Systems and Networking Programming -PartIl 3.1 SOAP-Introduction A Sample request in RPC Style <?xm1 versIOn=1.0′ encoding=UF-8′?> <SOAP-ENV: Envelope xmlns:xsi=wnttp://www.w3.org/2001/xmlschema-instance"/in xmlns: Soap-env=whtTp: //schemas. xmlsoap. org/soap/envelo xmlns:xsd=whttp://www.w3.org/2001/xmlschema"> <SOAP-ENV: Body> <ns1: getfemp xmlns: nsl=urn: xmethods-Temperature SOAP-ENV: encodingstyle= whttp://schemas.xmlsoap.org/soap/encoding/n> <zipcode xsi: type=xsd: string>10016</zipcode> </ns1: getTemp> Try to call the remote method getTemp </SOAP-ENV: Body </SOAP-ENV: Envelope> with input parameter, a zipcode: 100167 EIE424 Distributed Systems and Networking Programming –Part II 3.1 SOAP – Introduction <?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:getTemp xmlns:ns1=“urn:xmethods-Temperature” SOAP-ENV:encodingStyle= “http://schemas.xmlsoap.org/soap/encoding/”> <zipcode xsi:type=“xsd:string”>10016</zipcode> </ns1:getTemp> </SOAP-ENV:Body> </SOAP-ENV:Envelope> A Sample Request in RPC Style Try to call the remote method getTemp with input parameter, a zipcode: 10016
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有