From: Tim <tim...@se...> - 2009-07-14 22:24:42
|
I'm not sure how it even builds on Fedora, but under Debian it's missing includes in several .cpp files. I've attached a patch against 1.23 which represents what I changed to get it to build. Of course to make it compatible on other platforms, you may need to tweak ifdefs and such. In addition, I can't seem to get the wsdl tool to work. Just trying to list some methods and I get: > wsdl -l https://example.org/Service?wsdl Error processing https://example.org/Service?wsdl WsdlParser Exception : Error parsing the schema for the namespace http://schemas.xmlsoap.org/wsdl/soap/ Unable to locate the file /usr/local/share/wsdlpull/soap.xsd at 1,273 Unfortunately I can't share the real URL to the wsdl. It seems like there's a problem with the soap.xsd, but this file is definitely installed in the path it indicates. thoughts? tim PS- please be sure to CC me as I'm not on the list. |