Dan, I obviously didn't read your entire post ... sounds like you've already looked into the things I was interested in.
On 1/6/06, Steve Viens <[EMAIL PROTECTED]> wrote:
Dan, can you try invoking the find_business operation from the jUDDI Console and post the XML request/response here?Also, it would help in diagnosing the problem if you could provide a sample of the UDDI4j XML request message (and response if available). You should be able to acquire this through the use of the Axis TCP Monitor.Steve
On 1/5/06, Daniel Thibault <[EMAIL PROTECTED] > wrote:Hey Everyone,
I'm looking for some help getting uddi4j or sun jaxr connected to jUDDI.
I've setup jUDDI 0.9rc4 with the following:
- J2SDK 1.5
- Tomcat 5.5.9
- Using Postgres for my DataStore
- web.xml, juddi.propertied, and server.xml are all set to ....jdbc/juddiDB
The jUDDI Happiness Page is Happy with no errors indicated.
When I try running the uddi4j FindBussinessExample I get the following;
*********** Running FindBusinessExample ***********
UDDIException faultCode:soapenv:Client
operator:jUDDI.org
generic:2.0E_unsupported (10050) The implementor does not support a feature or API. The operation find_business is not supported by the UDDI version 2 Publish API.
errno:10050
errCode:E_unsupported
errInfoText:E_unsupported (10050) The implementor does not support a feature or API. The operation find_business is not supported by the UDDI version 2 Publish API.
at org.uddi4j.UDDIElement.<init>(UDDIElement.java:40)
at org.uddi4j.response.BusinessList.<init>(BusinessList.java:85)
at org.uddi4j.client.UDDIProxy.find_business(UDDIProxy.java:676)
at FindBusinessExample.run(FindBusinessExample.java:74)
at FindBusinessExample.main(FindBusinessExample.java:44)
The use of a sniffer indicates the SOAP message is being created properly. I actually copied the message and pasted it into the jUDDI console and it performed the operation successfully.
I also tried running the sun jaxr samples and got a similar E_unsupported error.
A prior posted indicated a possible issue with the use of J2SDK 1.5 on the client side. I tried reverting back to 1.4 and got the same unsupported result.
Any help with this problem would be greatly appreciated.
Thanks in advance
Dan
