Application Development and Automation 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: 
Read only

Calling ABAP Web Service at https destination

Former Member
0 Likes
815

Hi!

I have created an ABAP Proxy that calls an external web service at an http destination. When trying the same for a service at an https destination I get the error message <b>

HTTP error (return code 110, message ""</b> when specifying the URL for the WSDL file. I tried one of Thomas Jungs blogs on HTTPS services (/people/thomas.jung3/blog/2005/05/13/calling-webservices-from-abap-via-https), but here he says that "When we begin to get differences (From http setup) is in the setup of the Logical Port". Am I missing something? Some configuration to be done?

Thanks for your input!

-Ole

Message was edited by:

Ole Mugaas

3 REPLIES 3
Read only

Former Member
0 Likes
571

Make default port to 443 and not to 80.

Regards,

Amey

Read only

0 Likes
571

Hi!

Do you mean trying to access the WSDL through an already defined HTTP connection? My problem arises when trying to enter the URL to the WSDL during proxy generation...

Read only

Former Member
0 Likes
571

Long story short: resolved