[
https://issues.apache.org/jira/browse/AXIS2-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amila Chinthaka Suriarachchi resolved AXIS2-3199.
-------------------------------------------------
Resolution: Fixed
fixed with the basic profile support for POJO.
> Java2WSDL output for no parameters or void return type
> ------------------------------------------------------
>
> Key: AXIS2-3199
> URL: https://issues.apache.org/jira/browse/AXIS2-3199
> Project: Axis2
> Issue Type: Bug
> Reporter: Deepal Jayasinghe
> Assignee: 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]