[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for {http://business/jaw

2008-02-16 Thread JoPe
What's this type mapping about after all? I'm trying to write my first own webservice and did two tutorials, leading to this client code: package test.de.laliluna.library; | | import java.net.URL; | | import javax.xml.namespace.QName; | import javax.xml.rpc.Service; | import

[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for {http://business/jaw

2008-01-18 Thread pipo323400
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