[jboss-user] [JBossWS] - Re: Mapping problem

2007-09-09 Thread PeterJ
leaderbird, please do not append unrelated questions to the end of someone else's post. I you repeat your question in a new post, I will offer some suggestions. (When you repost, reread your first sentence...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=408

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-19 Thread [EMAIL PROTECTED]
You could start with the samples from the download. There should find enough usecases for jaxrpc DII View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039050#4039050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039050 _

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-05 Thread nicolemans72
I solved this problem by using ServiceFactoryImpl instead of ServiceFactory But now I have some errors to parse my jaxrpc-mapping.xml file at the line | Service service = (Service)factory.createService(wsdlLocation, serviceName,mappingUrl); | | org.jboss.xb.binding.JBossXBRuntimeExcep

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-05 Thread nicolemans72
I tried to use the methode | Service service = (Service)factory.createService(wsdlLocation, serviceName,mappingURL); | as I saw in an example but this method doesn't seem exist... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035006#4035006 Reply to

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-05 Thread nicolemans72
With a String return type, it runs So, it's a mapping problem but I don't know it exactly is View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034997#4034997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034997 _