I'm trying to make a simple communication WCF-C++. WCF application is a simple implementation of calculator (add, sub, div, mul). Ther eis no any additional dependencies or files in project. Then i made a gSOAP application and added generated proxy with a such options:
wsdl2h.exe -o %FILE%.h %WSDL%
soapcpp2 -C -L -w -i -j %FILE%.h -I ../../import/ -d"%OUTPUT_PATH%"
I compiled my project and now experiencing a such problem:
WCF response:
Bad Request - Invalid Verb
------------------------------------
HTTP Error 400. The request verb is invalid.
gSOAP error:
Error 3 fault: SOAP-ENV:Client[no subcode]
"Validation constraint violation: tag name or namespace mismatch in element 'HTML'"
Detail: [no detail]