This has been the subject of a prior post, but that solution was not a
solution to my problem.
As soon as I execute this statement I get an exception:

                        PublisherList publisherList = 
                                registry.findPublisher("%", "%", null, 0);

All the properties are set correctly, and I'm using the jar files from the
juddi distribution.
Running Tomcat 5.5.17 and JDK5
this is the exception msg:

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
 faultSubcode: 
 faultString: E_unsupported (10050) The implementor does not support a
feature or API. Only jUDDI v1 requests are currently supported. The generic
attribute value received was: 2.0
 faultActor: 
 faultNode: 
 faultDetail: 
        {urn:uddi-org:api_v2}dispositionReport:
     <result errno="10050">
      <errInfo errCode="E_unsupported"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="xsd:string">E_unsupported (10050) The implementor does not support
a feature or API. Only jUDDI v1 requests are currently supported. The
generic attribute value received was: 2.0</errInfo>
     </result>
    

E_unsupported (10050) The implementor does not support a feature or API.
Only jUDDI v1 requests are currently supported. The generic attribute value
received was: 2.0
        at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
        at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
        at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
        at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
        at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
        at javax.xml.parsers.SAXParser.parse(Unknown Source)
        at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
        at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:784)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
        at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:1784)
        at org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java:59)
        at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:368)
        at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegistry.java:257)
        at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(FindPublisher.java:117)
        at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPublisher.java:68)
        at 
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublisher.java:78)

E_unsupported (10050) The implementor does not support a feature or API.
Only jUDDI v1 requests are currently supported. The generic attribute value
received was: 2.0
        at
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(RegistryExceptionHandler.java:84)
        at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:396)
        at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegistry.java:257)
        at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(FindPublisher.java:117)
        at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPublisher.java:68)
        at 
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublisher.java:78)

Any one out there with a solution?
Thanks in anticipation...

-- 
View this message in context: 
http://www.nabble.com/Unsupported-Issue-findPublisher-tf2254721.html#a6254048
Sent from the jUDDI - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to