<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Manipulating typemap.dat GSoap]]></title><description><![CDATA[<p dir="auto">i created a web service at my own computer (localhost)<br />
after that i following below tutorial for creating a client side application for using this web service</p>
<p dir="auto"><a href="http://qt-project.org/wiki/How_to_use_gSOAP_with_Qt_for_Web_Service_Client" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/wiki/How_to_use_gSOAP_with_Qt_for_Web_Service_Client</a></p>
<p dir="auto">i've added :</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow ugc">wsdl:types</a><br />
&lt;s:schema elementFormDefault="qualified" targetNamespace="<a href="http://Mysite.ir/" target="_blank" rel="noopener noreferrer nofollow ugc">http://Mysite.ir/</a>"&gt;<br />
&lt;s:element name="HelloWorld"&gt;<br />
&lt;s:complexType/&gt;<br />
&lt;/s:element&gt;<br />
&lt;s:element name="HelloWorldResponse"&gt;<br />
&lt;s:complexType&gt;<br />
&lt;s:sequence&gt;<br />
&lt;s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string"/&gt;<br />
&lt;/s:sequence&gt;<br />
&lt;/s:complexType&gt;<br />
&lt;/s:element&gt;<br />
&lt;s:element name="GetContact"&gt;<br />
&lt;s:complexType&gt;<br />
&lt;s:sequence&gt;<br />
&lt;s:element minOccurs="0" maxOccurs="1" name="id" type="s:string"/&gt;<br />
&lt;/s:sequence&gt;<br />
&lt;/s:complexType&gt;<br />
&lt;/s:element&gt;<br />
&lt;s:element name="GetContactResponse"&gt;<br />
&lt;s:complexType&gt;<br />
&lt;s:sequence&gt;<br />
&lt;s:element minOccurs="0" maxOccurs="1" name="GetContactResult" type="s:string"/&gt;<br />
&lt;/s:sequence&gt;<br />
&lt;/s:complexType&gt;<br />
&lt;/s:element&gt;<br />
&lt;/s:schema&gt;<br />
&lt;/wsdl:types&gt;</p>
<p dir="auto">to typemap.dat file</p>
<p dir="auto">and after that i addede the folliwing line:</p>
<p dir="auto">Namespace = "<a href="http://Mysite.ir/" target="_blank" rel="noopener noreferrer nofollow ugc">http://Mysite.ir/</a>"</p>
<p dir="auto">to that file</p>
<p dir="auto">and then i used wsdl2h for creating header file:</p>
<p dir="auto">wsdl2h -s -t C:\Gsoap\gsoap-2.8\gsoap\WS -o contact.h <a href="http://localhost:11061/WebService.asmx?WSDL" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:11061/WebService.asmx?WSDL</a></p>
<p dir="auto">it created contact.h but when i run this command:</p>
<p dir="auto">soapcpp2 -I contact.h</p>
<p dir="auto">it show :</p>
<p dir="auto">**  The gSOAP code generator for C and C++, soapcpp2 release 2.8.14<br />
**  Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc.<br />
**  All Rights Reserved. This product is provided "as is", without any warranty.</p>
<p dir="auto">**  The soapcpp2 tool is released under one of the following two licenses:<br />
**  GPL or the commercial license by Genivia Inc.</p>
<p dir="auto">and it doesnt do anything .</p>
<p dir="auto">whats my problem plz help.</p>
]]></description><link>https://forum.qt.io/topic/26819/manipulating-typemap-dat-gsoap</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 08:02:50 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/26819.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 May 2013 09:50:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Manipulating typemap.dat GSoap on Thu, 02 May 2013 14:59:58 GMT]]></title><description><![CDATA[<p dir="auto">You're welcome</p>
<p dir="auto">Don't forget to update the thread's title to solved so other forum users may know that a solution has been found :)</p>
]]></description><link>https://forum.qt.io/post/177928</link><guid isPermaLink="true">https://forum.qt.io/post/177928</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 02 May 2013 14:59:58 GMT</pubDate></item><item><title><![CDATA[Reply to Manipulating typemap.dat GSoap on Thu, 02 May 2013 12:41:30 GMT]]></title><description><![CDATA[<p dir="auto">Special Thanks for youre help<br />
that was my problem<br />
i Changed my command to<br />
soapcpp2 -I C:\Gsoap\gsoap-2.8\gsoap\import contact.h<br />
and everything works fine<br />
I wanted to create client side with Qt so I asked my question here to follow Qt requirements<br />
anyway thanks again</p>
]]></description><link>https://forum.qt.io/post/177913</link><guid isPermaLink="true">https://forum.qt.io/post/177913</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 02 May 2013 12:41:30 GMT</pubDate></item><item><title><![CDATA[Reply to Manipulating typemap.dat GSoap on Thu, 02 May 2013 10:46:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">This question is not Qt related, you'd better ask on the gsoap mailing list to have help with that tool.</p>
<p dir="auto">A quick look at the man page of soapcpp2 reveals that you're telling it to use contact.h as an include path thus not giving it any input file so it will use stdin.</p>
]]></description><link>https://forum.qt.io/post/177900</link><guid isPermaLink="true">https://forum.qt.io/post/177900</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 02 May 2013 10:46:04 GMT</pubDate></item></channel></rss>