cancel
Showing results for 
Search instead for 
Did you mean: 

ccBPM: HTTP Send Step

Former Member
0 Kudos

Hi Experts,

i want to open my FTP adapter within an integration process.

therefore i have the correct HTTP GET statement.

My problem is what kind of data type is needed and how is it integrated into the integration process?

Thanks,

chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you porvide more details

plain HTTP adapter supports only post it wont support get methods

what is your scenario?

Rajesh

Former Member
0 Kudos

Hi, thanks.

I want to open my FTP adapter, when its open it receives data from an ftp server, transforms it.

so I want to open the FTP adapter .. make an transaction ... and close the FTP adapter again.

the things i want to know:

how to configure the open and close steps within the integration process. and I meant HTTP post..not get.

see this screenshot:

http://img134.imageshack.us/img134/4595/unbenanntgy3.jpg

Regards,

chris

Former Member
0 Kudos

Its quite interesting to know opening and closing of adapter

AFAIK there is not concept of opening and closing of FTP Adapter in XI .

provide the entire requirement may be one someone here can provide better solution

Rajesh

Former Member
0 Kudos
Former Member
0 Kudos

May be you can do ftp opertion by polling interval

what is the need of stoping and starting CCs?

Rajesh

Former Member
0 Kudos

polling is not enough .. its not accurate enough. and polling every second is waste of resource, i need data in one exact moment .. therefore i want to open the adapter exactly in this moment, get my data, and close it again.

chris

Former Member
0 Kudos

Hi,

maybe it's possible with open and closing the adapter.

But what about providing the information in a different way. I would be a much better and easier solution if you could read the data via a Web service or from a database.

If this is not possible maybe Event-Driven Message Processing could help:

http://help.sap.com/saphelp_nw70/helpdata/EN/7a/00143f011f4b2ee10000000a114084/frameset.htm

Regards

Patrick