Suppose I send jUDDI a delete_business request w/ two keys. One key is bogus. What I get back is :

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>
<Fault>
<faultcode>Client</faultcode>
<faultstring>Client Error</faultstring>
<faultactor></faultactor>
<detail>
<dispositionReport generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
<result errno="10210">
<errInfo errCode="E_invalidKeyPassed">The uuid_key value passed did not match with any known key values.</errInfo>
</result>
</dispositionReport>
</detail>
</Fault>
</soapenv:Body>
</soapenv:Envelope>


So, this is an error in general, and I assume that I had no success w/ the good key.

JAXR says that I can do a deleteOrganizations() and have a partial commit, stopping on the first failure. In my case, I assume that the first good key will be deleted, and the second not. This seems then that to use jUDDI (or any UDDI registry - I'm not picking on jUDDI), I must send two separate delete_business messages?

--
Geir Magnusson Jr                                  +1-203-665-6437
[EMAIL PROTECTED]



Reply via email to