cancel
Showing results for 
Search instead for 
Did you mean: 

Exception for Async operation

former_member206760
Active Contributor
0 Kudos

Hi ,

i have a service interface with 2 operation ...1 sync and 1 async....Sync operation is working fine when i test using wsnavigator

however the async operation is giving the ollowing exception

CX_SY_REF_IS_INITIAL:Exception CX_SOAP_ROOT occurred (program: CL_SOAP_RUNTIME_ROOT==========CP..en

Also i have put a break-point in both the operations...but when i test using wsnavigator it does not stop at the break-point.

Edited by: Tarang Shah on Mar 11, 2011 12:43 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tarang,

Async operation won't work with WSNavgiator as async service is not yet supported. I'll also advise you to segregate sync and async operations into separate services.

Breakpoint will work if you are testing service using SPROXY not when you test from WSNavigator.

Regards,

Gourav

Answers (0)