Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Call external url using Proxy host and service in ABAP

Former Member
0 Kudos

Hello everyone

I have an existing ABAP program that calls an interlet url importing an XML file (using a mehtod).

It worked pretty fine till the comapny changed the internet connection to the SAP Server using a Proxy Host.

Now for RFC connections (TCODE)  no problem becase there is an option to add Proxy host and service.

My Program does not  connect to the URL anmy more so I need do call the URL using a Proxy host & service so has anyome an idea how to do that?

Any help will be appreciated.

Thanks

Gaspare

1 ACCEPTED SOLUTION

Juwin
Active Contributor
0 Kudos

Please check the documents on how to consume a Webservice in ABAP. Kindly let us know if you face any trouble with that.

Examples:

Link1

Link2

Thanks,

Juwin

5 REPLIES 5

Sandra_Rossi
Active Contributor
0 Kudos

As you say "using a method", I think that by using "another method" it will work. Could you please tell us which method you are using, so that we can help you?

0 Kudos

Hi Sandra

Thanks for your replay!

We are using a own developped class to call the URL.

Regards

Gaspare

Juwin
Active Contributor
0 Kudos

Please check the documents on how to consume a Webservice in ABAP. Kindly let us know if you face any trouble with that.

Examples:

Link1

Link2

Thanks,

Juwin

Former Member
0 Kudos

Thanks Juwin

I'll check the link you sent me.

Regards

Gaspare

Former Member
0 Kudos

Finally I could solve this problem by using the existing method and passing trhough the Proxy host and Service.

Many thanks for your replay.

Gaspare