[JBoss-user] [JBoss.NET] - Handling out/inout parameters

2006-01-23 Thread guiguidac
I'm a porblem using holder to handle inout parameters. Indeed, the value of the param received by my client is the same as the value sent. Here is a part of what I do : --- Client : String endpointURL = "http://localhost:8080/myservice2-servlet/MyService";; Service

[JBoss-user] [JBossWS] - Message-style service

2006-01-12 Thread guiguidac
Hi, I'm beginner in JBoss and WebServices development. I would like to develop a message-style web service. Does anybody could give me the way to follow ? A complete tutorial would be very interesting for me. Besides, is it possible to use deploy.wsdd file to deploy web services in JBoss usi