cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Proxy generation error while consuming web service

Former Member
0 Likes
1,928

Hi All,

  

We need to invoke external web service from SAP ABAP program.

i tried to create to consume web service in my ECC6 using SE80  with the following steps

Step 1 -  SE80 -> Enterprise services -> select cilent proxy -> create

    

Step 2 - Create ABAP proxy  - entered WSDL ( http://webservice.webserviceshare.com/currencyconverter/rates.asmx?WSDL )  in URL field value

Finally clicked on complete button on wizard and got the below errors while ABAP proxy generation.

But when i upload WSDL file from my local PC ABAP proxy successfully created, but i don't want this way, please help.

I have activated all the required services ,  Please help how to resolve below errors.

1 ) Proxy Generation: error occurred

2 ) Exception occurred in communication framework: Error in HTTP Framework:404 Not Found

 

Thanks

Siri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

HI,

If you want to generate the WS proxy directly from SE80. But your system can only access the external host via a HTTP proxy server. 

You have to active a global proxy for your HTTP client, which is  in SICF -> Client -> Proxy Settings.

Karthik.R