GSOAP problem in wsdl2h command with WCF?!
-
Hello,
I am using QT SDk to develop mobile applications . I need to use gSOAP toolkit. I dowloaded it and I tried it with this service : http://www.currencyserver.de/webservice/currencyserverwebservice.asmx . It worked well but when I tried it on my web service it didn't .
I tried the steps of http://developer.qt.nokia.com/wiki/How_to_use_gSOAP_with_Qt_for_Web_Service_Client but the error sill occured.
I searched google but I couldn't find anything that might help me to solve the problem . Therefore I am asking if anyone could help me with this request.
the result I got on cmd."Here":http://www.flickr.com/photos/66315434@N02/6868074641/
!http://www.flickr.com/photos/66315434@N02/6868074641/!Many thanks in advance.
The header of wsdl :
@
<?xml version="1.0" encoding="utf-8" ?>- <wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- wsdl:types
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:import namespace="http://tempuri.org/YouMushDataSet.xsd" />
<s:import schemaLocation="http://89.108.175.195:8090/ws_YouMush/Service.asmx?schema=YouMushDataSet" namespace="http://tempuri.org/YouMushDataSet.xsd" /> @