Posted: Wed Feb 01, 2006 5:11 am Post subject: JText adapter: where to define BO Name, and Verb
Apprentice
Joined: 25 Jul 2005 Posts: 48
Hi guys,
i'm implimenting the JText adapter on windows 2000. i'm struggling to find the location where i specify my BO Name and Verb - at design time [in the Data Handlers].
im using MO_DataHandler_DefaultFixedWidthConfig - data handler and i only see among other attributes : BONameSize and BOVerbSize ... i want a place where i can put their names NOT sizes,
You tell the Connector which BO's it is to handle in the Connector Configurator in the 'Supported Business Objects' tab.
You tell the BO which verbs are allowed in the Business Object Designer in the 'General' tab.
The inbound data then needs to supply the Business Object Name and Verb in the data stream itself (in a fixed width stream it assumes them to be the first two variables, and thats why it needs to know the length of the in BONameSize and BOVerbSize - in other MIME types it can identfy them by name).
The connector then reads these two values from the input data (via the DataHandler) and then checks that the BO is in the connector's Supported BO list, and the verb is allowed for that BO.
Not sure what you do if the sending application cannot supply the BO Name & Verb in the data.
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