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

Conversion FM To Webservice

ubheamar
Product and Topic Expert
Product and Topic Expert
0 Likes
805

Dear Experts,

I have created SOAP Webservice From Function Module.

Its working fine when i try to use it from my local WAMP Server . Because i added

49.X.X.288 sap.de****.com in my system32/drivers/etc/host file

But when i try to consume this service from remote php server its giving me error

i want to modify endpoint of URL from host name to IP address because its virtual hostname 

1 ACCEPTED SOLUTION
Read only

PeterJonker
Active Contributor
0 Likes
767

If you consume the web service from outside your network, you should use https and certificates. Changing the IP address won't make a difference I think.

Dear Experts,

I have created SOAP Webservice From Function Module.

Its working fine when i try to use it from my local WAMP Server . Because i added

49.X.X.288 sap.de****.com in my system32/drivers/etc/host file

But when i try to consume this service from remote php server its giving me error

i want to modify endpoint of URL from host name to IP address because its virtual hostname 

1 REPLY 1
Read only

PeterJonker
Active Contributor
0 Likes
768

If you consume the web service from outside your network, you should use https and certificates. Changing the IP address won't make a difference I think.