The UDDI XML.org web site is not longer accepting new posts. Information on this page is preserved for legacy purposes only.
eurro with Find_tModel
Dear everyone,
I made a test to get all the list of tmodel from the registry UDDI by using find_tModel.
It works well but right now I don't know what happy with it. I get error:
org.systinet.uddi.client.v3.UDDIException: <dispositionReport xmlns="urn:uddi-org:api_v3">
<result errno="10050">
<errInfo errCode="E_unsupported">FindQualifier uddi:uddi.org:findqualifier:approximatematch is not supported.</errInfo>
</result>
</dispositionReport>
at org.systinet.uddi.client.v3.UDDIInquiryStub.parseFaultBody(UDDIInquiryStub.java:89)
at org.systinet.uddi.client.UDDIClientProxy.parseFault(UDDIClientProxy.java:134)
at org.systinet.uddi.client.UDDIClientProxy.invoke(UDDIClientProxy.java:223)
at com.sun.proxy.$Proxy50.find_tModel(Unknown Source)
at uddiwsdl.UDDICategory.createTmodelList(UDDICategory.java:47)
at uddiwsdl.UDDICategory.main(UDDICategory.java:238)
Anyone meets the same problem, please help me.
regards,
sophea
I found the cause
Actually, it is before the user is expired. Then, I just put the user back to active. Then everything is ok.
You're using the tModel key
You're using the tModel key for approximatematch. Try just passing in "approximateMatch".
Yes, I did passing as
Yes, I did passing as approximateMatch, but it seems having error with the database. my EM database does not work, and OSR account password is expired. Suddently, it becomes like that. I am trying to find the solution now.
If you know the solution, please tell me.
many thanks in advance,
sophea
sure, use jUDDI
sure, use jUDDI