Hello there, here is my Problem:
I am implementing a web service from the following WSDL: http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl I executed the method "GetDeviceInformation" with soapUI. There were no problems. The method has no parameters and some return values. So I translated the WSDL to Java code. I wanted to execute the same methods and the translated class shows me no return value. Instead of there are now parameters to set, defined as these values which should be returned. Other methods worked fine. Is it possible that the WSDL wasn't correctly translated to Java code? An other annotation: CXF (current version) was the only "framework" that was able to translate the WSDL to Java code because the given has no service element. I hope that somebody knows a solution or a hint ;-) Kind regards, meteora28 -- View this message in context: http://cxf.547215.n5.nabble.com/WSDL-Java-Wrong-Translation-tp3307704p3307704.html Sent from the cxf-user mailing list archive at Nabble.com.
