[jboss-user] [JBossWS] - Re: returning array undefined in web service
alessio.soldano@jboss.com
do-not-reply at jboss.com
Thu Nov 29 04:30:05 EST 2007
"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
More information about the jboss-user
mailing list