-
Hello,
Currently we use wsdlpull as a dynamic wsdl invoker for our software, but we like to switch to another lib.
My question is now: can i use libMPF as a client to dynamic invoke wsdl's ?
Our goal is to have a software plugin to wsdl webservices which is capable to function with less effort as possible for the end users.
Best regards,
Meindert Oldenburger
Software Engineer...
2009-06-08 08:47:24 UTC in libMPF
-
Error processing http://212.227.81.125:8010/mwsbasic?wsdl
WsdlParser Exception : Could not resolve element http://tempuri.org/:Login at 1,1433
In the wsdl there is a xmlns:tns="http://tempuri.org/" but also a targetNamespace="http://tempuri.org/Imports"
"http://tempuri.org/Imports" is added as schemaParser_ in WsdlParser::parseTypes
In the code there will be search for...
2009-06-07 21:02:52 UTC in C++ Web services
-
Same as: Is already in the bug repository.
2009-06-03 11:03:41 UTC in C++ Web services
-
What happens is that strange errors are generated: "WsdlParser Exception : Unknown Wsdl tag at 1,0"
libwsdlpull is running in several processes and in each process it should be possible to have more threats running.
The problem is probably the fact that wsdl's are stored in temp files. It is not nice that all files are removed instead of the one belonging to the process/threat.
Solution...
2009-06-03 11:01:08 UTC in C++ Web services
-
What happens is that strange errors are generated: "WsdlParser Exception : Unknown Wsdl tag at 1,0"
libwsdlpull is running in several processes and in each process it should be possible to have more threats running.
The problem is probably the fact that wsdl's are stored in temp files. It is not nice that all files are removed instead of the one belonging to the process/threat.
Solution...
2009-06-03 08:14:27 UTC in C++ Web services
-
The problem raised at the linking part:
link.exe -nologo -map -profile -debug -editandcontinue -opt:noicf -opt:noref -libpath:"c:\Program Files\Microsoft Visual Studio 8\VC/lib" -libpath:"c:\Program Files\Microsoft Visual Studio 8\VC/PlatformSDK/lib" Debug_MTDLL/wsdl.dlo
Debug_MTDLL/wsdlpull.lib -out:Debug_MTDLL/wsdl.exe
LINK : fatal error LNK1181: cannot open input file...
2009-06-03 07:58:25 UTC in C++ Web services
-
We are building with: nmake -f makefile.vc2005 (customized)
Compilation failed, because of:
z:\wsdlpull-svn-180209\src\xmlpull\wsdlpull_export.h(33) : warning C4005: 'WSDLPULL_EXPORT' : macro redefinition
z:\wsdlpull-svn-180209\src\xmlpull\wsdlpull_export.h(14) : see previous definition of 'WSDLPULL_EXPORT'
Solution is:
remove the last two lines from wsdlpull_export.h file...
2009-06-03 07:53:10 UTC in C++ Web services
-
After upgrade of debian package libtool (1.5.26 to 2.2.26a), there are serious make problems.
To solve these problems i need the following 3 steps to do. I'm not sure which files are updated by these steps.
sh> make distclean
sh> libtoolize
libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh'.
2009-06-03 07:09:16 UTC in C++ Web services
-
Compiling of wsdlpull gives compile errors on the latest gcc releases, but are easy to fix. They did a header file clean-up in gcc i think, because some standard header files are not included with the new gcc release.
The following extra includes i added to the source. Please could you add them to?
src/xmlpull/XmlPullParser.cpp
#include
src/xmlpull/XmlUtils.cpp in section...
2009-06-03 07:04:27 UTC in C++ Web services
-
This issue is solved in the coming release 1.22 .
2009-01-22 15:38:27 UTC in C++ Web services