on 2008 Jan 18 5:08 PM
Hello
I´m trying to configure a Soap Communication Channel and configure the module MessageTransformBean to use a xslt transformation in adapter.
In Module Name I' m setting:
localejbs/AF_Modules/MessageTransformBean
In Module Configuration I´m setting:
Transform.Class com.sap.aii.messaging.adapter.XSLTConversion
XSLTConversion.XSLTFileName /tmp/transform.xsl
But in SXMB_MONI I got this error from adapter:
com.sap.aii.af.ra.ms.api.DeliveryException: Object not found in lookup of MessageTransformBean.
Then I renamed the Module Name to MessageTransformBeanTest to check the error message and I got this one:
com.sap.aii.af.ra.ms.api.DeliveryException: Object not found in lookup of MessageTransformBeanTest.
Seems the module MessageTransformBean doesnt exist. Is that possible ?
Can anyone help me, please ?
Thanks
Edited by: Vitor Zaninotto on Jan 18, 2008 6:12 PM
Request clarification before answering.
Try this module name:
AF_Modules/MessageTransformBean
Regards,
Henrique.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Vitor,
yes, the .SDA is included inside the SCA file, that's what I had told!
I'm not sure whether you're supposed to manually deploy the SAP-XIAF SCA, it's part of the installation template. That's probably why you can't find the file directly.
Also, all downloads from Service Marketplace for Netweaver are to be done through a Solution Manager installation (since last april or may). Please get in touch with your customer in order to do that.
Regards,
Henrique.
Hi,
Mine worked with the following config in 7.0:
Processing sequence: 1
Module name: AF_Modules/MessageTransformBean
Module type: Local Enterprise Bean
Module key: 1
Module Configuration:
Module key: 1
Parameter name: Transform.Class
Parameter value: com.sap.aii.messaging.adapter.XSLTConversion
Module key: 1
Parameter name: XSLTConversion.XSLTFileName
Parameter value: /data/xslt/XSLRct.xsl
========================
By default the classes should have been installed. If not, you can try to install it yourself. Pls reference:
http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm
Regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.