#ifndef WITH_COMPAT missing for soap_dom_attribute
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
In stdsoap2.h
the lines
soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const std::string& str);
soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const std::wstring& str);
soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const std::string& str);
soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const std::wstring& str);
should be guarded by #ifndef WITH_COMPAT
You're right. Thank you for your feedback. The upcoming release update will be fixed.