Java2WSDL output for no parameters or void return type
------------------------------------------------------

                 Key: AXIS2-3199
                 URL: https://issues.apache.org/jira/browse/AXIS2-3199
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Deepal Jayasinghe


Deepal,

Per the wrapped convention, if you have the following interface:

  public String foo();

java2wsdl should generate an input element called "foo":

<w:message name="fooRequest">
  <w:part name="parameters" element="t:foo"/>
</w:message>

And "foo" must be defined as:

<s:element name="foo">
  </s:complexType>
</s:element>

See the JAX-WS spec for the specific requirements of the wrapped
convention, or my blog for a quick overview:

http://atmanes.blogspot.com/2005/03/wrapped-documentliteral-convention.html

Anne


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to