Requirement
------------
We need to make mass create/updates to objects of this custom business model from a csv separated file.
Proposed Solution
------------------
We are planning to use WSRR provided SOAP API for the purpose and have have successfully performed create operation without issues.
Problem
--------
The problem we face is with the update operation. Though we can update properties and relationships for root object A and leaf object C , upda
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<faultcode xmlns:p244="http://www.ibm.com/xmlns/prod/serviceregistry/6/0/ws/sdo">p244:>ServiceRegistryWebServiceException</faultcode>
<faultstring>com.ibm.serviceregistry._6_0.ServiceRegistryWebServiceException: GSR0042E: An Exception has been received from the ServiceRegistry meta data store access interface.</faultstring>
<detail encodingStyle="">
<p244:ServiceRegistryWebServiceException xmlns:p244="http://www.ibm.com/xmlns/prod/serviceregistry/6/0/ws/sdo">
<message>GSR0042E: An Exception has been received from the ServiceRegistry meta data store access interface.</message>
</p244:ServiceRegistryWebServiceException>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
This API error being very generic we are not able to identify the problem. It will be very helpful if you could advise as to where/which logs we need to look at in WSRR to get a detailed error description.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum