cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice Configuration Asynchronous in SOAMANAGER

Former Member
0 Kudos

Hi,

We are developed Interface which is configure in webservice access.Issue is while Executing Interface in Synchronous mode,  Interface getting Timed out.So we need to change it into Asynchronous in SOAMANAGER. How to do SOAMANAGER Configuration in Asynchronous or Webservice in Asynchronous mode?.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Devaraj,

If the Web service is generated from Interface or any external WSDL file, then the Interface pattern should be changed to 'Asynchronous' in the Interface and the operation profile of the Web service will be changed accordingly once re-deployed.

If the Web service has been created manually then you can follow the below steps for changing the Web service operation type.

Navigate to SE80->Go to Edit Object->Enterprise Services->Open your Web service->Click on Configuration tab->Expand the last node and click on Operation profile->Select option as 'Asynchronous', save and activate.

After the change, edit and save the binding (if any) in SOAMANAGER.

Thanks,

Vivian

Former Member
0 Kudos

Hi Vivian Richards B,

Thank you For reply its more helpful.Could you please explore more what changes or configures we have to do in SOAMANAGER for 'Asynchronous' mode and also is that any difference Asynchronous reliable and Asynchronous in operating profile(above screen shot) option.

Thanks,

Deva

alexmatutti
Explorer
0 Kudos

Hi

Generate the WS, configured as asynchronous. give the following error

Please your help.

Regards.

Answers (2)

Answers (2)

ziolkowskib
Active Contributor

Asynchronous Web Service? Does not ring a bell.

Anyway please provide following information:

- are you consuming existing Web Service or are you providing a Web Service?

- is WS SAP based or is it third party system?

- are you using any middleware?

Former Member
0 Kudos

Thank you Vivian Richards B & Bartosz Ziólkowski time being reply.

-providing a WEBSERVICE.

-WS SAP based  system.

-No middle ware.