cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy for non sap

Former Member
0 Kudos

Dear All,

Do we have to use proxies for all applications (Both SAP and Non-SAP) running on WAS 6.20 and above to talk to xi?

Regards,

Ashish

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Ashish,

no proxies are not mandatory, neither for SAP nor non-SAP applications. For example you could use a file adapter to pick up flatfiles from a non-SAP application via ftp or you could use Idoc communication for SAP systems. All this includes also the possibilities of proxies but it is really depends on your project requirements.

Hope that helps, if not we will try to clarify it more

Cheers

Cornelius

Former Member
0 Kudos

So can a non-sap application existing on WAS 6.20 or above communicate with XI using proxies or is it only SAP systems that can use proxies for communication with XI?

Regards,

Ashish

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>>So can a non-sap application existing on WAS 6.20 - YES

>>SAP systems that can use proxies for communication with XI - YES

Regards

Agasthuri Doss

Former Member
0 Kudos

Yes Ashish , you can create proxy(JAVA not ABAP) for non-sap application existing on WAS 6.20 or above.

But again proxy creation or not depends on project requirement.Its not necessary that if business has WAS6.20 or above then all interfaces going to be in proxy.

thanks,

Pooja

Former Member
0 Kudos

Could you please give me step by step procedure for scenario:

SAP(Proxy) ---> XI ---> File System (File Adapter).

Regards,

Ashish

agasthuri_doss
Active Contributor
0 Kudos

Hi,

This will help you

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards

Agasthuri Doss

Former Member
0 Kudos

For SAP (Proxy) --> To --> File (adapter) scenario: Don't we have to do message mapping, interface mapping steps?

also

When I try to create proxy for the interface defined in XI using sproxy in IR, by right clicking on the Outbound interface, it asks me for inputing the Package name???

Please advice...

Regards,

Ashish

agasthuri_doss
Active Contributor
0 Kudos

Hi,

it is ABAP class package we have to mention it.

Regards

Agasthuri Doss

Former Member
0 Kudos

HI,

Check this blog.

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Regards,

Sudheer

stefan_grube
Active Contributor
0 Kudos

> Do we have to use proxies for all applications (...) running on WAS 6.20 and above to talk to xi?

You can connect a WAS 6.20 with proxy, IDOC and RFC. Use existing interfaces. When you have to develop new interfaces, it is recommended to use proxies.

Regards

Stefan

Former Member
0 Kudos

Hi Ashish,

It might also depend on the application that is going to communicate.

If that application can consume webservices then it is easy to go for SOAP adapter.

If you have the entire input as XML in the application you can even use something similar to HTTP in your java code.

Proxies are easy to develop and use. That way you can use them.

Regards,

P.Venkat

Former Member
0 Kudos

Not Mandatory but this is best way do it because it advangtes.

please reward points

Regards

Sreeram.G.Reddy