The XML did not stick
java2wsdl format:
| <complexType name="getPerson">
| <sequence>
| <element name="String_1" nillable="true"
type="string"/>
| <element name="String_2" nillable="true"
type="string"/>
| </sequence>
| </complexType>
| <element name="getPerson" type="tns:getPerson"/>
|
| Desired .Net friendly format:
| <element name="getPerson">
| <complexType>
| <sequence>
| <element name="String_1" nillable="true"
type="string"/>
| <element name="String_2" nillable="true"
type="string"/>
| </sequence>
| </complexType>
| </element>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068769#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...