0 Replies Latest reply on Jul 19, 2005 9:24 AM by christy

    Problem accessing to juddi in JBoss4.0.1

    christy

      Hi, I have jUDDI in JBoss4.0.1 configured the same manner as in WIKI JAXR.I have a small simple Java client and I'm trying to publish a business to the jUDDI. But I'm getting an error:
      The AXIS engine could not find a target service to invoke! targetService is null
      at org.uddi4j.UDDIElement.(Unknown Source)
      at org.uddi4j.response.AuthToken.(Unknown Source)
      at org.uddi4j.client.UDDIProxy.get_authToken(Unknown Source)
      at ru.oceaninfo.webservice.test.PublishBusiness.main(PublishBusiness.java:38)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
      ---------------------------
      Why did it happen?