2006 Nov 07 6:47 PM
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
2006 Nov 08 1:48 PM
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
2006 Nov 08 2:00 PM
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
2006 Nov 11 9:20 AM
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