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: 

sap web service from function module

Former Member
0 Kudos

Hi

I have a requirement to create a web serive from Function module ,

Here ECC provides web service to .NET platform to consume.

I have created a WSDL , with URL link starts with HTTP.

Now Client prefer the WSDL file URL link to start with HTTPS.

I have tried creating a new web service by configuring SSL (with HTTPS). But i am still getting URL with HTTP.

Is there any way it can be done , so that WSDL File URL can start with HTTPS.

Please reply

Thanks in advance

2 REPLIES 2

Former Member
0 Kudos

Hi Krishna,

Seems you need change the port to 443 in your RFC destination.

Please refer Thomas`s blog, here->http://scn.sap.com/people/thomas.jung/blog/2005/05/13/calling-webservices-from-abap-via-https

regards,

Archer

Former Member
0 Kudos

Hi Archer,

It seems like Blog is more kind of explaining RFC Connection setup for HTTPS url when we are providing the WSDL file to .NET Platform

But for the Web service, i think we don't need any RFC connection .

And there is no RFC connection setup between these two servers.

I have created a web service provided the WSDL file to .NET People .

Is there any other configuration setup through SOAMANAGER to get desired output .

Please reply

Thank you