-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
in wscompile -f:onewayoperations enables generating wsdl with operations that do not have an output message.
jbossws has a global option as shown below which accomplishes this.
<?xml version="1.0"?>
<!-This is the config file used by jbossws->
<configuration>
<global allowoneway="true">
</configuration>