Folkes,

what are the rules for qualified names in SOAP messages?

>From the S1AS I recorded these two literal body fragments. Are they both legal?


  |   <env:Body>
  |     <ns0:FooAnonymousType>
  |       <ns0:fooAnonymous fooC="true">
  |         <ns0:fooA>foo</ns0:fooA>
  |         <ns0:fooB>1</ns0:fooB>
  |       </ns0:fooAnonymous>
  |       <ns0:fooAnonymous fooC="false">
  |         <ns0:fooA>bar</ns0:fooA>
  |         <ns0:fooB>0</ns0:fooB>
  |       </ns0:fooAnonymous>
  |     </ns0:FooAnonymousType>
  |   </env:Body>
  | 


  |   <env:Body>
  |     <ns0:EchoPersonRequest>
  |       <person>
  |         <name>ChildPerson</name>
  |         <age>10</age>
  |         <sex>F</sex>
  |         <adult>false</adult>
  |         <id>32767.0</id>
  |       </person>
  |     </ns0:EchoPersonRequest>
  |   </env:Body>
  | 

cheers

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857531#3857531

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to