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://sche
mas.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 si=&
quot;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(SOAPFau
ltBuilder.java:221)
at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaul
tBuilder.java:128)
at
org.apache.axis.encoding.DeserializationContext.endElement(D
eserializationContext.java:1087)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.endElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScanner
Impl.scanEndElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl.scanDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U
nknown
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(Deseri
alizationContext.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(HTT
PSender.java:784)
at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.
java:143)
at
org.apache.axis.strategies.InvocationStrategy.visit(Invocati
onStrategy.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.j
ava:368)
at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.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.j
ava:396)
at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
Any one out there with a solution?
Thanks in anticipation...
--
View this message in context: http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6254048
Sent from the jUDDI - User forum at Nabble.com.
------------------------------------------------------------
---------
To unsubscribe, e-mail: juddi-user-unsubscribe ws.apache.org
For additional commands, e-mail: juddi-user-help ws.apache.org
|