• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

E_unsupported (10050) problem with uddi4j FindBusinessExample

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
E_unsupported (10050) The implementor does not support a feature or API. find_business: findQualifier=*** is what im getting while trying with juddi inquiry API,what to do?

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<find_business maxRows="100" generic="2.0" xmlns="urn:uddi-org:api_v2">
<findQualifiers>
<findQualifier>***</findQualifier>
</findQualifiers>
<name>***</name>
<discoveryURLs>
<discoveryURL>***</discoveryURL>
</discoveryURLs>
<identifierBag>
<keyedReference tModelKey="***" keyName="***" keyValue="***" />
</identifierBag>
<categoryBag>
<keyedReference tModelKey="***" keyName="***" keyValue="***" />
</categoryBag>
<tModelBag>
<tModelKey>***</tModelKey>
</tModelBag>
</find_business>
</soapenv:Body>
</soapenv:Envelope>


after just submitting ,it displayed as follows:

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Client</faultcode>
<faultstring>E_unsupported (10050) The implementor does not support a feature or API. find_business: findQualifier=***</faultstring>
<detail>
<dispositionReport generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
<result errno="10050">
<errInfo errCode="E_unsupported" xsi:type="xsd:string">E_unsupported (10050) The implementor does not support a feature or API. find_business: findQualifier=***</errInfo>
</result>
</dispositionReport>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

help anyone in what to give for find qualifiers? and tmodel category bag etc.

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic