Hi Chiya,

jUDDI v2 implements the UDDI v2 spec, jUDDI v3 implements the v2 spec. So far we have not seen the need to also support the v2 API in jUDDI v3. So if you really want to use the UDDI v2 spec then you will need to use jUDDI v2, as you have tried.

jUDDI v2 is not base on any WS framework and it does not publish the UDDI WSDL, it just brings up the endpoints for you to use, which makes it a bit harder to use with tools like SOAPUI. So when you say the endpoints URLs "don't respond" do you mean you don't see the WSDLs? When you fire a UDDI v2 request in it should be handled though.

Hope this helps!

--Kurt

On 1/11/11 1:25 AM, chiya wrote:
I have also try this said version or juddi but i am unable to configure it
according to the way I configure juddi V2
would you please help me if there is any tutorial for it on net.

thanks for the response


Kasun Weranga wrote:
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