RE: Problems with wrongly named return values and wsdl2java

2004-09-16 Thread Sami Lakka
wrongly named return values and wsdl2java   Sami, You stated that you used the --server-side flag when running WSDL2Java. Did you use the generated server skeleton to implement the web service (on the server side)? If you were just using the generated client side classes, then the service has

Re: Problems with wrongly named return values and wsdl2java

2004-09-16 Thread Fady Kaddoum
I am using also OPC XML-DA and I would say that this is a wrong implementation of the OPC-XML DA Server! Try to use TCP Monitor to snif the HTTP traffic and If you are sure that the returned packet is GetStatusReturn instead of GetStatusResult, try to change OPC XML-DA server, to test your c

Re: Problems with wrongly named return values and wsdl2java

2004-09-16 Thread tony . q . weddle
Sami, You stated that you used the --server-side flag when running WSDL2Java. Did you use the generated server skeleton to implement the web service (on the server side)? If you were just using the generated client side classes, then the service has always returned , you can't change that