[jboss-user] [JBossWS] - Re: .Net parameter interoperabilty

jkemp101 do-not-reply at jboss.com
Mon Jul 30 11:05:40 EDT 2007


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#4068769

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068769



More information about the jboss-user mailing list