cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy Adapter module in PI 7.1 using NWDS and roles

Former Member
0 Kudos

Hi All,

Can you please provide me Idea , how i can deploy an custom adapter module in PI 7.1 using NWDS.

1) Why EAR fies are required

2) What authorization required to deploy module from NWDS

3)what are the various way we can deploy

4)what is ejb-jar.xml and application-ejb-jar.xml

I have gon through the How to's of adapter module both PI 7.0/7.1.. but didn understand much ant point 3) and 4)

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

This discussion may help u:

Thanks

Amit

Former Member
0 Kudos

Hi,

1) In order to deploy your module to the J2EE Adapter Framework, you have to create an EAR file. EAR file is a zip file and consist of WebModules, EJBModules and additional JARs.You can deploy the EAR file from the Deploy Service in the Visual Administrator tool or through the JSPM.

2)U can deploy module through NWDS or JSPM.

Refer this for JSPM: http://help.sap.com/saphelp_nwpi71/helpdata/en/87/4797422930c56ae10000000a155106/frameset.htm

You have to create one SDA file from the EAR (exported EAR file from NWDS) file (forums available on SDN).

Using NWDS :http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e6747fa?quicklink=index&overridelayout=true

3) Refre this for ejb-jar.xml and application-jar.xml:https://cw.sdn.sap.com/cw/docs/DOC-104084

Thanks

Amit

Former Member
0 Kudos

Hi Amit,

Thanks a lot for ur help....

Can you please provide some examples where Modules are required.

Former Member
0 Kudos

HI,

U require the Custom Adapter Modules in many situations based on business requirements..

lemme give some examples..

1.U want to send the details from the proxy to Mail as an attachment in Excel sheet.

So u will write an adapter module to convert the XML to Excel format.

Also u want to process the Excel files from source and create an XML file.... u need an adapter module to do so in sender CC.

2. In the same way u want to sent the mails as an PDF file.. the same case.. use an adapter module( Also can be done using Conversion Agents, if u have).

3.U want to change the payload in sender or receiver based on some requirements... Create and deploy the adapter module correspondingly....

Babu

Former Member
0 Kudos

HI sam,

please gothrough : https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bdc14e1-0901-0010-b5a9-a01e29d7...

I think u can get enough details...

Thanks,

Shabbir.