juddi configuration

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

juddi configuration

chiya
I have installed JUDDI and configured it. JUDDI is happy. validation page shows no red line. but i cannot access http:localhost:8080/juddi/publish and http:localhost:8080/juddi/inquire and admin URIs.

I have also soap response while sending following request for getting authentication. Anybody can help me?

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 
  <soapenv:Body> 
    <get_authToken generic="2.0" xmlns="urn:uddi-org:api_v2"
      userID="jdoe"
      cred=""/> 
  </soapenv:Body> 
</soapenv:Envelope> 

response error is:

<soapenv:Fault> 
<faultcode xmlns="http://schemas.xmlsoap.org/soap/envelope/">soapenv:Client</faultcode> 
<faultstring>Fault string, and possibly fault code, not set</faultstring> 
</soapenv:Fault>