标签:webservice
<html>var soap = ‘<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:q0="http://ws.itcast.cn/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">‘ +
‘ <soapenv:Body> <q0:sayHello><arg0>‘+name+‘</arg0> </q0:sayHello> </soapenv:Body> </soapenv:Envelope>‘;标签:webservice
原文地址:http://blog.csdn.net/wwww1988600/article/details/44132315