cancel
Showing results for 
Search instead for 
Did you mean: 

Asynch WebServices: What does it mean?

Former Member
0 Kudos

help.sap.com -> Design and Configuration Time -> Configuration -> Additional Functions -> Defining Web Services

There is an information how to create WSDL from synch interface. Why only synch? Is there a way to get WSDL for asynch interface?

In SOAP Adapter section we see 2 types of WebServices (synch and asynch). SOAP Sender Adapter is the same as XI. It is needed only for additional settings.

Could somebody explain me how works synch and asynch webservices in XI ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

This link may help in understanding webservices in xi.

http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/d...

Hope it helps.

Regards,

Maheswaran.B

Answers (4)

Answers (4)

former_member185846
Active Participant
0 Kudos

Hi,

In the sender SOAP adapter channel don't set the processing mode parameter Quality of Service to "Best Effort".

Rgds,

Jothivel.

Former Member
0 Kudos

Hi,

You can create Asynch webservice, pls go thru the follwing thread

while creating the sender communication channel for async webservices make sure that processing parmeter --> Quality of serivce as either "Exactly Once (asynchronous processing)" or "Exactly Once In Order (asynchronous processing using queues)"

following threads will help you define the WSDL file,

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

former_member187339
Active Contributor
0 Kudos

Hi,

Yeah, you can create a WSDL for async inteface also. Same procedure is to be followed.

In asynch webservice there is no response part.

Regards

Suraj

MichalKrawczyk
Active Contributor
0 Kudos

Hi Denis,

>>>Could somebody explain me how works synch and asynch webservices in XI ?

it's the same as with any other interface

sync = send + wait for response

async = send + forget

Regards,

michal