2 Replies Latest reply on Nov 16, 2006 4:27 AM by thomas.diesler

    Newbie needs help to Consume A WebService

    tomsontom

      I've create a webservice using annotations in jboss-4.0.4.GA using Netbeans 5.5 the webservice deployed without problems on the server and generating the files for the client also worked without problems but now I'm stuck how do I manage to proceed.

      I have the following files:
      - META-INF/wsdl/Hello.wsdl
      - META-INF/wsdl/Hello-config.xml
      - META-INF/Hello-mapping.xml
      - META-INF/application-client.xml
      - META-INF/jboss-client.xml
      - at/bestsolution/test/Hello interface
      - at/bestsolution/test/HelloService interface
      - at/bestsolution/test/Hello_Impl class


      How do I now manage to communicate with my webservice? I read the various tutorials on http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWS but configuring using JNDI doesn't seem to work like it showed all over there.

      Any help would be greatly appreciated. A short sample about the client code would really help me out.