cancel
Showing results for 
Search instead for 
Did you mean: 

libraries for developing XI Adapter

0 Kudos

Hello,

I've followed the "adapter development" training at the latest TechEd. I'd now like to try this myself, so I've found the sample_ra.sda, unpacked it and created a project with it. I renamed the package it was in to a new package name (like told in the TechEd), but I've got loads of import errors. So I need the proper libraries.

Import errors (among others):

import com.sap.aii.af.service.cpa.BinaryData;

import com.sap.aii.af.service.cpa.Binding;

import com.sap.aii.af.service.cpa.CPAObjectType;

import com.sap.aii.af.service.cpa.Channel;

import com.sap.aii.af.service.cpa.Direction;

import com.sap.aii.af.service.cpa.LookupManager;

import com.sap.aii.af.service.cpa.NormalizationManager;

import com.sap.aii.af.service.cpa.OutboundRuntimeLookup;

import com.sap.aii.af.service.cpa.PartyIdentifier;

import com.sap.aii.af.service.cpa.ServiceIdentifier;

import com.sap.aii.af.service.cpa.TableData;

import com.sap.aii.af.service.headermapping.HeaderMapper;

import com.sap.aii.af.service.headermapping.HeaderMappingException;

import com.sap.aii.af.service.idmap.MessageIDMapper;

import com.sap.aii.af.service.auditlog.Audit;

I've already found and download the following jars and put them in my class-path of the project as external jars:

aii_af_cci.jar

aii_af_mp.jar

aii_af_ms_api.jar

aii_af_ms_spi.jar

aii_af_trace.jar

I've found these from our XI system.

What else do I need and where can I find them? I've also downloaded the latest support pack for XI adapter framework for 7.1, which contains loads of libraries, but I don't know which ones I need.

Thanks in advance.

Greetings, Walter.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
stefan_grube
Active Contributor
0 Kudos

If you want to develop adapter modules based on 7.0, you do not find the corresponding libraries in 7.1 patch.

Download the 7.0 patch for adapter, you find the libraries there.

See the how-to guides for adapter modules 7.0:

https://www.sdn.sap.com/irj/sdn/soa-servicebus?rid=/library/uuid/f013e82c-e56e-2910-c3ae-c602a67b918...

Regards

Stefan