on 2005 May 08 3:31 PM
Hi All -
I am just getting started with the adapter framework in XI 3.0. I understand from the help that SAP is shipping in a sample adapter and a sample module.
Can someone help me to find steps that can be used to use this sample adapter in XI.
I just have sample_ra.jar and am not able to figure out whats next. The help does tell me that I can make the modification's at a certain places to include my own processing requirements.
However, I just want to deploy this sample adapter and try and use it.
Regards,
Ashish
The sample adapter is only a collection of documentation and source fragments. It is not possible to configure and run the adapter.
Extract the sample_ra.jar and you receive Javadoc for the required APIs and some sample classes.
Regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Search for sample_ra.sda on /usr/sap.. folder and deploy it. Once you deploy it, import the ra.xml in the design repostitory as adapter metadata. Then you will see a JCA adapter type. You can then use it in the comm. channels.
I played around with the code and was able to add code to connect to MSMQ to build a custom adapter, and deploy it. works ok.
Regards
siva
Hi Ashish,
I've never had an oportunity to use a self made adapter but in my links library I've found a few links:)
<b>Example Adapter and Example Module</b>
http://help.sap.com/saphelp_nw04/helpdata/en/e9/61e1407e858031e10000000a1550b0/content.htm
<b>Adapter and Module Development</b>
http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm
<b>Session ID: XI301
Development of Adapters for the SAP XI Adapter Framework</b>
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/development of adapters for the sap xi adapter framework.pdf
it may be a good start:)
Regards,
michal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michal,
Thanks a lot for your reply. I already had a look at these posting's but was not able to make out much.
My problem is to make the sample adapter run.
The sample adapter is by default deployed in the AF. (I presume so). So once that adapter is there, we should be able to use that adapter.
However, that adapter does not appear when we go ahead and try to configure the receiver and sender communication channels.
Please note that I have not configured the adapter meta data or the communications channel data in the Integration Repository. (and do not know if that is to be done for the sample adapter)
All the documentation talks about accessing the adapter using the PCK. However, if an adapter is available I should be able to use the same in the normal configurational scenario's also.
Can you please help.
Ashish
User | Count |
---|---|
77 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.