3 Replies Latest reply on Nov 26, 2013 2:33 PM by tcunning

    How to publish webservices in jUDDI?

    msbhalani

      Trying to publish external webservices in juddi using developer studio (webservices explorer) but getting following error...

       

      IWAB0135E An unexpected error has occurred.

      UDDIException

      (401)Unauthorized

       

      Any other way?

        • 1. Re: How to publish webservices in jUDDI?
          tcunning

          Mona,

           

          What version of JBoss ESB are you using?     The unauthorized error leads me to believe you're hitting an authentication error, if you can tell me what you're using and what jUDDI request you are making I can try and help you sort this out.      Could you also post the stack trace (as well as the jUDDI request you are making)?

          • 2. Re: How to publish webservices in jUDDI?
            msbhalani

            Jboss ESB - 4.11.1

            Error.png

            I do not see any trace/log... Please let me know if you need more detail.

            • 3. Re: How to publish webservices in jUDDI?
              tcunning

              Mona,

               

              Eclipse's Web Service Explorer only supports uddi v2.     JBoss ESB uses jUDDI v3, which is a UDDI v3 implementation that contains new features like subscription.      I don't think you're going to have much luck using it to publish to jUDDI.

               

              If you want to publish programmatically there are several examples in the jUDDI project tests.