cancel
Showing results for 
Search instead for 
Did you mean: 

How to call file adapter from external application.

Former Member
0 Kudos

Hi experts,

I would like to know how to call (or activate) file adapter from external application.

Are there any APIs of Adapter Framework?

Anyone, please help.

Thanks,

Shinya Kawagoe

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Other option would be use of ID API to actually activate the channels as shown

/people/william.li/blog/2008/10/20/directory-api-development--part-2-of-3

Regards,

Prateek

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Sunil,

Thank you for telling reference.

But I know this page.

Regards,

Shinya Kawagoe

Former Member
0 Kudos

Hi Abhishek,

Thank you your corporation.

I tried "sap-user=<actual ID>" as a parameter, but it was not available.

Again an authentication pop-up comes.

Shinya Kawagoe

Former Member
Former Member
0 Kudos

Thanks All,

I knew that how to call file adapter from external App.

I have one more question.

The blog '6456' serves as a useful reference.

In this blog's comments, username and password could be included as parameters.

I tried below URL access on browser 'IE'.

http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=action&sap-username=XXXX&sap-password=XXXX

After that, an authentication pop-up came.

Please could anyone let me know how to include username and password.

Shinya Kawagoe

Edited by: Shinya Kawagoe on May 12, 2009 5:13 PM

former_member200962
Active Contributor
0 Kudos
Please could anyone let me know how to include username and password.

This format may help:

http://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=action&sap-user=<actualuserID>&sap-password=<actualpassword>

everything else is fine just that sap-user is the parameter and not sap-username...

for more reference: /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Edited by: abhishek salvi on May 12, 2009 3:02 PM

Former Member
0 Kudos

Hi,

there is no way to call the file adapter externally, as the file adapter is polling on a specific directory.

You have to put the file to be processed in the directory which was defined in the communication channel.

BR,

Martin

Former Member
0 Kudos

Hi

We can control FileAdapter channel or any other channel externally.

look at the blog refer by Varun

former_member192892
Active Contributor
0 Kudos

This would help

[/people/william.li/blog/2007/05/04/control-communication-channels-externally-without-using-rwb|/people/william.li/blog/2007/05/04/control-communication-channels-externally-without-using-rwb]