ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WSRR Soap API

Post new topic  Reply to topic
 WSRR Soap API « View previous topic :: View next topic » 
Author Message
MT
PostPosted: Sun Mar 30, 2014 8:33 am    Post subject: WSRR Soap API Reply with quote

Newbie

Joined: 21 Jan 2009
Posts: 3

Hi WSRR Experts,

Background
-------------
We have defined custom business object types to form a custom WSRR Business Model . The object hierarchy

is like

Root object Type A -> Object Type B -> Object Type c

Root :Object A
<artefacts>
<userDefinedRelationships name="objectTypeB" targets="c7384ec7-54a9-49fa.a8cf.aa7dceaacfa0"/>
<userDefinedProperties name="abc_FileTransferEndpoint.FolderName" value="\\folder1\folder2\SourceFiles\"/>
<userDefinedProperties name="abc_FileTransferEndpoint.DelimiterType" value="text"/>
<userDefinedProperties name="abc_FileTransferEndpoint.EndOfLineCharacter" value="LF"/>
<userDefinedProperties name="abc_FileTransferEndpoint.FileName" value="W2W_F2F_Binary_06.txt"/>
<artefacts>

Object Type B

</artefacts>
<userDefinedRelationships name="objectTypeC" targets="3b649a3b-d565-45a4.bfa1.debd2ddea19f"/>
<userDefinedProperties name="abc_WMQFTEAgent.OsName" value=""/>
<userDefinedProperties name="abc_WMQFTEAgent.BuildLevel" value=""/>
<userDefinedProperties name="abc_WMQFTEAgent.TimeZone" value=""/>
<userDefinedProperties name="abc_FileTransferAgent.AgentName" value="abc.AGENT01"/>
<artefacts>

Object Type C

<artefacts xsi:type="GenericObject" bsrURI="3b649a3b-d565-45a4.bfa1.debd2ddea19f" name="QueueManager1" namespace="" version="" description="" owner="user1">
<artefacts>


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.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WSRR Soap API
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.