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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
