Server code generation from WSDL - Bug??

2005-01-13 Thread David Currie
Hi. I've been having some problems with a web service whose code skeleton I generated using the wsdl2ws tool available in Axis. Using C++ as the target language, I started having problems with receiving messages in (generated) clients, also in C++. After breaking out GDB and Ethereal, I discov

Re: Server code generation from WSDL - Bug??

2005-01-14 Thread Adrian Dick
This is an error in the generated server-side skeletons. The name of the return message should be taken from that specified in the WSDL, as we see for the client stubs minfo.getOutputMessage().getLocalPart() Using the method name and appending "Response", as is done for the server skelet

Re: Server code generation from WSDL - Bug??

2005-01-14 Thread David Currie
Ok, thanks. I added a bug to JIRA on the subject. Regards, David Currie Adrian Dick wrote: This is an error in the generated server-side skeletons. The name of the return message should be taken from that specified in the WSDL, as we see for the client stubs minfo.getOutputMessage().getLocalP