cancel
Showing results for 
Search instead for 
Did you mean: 

IDE for Adapter Development

former_member343107
Participant
0 Kudos

Hi All,

I'd like to use NetWeaver Developer Studio to develop an adapter. Now the version on my laptop is 2.0.14 (installed together with 640 SP14). I need the IDE to compile the source code and pack it to an sda which can be deployed directly. What kind of project should I create?

Thanks + Best Regards

Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please see the below link may be useful.

https://websmp108.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

Points rewarded please if it is usefull...

Regards

Chilla..

former_member343107
Participant
0 Kudos

Hi Chandra,

Thanks for the doc. But it focuses on the development of a module, whose deployment unit is EAR file. The deployment unit of an adapter is the SDA file. I still have no idea how to create a project satisfying this requirement.

Best Regards

Jerome

Former Member
0 Kudos

Hi Jerome,

see you want to create a adapter deployment prj......can you let me know what is your scenario req for which you need an adapter which XI does not provide....

but if your req is met by any XI adapter and you need just a modification in the functionality of that adapter, then you will have to create a module in NWDS whose deployment file will be an .EAR file.

Thanks,

Rajeev Gupta

former_member343107
Participant
0 Kudos

Hi Rajeev,

We need to communicate with a service provider. It has its own communication protocol based on TCP/IP. The SOAP adapter and HTTP adapter cannot satisfy such a requirement...

Best Regards

Jerome

Former Member
0 Kudos

create an ejb project in NWDS

former_member343107
Participant
0 Kudos

Hi Sreeram,

The result of EJB project is .jar file. How can I make a .sda file then?

Thanks, Jerome

Former Member
0 Kudos

you creating a ear file instead of .ear give .sda

former_member343107
Participant
0 Kudos

Thanks a lot!

Jerome

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I hope..

You can use NWDS, with JAVA type project..

After compliting .. create jar files and deploy..

or configure SDM parameters in NWDS and deploy..

Regards

Chilla..