|
Hi, I would like to invoke a web service operation without using the stub generator, to that goal I am using the woden parser to parse the WSDL file and generate the request message accordingly. But it crashes (I am testing this on Windows). While debugging I have found the following situation: file: /c/woden/src/wsdl/documentable.c I see that: documentable_impl_l = NULL woden_documentable_resolve_methods( after the execution of this function, the operation add_documentation_element = NULL, then in the following function it fails: file: /c/woden/src/builder/wsdl10_reader.c static void * The call to WODEN_DOCUMENTABLE_ADD_DOCUMENTATION_ELEMENT fails, because the method add_documentation_element is null. I have tested this with my own code, as well as with the test_woden sample program (which is very similar to my code), using different wsdl files, for example the googlesearch.wsdl file, and the result was always the same. Can this be a bug or am I doing something wrong? Thanks & regards, jms. |
