How to implement apigee in integration for legacy services

Hi apigee Experts,

We are thinking to move our services to apigee API Managemet.

Currently our services are generic which are exposed to various Applications with in internal organisation and out side (B2B) .

Currently our services in integration layers will perform

1.Identity check:

Sender and Receiver is eligible to send the request or not?

2.Mapping:

Mapping from one data modeled structure(frond end) to other data modeled structure(Back end).

a)cobal copybook conversions

3.Routing :

From one front end application multiple back end

4.Protocols supported/connections at back end Applications:

A)How can we configure and connect xml/http, Soap/http(s), https,tcp, Different data bases connection (orcacle/MySQL,Informatix).

B) How can we configure the certificates for different target applications

5. Async :

How to implement async services.Is there any way to buffering the messages?

6. Are B2B interactions secured from organisation DMZ zone?

7.Hoe can we connect internal services without proxy using the apigee?

8. Can we setup standalone apigee managemet in local system(windows)/Solaris.

9.Is API deployment always in public Cloud? Or we can deploy software on premises or our Private cloud ?

10. How can we handle the file transfer using apigee?

Please suggest .

Thanks,

Subbu Uppala

0 2 399
2 REPLIES 2

You can build Custom policies like below that will allow you to transfer files, reference is as below

https://github.com/DinoChiesa/ApigeeEdge-Java-Callout-FTP

@Google: Appreciate any response to this.