[switchyard-issues] [JBoss JIRA] (SWITCHYARD-812) Generate WSDL from Java does not handle one-way operations

Keith Babo (JIRA) jira-events at lists.jboss.org
Tue May 22 15:02:17 EDT 2012


Keith Babo created SWITCHYARD-812:
-------------------------------------

             Summary: Generate WSDL from Java does not handle one-way operations
                 Key: SWITCHYARD-812
                 URL: https://issues.jboss.org/browse/SWITCHYARD-812
             Project: SwitchYard
          Issue Type: Bug
          Components: tooling
    Affects Versions: 0.5
            Reporter: Keith Babo
            Assignee: Rob Cernich
             Fix For: 0.5


Creating a WSDL from a Java interface using a method with void return type leads to an in-out operation in the WSDL.

{code}
public void foo(String stuff)
{code}
yields:

{code}
<wsdl:operation name="foo">
   <wsdl:input name="foo" message="tns:foo">
   </wsdl:input>
   <wsdl:output name="fooResponse" message="tns:fooResponse">
   </wsdl:output>
</wsdl:operation>
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list