[html] view plaincopy
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<ns1:add xmlns:ns1="http://sean.com">
<ns1:x>1</ns1:x>
<ns1:y>1</ns1:y>
</ns1:add>
</soapenv:Body>
</soapenv:Envelope>
添加SOAP头之后的请求格式如下:
[html] view plaincopy
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header>
<sean:Security xmlns:sean="http://sean.com">
<sean:Token>
<sean:Username>root</sean:Username>
<sean:Password Type="PasswordT
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)