You can customize the Request-Response data handler by creating a special name handler. The Request-Response data handler calls the name handler to obtain the name of the business object to create. The data handler determines which name handler to invoke by using the value of the NameHandlerClass attribute stored in the data-handler meta-object. The default name handler included with the Request-Response data handler prepends the value of the BOPrefix attribute to the name of the business object that the response data handler returns. If you need the name handler to function in a different way, you:
For information on how to create a custom data handler, see Building a custom name handler.