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

Problem in creating HTTP destination

Former Member
0 Likes
637

Hello all,

I am trying to consume a web service from ABAP and for this very reason I am creating a Client proxy and now I need to create a HTTP destination(Type G).

I have created the Destination and when I test the connection I was facing with a error 'Service unavailable'.

Please help me in how to resolve such an error and also let me know if there are any pre requisites before creating a HTTP Destination.

Thanks in advance,

Regards,

Suman.

3 REPLIES 3
Read only

Former Member
0 Likes
533

Hi Suman,

Go to tcode SM59.

enter the target host(web address), path prefix (path)and service no.(88) properly.

save that and then test .it will work.

or

refer another destination are r already created.

Reward points if helpful.

regards,

Hemant

Read only

Former Member
0 Likes
533

Hi Suman, Not worked on it but have seen the error ...

try this way maybe helps you..

Try to contact the URL via browser... Is it working?

Also have a look in the trace of SMICM trancaction.

Regards

Jayant

Read only

Former Member
0 Likes
533

Hi,

Go to transaction sm59 , here u create a connection type H.

Now

step 1- target host - give the another server name or ip address

for ex- www.w3schools.com

step 2- now give the path, where you actually want to acess the data. for ex-

/webservices/tempconvert.asmx?wsdl

step 3- give the service no 80 (default).

then press save and then check the test connection. You will found the full xml code here.

Do reward if usefull

vijay