Application Development 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: 

Create Web Service from WSDL on 4.70 WAS620

Former Member
0 Kudos
94

Hi all,

Is it possible to create an outbound Abap proxy - using a WSDL - to consume a web service, in a 4.7 Release (Web AS 620)? Is there any restrictions about web services on this release?

Thanks,

Miguel

3 REPLIES 3

Former Member
0 Kudos
58

Hi,

Acc to my knowledge webservices are only possible from release ECC6.0 not in lesser versions.

Only we r able to create webservices in ECC6.0 but its not possible in R/34.7

Regs

Manas Ranjan Panda

Peter_Inotai
Active Contributor
0 Kudos
58

Hi Miguel,

In WAS 6.20 you can only use SOAP: Run BSP application "WebServiceBrowser" and you can access the RFC-enabled Function modules this way.

It's also worth to check Thomas Jung's weblogs about Webservices.

Best regards,

Peter

athavanraja
Active Contributor
0 Kudos
58

to consume webservice from a 6.20 system you can use CL_HTTP_CLIENT to act as a http client and consume the webservice. however, you cannot generate the proxy automatically using the wsdl. its all manual process/

Regards

Raja