我看到说客户端发送SOAP消息如下:
<?XML version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DocumentLiteral xmlns="http://www.contoso.com">
<address>
<Street>One Microsoft Way</Street>
<City>Redmond</City>
<Zip>98052</Zip>
</address>
</DocumentLiteral>
</soap:Body>
</soap:Envelope>
但是,我要怎样才能发这样的信息到服务器端呢?
我可以在JSP页面里提交类似的一段xml代码到服务器么?
具体怎么弄呀?谢谢先^_^
上一篇: GOOGLE免费卫星地图:让我一身冷汗!
下一篇: Study on Applying Web Services in Mobile E-business
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




