[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek
pipo323400
do-not-reply at jboss.com
Fri Jan 18 05:38:28 EST 2008
Hi,
I have been working several days with this issue. At last this problem is caused in the Client application. In my case a web app. It was not able to recognize the type that the server was returning (ArrayList in this case).
Another important thing, correct me if I am wrong, is that Web Services Soap Messages not support ArrayList directly, so if you would like to use it you must implement an ArrayList by yourself. A pretty hard work. The thing that I have done is to return an Array (suported by the Web Services) of my own objects, that I have mapped previously.
My solution was to create a Web Service Client using Eclipse Wtp. It creates a EAR that includes all the necessary stuff for map the user types.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121231#4121231
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121231
More information about the jboss-user
mailing list