Hi Cara,
Looks like you're up and running :). The error you are getting just
means one of two things:
- it could be that your request is not valid, try using soapui, it will
build an example request for you. Or you can check our unittests for a
valid request.
- it could also be that the outgoing reply is having issues as it may
require at least 1 service element, which means that you just have to
add some more service data to the business you are trying to find.
If this does not help please post the stack trace.
--Kurt
cara wrote:
Thank you for your answer it helped it worked fine with
http://localhost:8080/juddiv3/services/inquiry but now I am getting a
new error message
soap fault: Unmarshalling Error: Cannot find the declaration of
element 'find service'.
Did I maybe miss some installation steps should I have configured
something? I'm new to Juddi.
Thanks
2010/8/6 Kurt T Stam <[email protected] <mailto:[email protected]>>
cara wrote:
Hello,
I just installed juddi-tomcat-3.0.2 and browsed to
http://localhost:8080/juddiv3/. Everything seemed to work
alright. Didn't configure anything.
Afterwards I installed the uddi browser to test juddi and
added the UDDI registry as follows :
Inquiry url:http://localhost:8080/juddi/inquiry
Publish url: http://localhost:8080/juddi/publish
If I use "Basic Find" to search for example for Businesses I
get a SOAPException and the problem seems to be that
juddi/inquiry is not avaible.
Is the inquiry url wrong which url am I supposed to use?
Thanks
I think you meant to use juddiv3 instead of juddi in the urls:
Inquiry url:http://localhost:8080/juddiv3/inquiry
<http://localhost:8080/juddi/inquiry>
Publish url: http://localhost:8080/juddiv3/publish
<http://localhost:8080/juddi/publish>
Cheers,
-Kurt