我参考着http://www.cnblogs.com/java-koma/articles/1680719.html
里面的介绍,尝试了一下结果老报错。连个head也些不进去。请大家参考上面的链接给写一个
谢谢了。或者给兄弟写关于创建SOAP消息的或者SOAP消息的资料都
或者实力也给分
SOAP请求消息:
POST /dsmp/dsmp.wsdl HTTP/1.1
Host: www.monternet.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SoapAction: "sg.AuthPrice"<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header>
<TransactionID xmlns="http://www.monternet.com/dsmp/schemas/">
110000000001
</TransactionID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<AuthPriceReq xmlns="http://www.monternet.com/dsmp/schemas/">
<Version>1.5.0</Version>
<MsgType>String</MsgType>
<Send_Address>
<DeviceType>0</DeviceType>
<DeviceID>11</DeviceID>
</Send_Address>
<Dest_Address>
<DeviceType>0</DeviceType>
<DeviceID>11</DeviceID>
</Dest_Address>
<MsgID>String</MsgID>
<FeeUser_ID>
<UserIDType>0</UserIDType>
<MSISDN>String</MSISDN>
<PseudoCode>base64Binary</PseudoCode>
</FeeUser_ID>
<DestUser_ID>
<UserIDType>0</UserIDType>
<MSISDN>String</MSISDN>
<PseudoCode>base64Binary</PseudoCode>
</DestUser_ID>
<Service_ID>
<ServiceIDType>0</ServiceIDType>
<SPID>String</SPID>
<SPServiceID>String</SPServiceID>
<AccessNo>String</AccessNo>
<FeatureStr>String</FeatureStr>
</Service_ID>
<LinkID>String</LinkID>
<ServiceType>0</ServiceType>
</AuthPriceReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>