cancel
Showing results for 
Search instead for 
Did you mean: 

webserver

Former Member
0 Kudos

Hi....Experts,

any diffrence is there b/n webser and webservices,if yes means, pls explain the diffrence b/n them.

what type of adapters are suggestable for webser, for webservices SOAP and HTTP are suggestable..

thank u,

Pasi..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Web server is a Machine and Web service is the Process to process the data

Regards

Seshagiri

Former Member
0 Kudos

Hi...Seshagiri,

thank u for ur immediate response..

i am doing B2B sceanario, in sender side i am going to use IDOC , in receiver side i am searching what type of adapter is suggestable.

at receiver side Bank’s web-server receives the XML document.

what type of adapter is suggestable at receiver side for my requirement

thanks ,

Pasi

Former Member
0 Kudos

Hi Pasi,

Please check with the Bank if they are providing any Web Services or how the data would be posted to Bank. What are their communication mechanism?

Regards,

Piyush

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Use SOAP Adapter for Webservice Communications

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi - Invoke Webservices using SAPXI

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-

a651295aeaa9

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-

a651295aeaa9

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Webservice is exchanging an information ....SOAP adaptor

Webserver is a system to store the information.

Regards

Former Member
0 Kudos

Hi Pasi,

Every Web Services run on Web Server. Web SErvices cannot run independently.

Web Server is a container which supports deployment and runtime of your Web Application which supports HTTP protocol( like HTML,JSP ,ASP etc)

Web Services is based on Services Oriented Architecture which is loosely coupled.

Once deployed on any web Server, these can be called through any language(Java, .net etc ) and through any platform. It uses HTTP protocol to communicate and SOAP protocol to send messages in a particular format.

For a Web Server, HTTP protocol can be used.

For Web Services, SOAP or HTTP protocol can be used,

SOAP automatically converts your simple message in a form that Web Services can understand and sends it through HTTP.

If you want to use HTTP, you should first know the SOAP strusture and also knowledge of XML.

So, its always better to go with SOAP protocol which hides this complexity.

Hope this helps.

Regards,

Piyush

Former Member
0 Kudos

Hi..Piyush,

thank u,

for webser what are all the adapters are suggestable.

for webservices what are all the adapters are suggestable.

in webserver adapters what adapter is more secure ..

thank u,

Pasi

Former Member
0 Kudos

Hi Pasi,

For Web Server, it is HTTP

For Web Service, it SOAP.

Both HTTP and SOAP provides communication chnnel security by using HTTPS.

SOAP provides Message level Encryption also.

For a Web Service, it is always better to go with SOAP adapter( no second thought about this )

regards,

Piyush

Former Member
0 Kudos

Hi,

If its B2B scenario then ususally third party seeburger adapters are used where the data is coming in the form of EDi files and data is flowing over wan network or mailbox.

in ur case if u need to interact with webservice then u need to go for SOAP adapter.

For SOAP scenario:

1) U require a WSDL from the webserve.

2) U need to import that WSDl file as an external definition in IR.

3) Check the WSDL which is given by XML-SPY software.

4) Do the configuration in SOAP Adapter.

For sending IDOC u dont required an Sender agreeemtne and IDOC adapter, u need to do the configruation at R3 end as well as at XI end. but u need to receiver the IDOC then u have to use the IDOC adater.again configuration is required.

Chirag