Hi,

If you are using jUDDI v3, you can access publish service from
http://localhost:8080/juddiv3/services/publish?wsdl
and inquire service from http://localhost:8080/juddiv3/services/inquiry?wsdl
here is the latest *jUDDI* (with *Tomcat)
http://www.gtlib.gatech.edu/pub/apache//juddi/3_0_4/juddi-tomcat-3.0.4.zip


Also try using this, If u need to get authToken

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:urn="urn:uddi-org:api_v3">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:get_authToken userID="test" cred=""/>
   </soapenv:Body>
</soapenv:Envelope>


Thanks,
Kasun
*


On Mon, Jan 10, 2011 at 1:34 PM, chiya <[email protected]> wrote:

>
> 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>
> --
> View this message in context:
> http://old.nabble.com/juddi-configuration-tp30631725p30631725.html
> Sent from the jUDDI - User mailing list archive at Nabble.com.
>
>

Reply via email to