Webservice

Hi,
I am working on one integration which involves creating a quote on one website.This web page getting the order information from SAP system.Here i am planning to use webMethods webservice call to and from the web site to get the data from SAP server.
Please any can suggest me is there any better way to get the data from the SAP server to website?

Thanks,
-Harish.

You should clarify some more, but I will take a guess at what you mean, and assume the IS is in the middle… From IS to SAP, you would use the SAP adapter. From IS to website, there are a number of ways-- JDBC and web services among them. SOAP web services is pretty popular these days, but you might also consider RESTful services returning JSON. The latter approach is much more lightweight.

Yes your guess correct. IS is in the middle.From IS to SAP i will use SAP Adapter.
IS to website we can use webservices but i’d like to know some other ways.Can you please explain me in detail.From IS to SAP i will use SAP Adapter.

Thanks,
-Harish.