[jboss-user] [JBossWS] - Re: Call invocation failed excepiton when invoking EJB3 WebS
MmarcoM
do-not-reply at jboss.com
Tue Oct 17 16:35:29 EDT 2006
hi,
found out that i was uisng wrong namespace..
.but after fixing it.. i got this exception
| creating service....
| Exception in thread "main" org.jboss.ws.WSException: Cannot obtain java type map
| ping for: {http://org.jboss.ws/ejb3ws}Agency.Array
| at org.jboss.ws.deployment.JSR109MetaDataBuilder.buildParameterMetaDataR
| pc(JSR109MetaDataBuilder.java:247)
| at org.jboss.ws.deployment.JSR109MetaDataBuilder.setupOperationsFromWSDL
| (JSR109MetaDataBuilder.java:196)
| at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaDataInte
| rnal(JSR109ClientMetaDataBuilder.java:208)
| at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaData(JSR
| 109ClientMetaDataBuilder.java:126)
| at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaData(JSR
| 109ClientMetaDataBuilder.java:82)
| at org.jboss.ws.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:96)
| at org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryIm
| pl.java:157)
| at org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryIm
| pl.java:142)
| at ws.jboss.org.samples.jsr181ejb.WSFacadeTester.doTest(WSFacadeTester.j
| ava:49)
| at ws.jboss.org.samples.jsr181ejb.WSFacadeTester.main(WSFacadeTester.jav
| a:36)
|
|
the signature of my webservice is
Agency[] testWebService(Agency[] in) ....
i am usign SOAP RPC, and it is failing to find types.. is it too complex to use RPC? i am going to try literal now... but i am curious to know if someone has find similar problem
found this post
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3978884#3978884
but there is no solution yet......
any help?
thank in advance and regards
Marco
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978886#3978886
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978886
More information about the jboss-user
mailing list