‎2007 May 04 7:00 AM
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.
‎2007 May 04 7:08 AM
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
‎2007 May 04 7:14 AM
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
‎2007 May 04 7:17 AM
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