0 Replies Latest reply on Jul 31, 2006 3:38 AM by jimmymani

    WSDLFilePublisher

    jimmymani

      hi
      i am a newbie to JbossWs

      i am using java ee 5 with jboss 4.0.4.GA

      i have a webservice endpoint with @webservice annotaion.
      jboss is creating the WSDL and published it successfully
      i am able to connect to this service from my client and get served.

      now i want to know that ,is there any way to publish our own WSDL other that WSDLFilePublisher way of JbossWS(because i have to call webservice in a asynchronous way.so i have one WSDL which my client refer and another for server.i want to try with single WSDL file )

      it will be helpful if anyone can tell how jboss is creating the WSDL by itself.