cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming Web Service from ABAP

Former Member
0 Kudos

I'm using WAS 6.4 SP10.

I'm trying to consume a web service from our Intranet using instructions from ABAP256 from Teched 04.

I get an error when I try to create a Proxy object.

From SE80

Enterprise Services>Create>Proxy Object

URL/HTTP Destination:

http://server/ServiceGATP/ServiceGATP.asmx?wsdl

HTTP error (return code 400, message

"ICM_HTTP_CONNECTION_FAILED")

I've tried with ABAP web services and that works great. But no success with non ABAP Web Services.

From internet explorer the URL above seems fine. I can call it from a .NET application and it works great.

Any suggestions?

Could it be a system setup issue.

Regards,

Lavaughn

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please let me also know the solution

Former Member
0 Kudos

Hi Lavaughn,

Try maintaining HTTP proxy setting using transaction SM59->RFC->HTTP Proxy Configuration. I suspect your WAS server also need to use proxy server for accessing internet.

Regards,

Sanjeev

Former Member
0 Kudos

Sanjeev,

I'm not sure what entries to use. Is there any documentation or sample entries?

help.sap.com on the topic was not clear.

Regards,

Lavaughn

Former Member
0 Kudos

I was able to resolve the error.

The WSDL definition was not fully qualified.

Former Member
0 Kudos

I am facing the same problem. Can you please let me know a possible solution.