cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Adapter Module in SOAP Sender

Former Member
0 Kudos

Hi,

We are trying to build a custom adapter module for SOAP sender channel in SAP PI 7.11 using SAP NetWeaver Developer Studio

SAP Enhancement Package 1 for SAP NetWeaver Developer Studio 7.1 SP03

I referred this blog: /people/alessandro.guarneri/blog/2010/08/03/soap-sender-adapter-modules to build the code for SOAP channel.

The first and second screenshot mention some libraries to be included under Required Development Components; however I am not able to find any such term in the JAVA Build Path -> Libraries.

Can anyone please tell me what I missed?

One more thing, if I use the code given in the blog and develop the module for SOAP and include it in the channel what result will it give? Anyone who has actually developed module for SOAP sender channel?

Thanks

Pankaj.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pankaj,

Refer these links to get the jar libraries for the module development:

http://wiki.sdn.sap.com/wiki/display/XI/XIlibrariesfor+development

http://wiki.sdn.sap.com/wiki/display/XI/WheretogetthelibrariesforXI+development

And to add libraries to the NWDS Java Build path refer this guide to adapter development:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e674...

Regards,

Aravind

Former Member
0 Kudos

Hi,

I have the files already and actually this is the third time I am trying to write an Adapter Module (first for SOAP)

I want to know how different (or difficult) is it to write a module for SOAP than compared to other adapters (like File)?

And if I use the code (as is) from the blog, will it run successful in PI or do I have make some modifications to the blog-code?

Thanks

Pankaj.

Former Member
0 Kudos

Hi,

I had a look at the blog. It is similar to the development of module to File adapters.

He has used CPAFactory and CPALookupManager here. You need to have all the jar file mentioned in the blog.

Check this link for the details on CPALookupManager:

http://help.sap.com/javadocs/pi/pi711/com/sap/aii/af/service/administration/api/cpa/CPALookupManager...

>>will it run successful in PI

yes, it will run. that blog is written for SAP Process Integration (PI).

Regards,

Aravind