C# 调用C++做的WEN服务
本帖最后由 sxhgga1 于 2013-02-22 10:21:43 编辑
别人用C++做了个WEB服务给我,我该怎么调用呢,调用C#做的我知道,但是C++做的就不会了,他给我的东西,我没有看到WSDL,不知道怎么调用了。
打开服务网站是这样的:
<?xml version="1.0" encoding="UTF-8" ?>
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://tempuri.org/ns.xsd">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>HTTP GET method not implemented</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
------解决方案--------------------添加服务引用,键入对方给你的URL,看看能不能自动解析出来。