File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes accessing jUDDI with Sun's JAXR implemenation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "accessing jUDDI with Sun Watch "accessing jUDDI with Sun New topic
Author

accessing jUDDI with Sun's JAXR implemenation

Michael Valentino
Ranch Hand

Joined: Nov 01, 2005
Posts: 96
Has anyone had success accessing jUDDI via JAXR? I can manipulate the registry via the console at http://localhost:8080/juddi, and the "happyjuddi" page shows now errors. However, when trying to get an authToken via JAXR, i get an exception saying:

JAXR.UDDI.126: UDDI DispositionReport: Error Code = E_unsupported; Error Message = E_unsupported (10050) The implementor does not support a feature or API. The operation get_authToken is not supported by the UDDI version 2 Inquiry API.; Error Number = 10050

I've double checked the SOAP message that was sent using a trace utility, and using the same SOAP message in the jUDDI console successfully returns an authToken, however, it does not do so programatically through JAXR. Has anyone ever encountered problems such as this with jUDDI or JAXR in general?


SCJP 1.4, SCWCD J2EE 1.4, SCJD J2SE 1.5, SCBCD J2EE 1.3, SCDJWS (In Progress)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: accessing jUDDI with Sun's JAXR implemenation
 
Similar Threads
Juddi DB connection problem
E_unsupported (10050) problem with uddi4j FindBusinessExample
NullPointerException in running UDDI4J samples!
JAXR and jUDDI
Getting Fault string, and possibly fault code, not set in UDDI4J