cancel
Showing results for 
Search instead for 
Did you mean: 

WebService and FTP

Former Member
0 Kudos

Hi All

1.What is WebService's and FTP, what exactly differnce Between them?

2.How do we monitor synchronus messages in RunTime Workbench?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi srini,

<b>What is WebService</b>

in simple word webservice is a application which is available in the web..it is a remote client which can be deployed in XI .Whenever XI is communicating with a Webservice it communicates using SOAP adapter..since some remote clients or Web services providers are only able to communicate by means of SOAP messages

->SOAP adapter enables you to exchange SOAP message between remote clients and Web Service Servers and the Integration Server.

-> The SOAP Adapter provides a runtime environment that includes various SOAP components for the processing of SOAP message.

-> You use the SOAP adapter to connect such systems to the Integration Server directly

-> The SOAP adapter uses a helper class to instantiate and control these SOAP components

->The SOAP adapter receives a msg from the remote client or Web service provider, converts the SOAP protocol into XI msg protocol and then sends the msg to the Integration Server to be processed further.

see what is webservice

http://help.sap.com/saphelp_nw04/helpdata/en/d6/f9bc3d52f39d33e10000000a11405a/frameset.htm

go thro' this weblog...to know more abt webservice.

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

<b>FTP</b>

File transfer protocol...see there are 2 ways u can move ur file from one palce to another place via XI.

1) NFS and

2)FTP

see here for FTP adapter

http://help.sap.com/saphelp_nw04/helpdata/en/0b/9a50465ccf84479e39a6d50c90fb3f/content.htm

<b>2.How do we monitor synchronus messages in RunTime Workbench?</b>

u can monitor all types of messages that route via J2EE engine...

regards

biplab

Former Member
0 Kudos

Hi,

>> How do we monitor synchronus messages in RunTime Workbench?

To monitor synchronus messages in SXMB_MONI:

Goto Integration Engine Administration using TCode SXMB_ADM.

Select Integration Engine Configuration and then Specific Configuration.

In Current Configuration add a Category RUNTIME , Parameter LOGGING_SYNC and Current Value 1.

To monitor synchronus messages in RunTime Workbench:

U need to go to Visual Administrator:

Services | SAP XI AF Messaging:

KEY: messaging.syncMessageRemover.removeBody

VALUE: false

This way your sync messages will be viewable in AF.

Regards

Pravesh

VijayKonam
Active Contributor
0 Kudos

> 1.What is WebService's and FTP, what exactly

> differnce Between them?

FTP is File Transfer Protocol. It is used to move files from one place to another via internet either with unsecured or secured connections.

Web Services are services available over internet. In other words, Web Services are functions available over internet which anyone can use, if they know their signature (WSDL).

> 2.How do we monitor synchronus messages in RunTime

> Workbench?

Synchronous messages do not get persisted by default in IE. You have to configure parameter in SXMB_ADM to persist these. If a sychronous message is success it will not get persisted. But in case of failure, it does get persited but restart is not possible.. since this is synchronous.

VJ