[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-928

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942445#3942445

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942445


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-09 Thread klaus_erber
No in our case it's RPC/LITERAL.

The testcase checks the services itself. We have the problem with the generated 
wsdl with a wstools ... / ant task.

The runtime wsdl generation works well.

I hope, this helps to understand the problem.

Klaus

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942213#3942213

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942213


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-08 Thread [EMAIL PROTECTED]
There is a testcase that covers @WebParam


  | [EMAIL PROTECTED] /cygdrive/d/svn/jbossws/trunk/src/test
  | $ ant -Dtest=org.jboss.test.ws.jsr181.webparam.JSR181WebParamTestCase 
one-test
  | one-test:
  | [junit] Running org.jboss.test.ws.jsr181.webparam.JSR181WebParamTestCase
  | [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.45 sec
  | 

Note, the test uses RPC. Are you seeing this issue with DOCUMENT?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3941993#3941993

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941993


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-05 Thread klaus_erber
I think the question was enough advanced, but I am only a JBoss user. I still 
want to now, if this is a bug our a just a wrong way to use it.

We want to change our WSDL2Java aproach (based on AXIS) to Java2WSDL to make 
the development easier.

Klaus

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3941540#3941540

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941540


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-03 Thread klaus_erber
Hello,

there ist a related JIRA bug (http://jira.jboss.com/jira/browse/JBWS-442) that 
is marked as resolved in version 1.0RC3 but I have the same problem in version 
1.0.0.GA.

Is this still an open issue?

Workaround: The temporary wsdl files in SERVER_DIR/data/wsdl are correct.

kind regards
Klaus

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3940906#3940906

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3940906


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-03 Thread esvehla
Thanks Klaus for the information. It seems like I can never get a response from 
anyone on this forum, I guess I do not ask advanced enough questions.

We are still having the problem even though we have seen it as being resolved 
as well.  We are actually investigating using the WSDL to Java approach instead.

Ernie

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3941112#3941112

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941112


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user