2 Replies Latest reply on May 4, 2006 8:26 AM by steinar.ardal

    tutorials for jbossws?

    bmdefnall

      Is there anything beyong the user guide for implementing web services in jbossws? i wrote quite a few web services with apache soap (not axis) a few years ago but i havent dealt with web services since then, and obviously things have changed quite a bit since then.

      I'm having trouble following the user guide and getting anything to deploy properly. is there any more verbose material out there regarding jbossws? maybe with a little hand-holding or some step by step explanations of jboss-specific things and where to get all the tools necessary for development/deployment?

        • 1. Re: tutorials for jbossws?
          bmdefnall

          i just dug around and found the ejb3 tutorials and it looks to have a lot of what i am after. i'll go over it with a fine tooth comb before i gripe any more.

          • 2. Re: tutorials for jbossws?
            steinar.ardal

            Hi,

            What I did, was to do some of the examples with Apache Axis, just to get my head around what is actually going on. Then I did the jsr109ejb example in the sample code delivered with JBossWS.

            I had the client code from the Axis tutorial up and running already, so then it was quite straightforward to get the Web Service to deploy and call.

            NB: You must use JBoss 4.0.4.CR2 to be able to deploy the Web Service.

            Good luck