"mckeno" wrote : 
  | <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";>
  |   |    <env:Header/>
  |   |    <env:Body>
  |   |       <ns2:getNumberResponse 
xmlns:ns2="http://mojo.streamverse.com/services";>
  |   |          <numbers>7</numbers>
  |   |          <numbers>2</numbers>
  |   |          <numbers>3</numbers>
  |   |       </ns2:getNumberResponse>
  |   |    </env:Body>
  |   | </env:Envelope>
  | 

This shows the service is running fine, you have the array's value in the 
response that actually goes on the wire. Thus this is an issue with you Flash 
application that could probably have problems parsing this kind of response.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108802
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to