-
Aha. Thanks, and I'll use the workaround until then.
2009-08-03 21:03:39 UTC in gSOAP Toolkit
-
When running the Microsoft Virtual Earth WSDLs through GSoap to generate code, the xsd::QName type is generated but the soap_serialize_xsd__QName() function is left out. Note that xsd__QName_::serialize() is generated correctly. I generated the code using only those WSDLs, and I'm attaching the WSDLs I used in a zipfile. MSVECommonServices.wsdl and imageryservice.wsdl are the two used on the...
2009-08-03 15:42:08 UTC in gSOAP Toolkit
-
This looks like what I reported in #2804235 as well.
2009-06-24 23:49:27 UTC in gSOAP Toolkit
-
I'd tried generating code from the Microsoft Virtual Earth Map WSDL via wsdl2h and then soapcpp2. The generated code had references to the soap_serialize_xsd__QName() function, but the function itself doesn't exist so I end up with link errors. The other soap_*_xsd__QName() functions did get generated, it's just that one that's missing. Different combinations of wsdl2h and soapcpp2 options...
2009-06-10 15:25:51 UTC in gSOAP Toolkit