Change the operation to one-way MEP,, you can get the void return :

   <wsdl:portType name="Simple">
       <wsdl:operation name="Update">
           <wsdl:input message="ws:Update" />
       </wsdl:operation>
   </wsdl:portType>

mattrpav wrote:
I'm not sure I am following you.  I'm looking to have the generated code
return 'void' for the operation, and not the java.lang.Object.  The WSDL is
defined to return an empty wrapped response, not an object of any type.

Reply via email to