[JBoss-user] [JBossWS] - Re: JBossWS and wsgl2java

2006-05-22 Thread [EMAIL PROTECTED]
wstools does not generate staticly compilable stubs. We use the JSR109 client deployment model where you look au a preconfigured stub from JNDI. Look at the sample clients View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945261#3945261 Reply to the post :

[JBoss-user] [JBossWS] - Re: JBossWS and wsgl2java

2006-05-17 Thread wcrosman
Likewise I generate two interfaces from a single pojo 181 jsr but no stubs. I noticed the client dir has no jbossws-client.jar just the 14 version. Posted a topic about that because wstool.bat refers to it. Don't know if this is the culprit or not. I installed via the installer jar

[JBoss-user] [JBossWS] - Re: JBossWS and wsgl2java

2006-05-16 Thread sgao
CAn I generate stub with wsdl-java/ configuration? If I can, what is the configuraiton? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3943698#3943698 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943698

[JBoss-user] [JBossWS] - Re: JBossWS and wsgl2java

2006-05-10 Thread [EMAIL PROTECTED]
Yes, this is an oversight http://jira.jboss.com/jira/browse/JBWS-929 Have a look at the jsr181ejb and jsr181pojo samples in the samples download. | configuration ... | wsdl-java file=resources/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl | mapping file=jaxrpc-mapping.xml / |