[jboss-user] [JBossWS] - Re: Writing WS client returning complex object
davideling
do-not-reply at jboss.com
Wed Jul 4 10:59:34 EDT 2007
wsconsume "consume" WSDL documents
so from WSDL documents you get Java artifacts.
Your auto-generated WSDL have a "parameters" part
that is an element. It's type is "tns:getTestClass"...
a complex type.
| ...
| <complexType name="getTestClass">
| <sequence>
| <element name="nome" nillable="true" type="string"/>
| </sequence>
| </complexType>
| ...
| <element name="getTestClass" type="tns:getTestClass"/>
| ...
| <message name="ProvaServizioImpl_getTestClass">
| <part element="tns:getTestClass" name="parameters"/>
| </message>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060508#4060508
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060508
More information about the jboss-user
mailing list