-
Similar to bug report 2024761. We are using this with VS2008 (since it was originally installed with VS2005) to create install packages. Can thie version check be dropped to allow installation on VS 2008?.
2009-08-20 15:49:06 UTC in Windows Installer XML (WiX) toolset
-
Can the version check be dropped? We are using it with VS 2008 (since we already had 2005 installed) and it's working fine.
2009-08-20 15:45:10 UTC in Windows Installer XML (WiX) toolset
-
To add:
In example 2, if I wrap the struct with a wrapper, the contained struct is then preseved, but the return type name is still changed from the original and from what is specified in the WSDL file:
struct ns__aStruct
{
int anInt;
};
struct ns__wrapper
{
struct ns__aStruct theContent;
};
int ns__testservice(int i, struct ns__wrapper &r);
After compile to WSDL...
2009-06-26 18:18:00 UTC in gSOAP Toolkit
-
Problem occurs on both gsoap 2.7.10 and 2.7.12.
First Sample Header:
int ns__testservice(int i, struct ns__Void{} &r);
Processed to a wsdl and stubs via:
soapcpp2 -L -x -e test.h
WSDL file contents (snipped for brevity):
...
2009-06-26 18:10:11 UTC in gSOAP Toolkit
-
Using gsoap 2.7.13
Under 2.7.10, we get the method for soap_serialize_xsd__QName:
[root@nm2-fc8 AppWebService]# grep soap_serialize_xsd__QName ../WebServices/gsoap/*
../WebServices/gsoap/soapC.cpp: soap_serialize_xsd__QName(soap, (const std::string *)ptr);
../WebServices/gsoap/soapC.cpp:SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__QName(struct soap *soap, std::string const*a...
2009-06-19 20:40:53 UTC in gSOAP Toolkit
-
Oops... I meant to say: "Compared to gsoap 2.7.10 (the < side), 2.7.12 (the > side) comments out variable names...".
2009-06-18 21:30:46 UTC in gSOAP Toolkit
-
Using gsoap 2.7.12.
Compared to gsoap 2.7.10 (the < side), 2.7.10 comments out variable names it considers "unused". This introduces a character sequence issue with the soap pointer, being "*/*", which causes the compiler to freak out. Modifying the soapC.cpp file to remove the comment characters, or downgrading to 2.7.10 (dunno if this is a problem is 2.7.11 or 2.7.13) fixes the issue...
2009-06-18 21:17:26 UTC in gSOAP Toolkit
-
The two mentioned files were not present in xx\gsoap-2.7\gsoap\VisualStudio2005\wsdl2h\wsdl2h, leading to a linker failure where wsdl.obj cannot be found.
The missing files:
wsdl.cpp
wsdl.h
wsam.h
Placing the files in the VS project dir results in a successful compilation.
While copying them mimics the approach taken with other files, the proper solution, as I see it, would be to...
2009-01-26 15:51:21 UTC in gSOAP Toolkit
-
In versions 5.1.4.2 and 5.4.2, sending a SIGHUP to the snmpd process causes a leak and crash. Please refer to the following syslog snippet:
Oct 16 18:03:05 SFX-0047D0 snmpd[2363]: Reconfiguring daemon
Oct 16 18:03:05 SFX-0047D0 snmpd[2363]: NET-SNMP version 5.4.2 restarted
Oct 16 18:03:05 SFX-0047D0 snmpd[2363]: netsnmp_assert !"registration != duplicate" failed agent_reg
istry.c:536...
2008-10-16 18:19:44 UTC in net-snmp