07-13-2018 05:45 AM
Hi team,
I am using web service element in Call studio 11.5.I have loaded my webservice successfully and have configured request, response parameters.The call exit out the error path and i couldnt find where it goes wrong.Please help me out to find the cause.I can't use any opensource tool like wireshark.Anyother way to find?
Sowmiya
Solved! Go to Solution.
07-13-2018 06:34 AM
When you go down the error path of the web service element, connect to
an AppModifier element (Elements/Context/AppModifier), name it
logLastException. In the General tab, Add to Log box, log the following
variables (you may have to key it in, case sensitive)- it may help you
determine what's wrong:
{Data.Session.lastException.code}
{Data.Session.lastException.message}
{Data.Session.lastException.source}
{Data.Session.lastException.type}
07-13-2018 06:34 AM
When you go down the error path of the web service element, connect to
an AppModifier element (Elements/Context/AppModifier), name it
logLastException. In the General tab, Add to Log box, log the following
variables (you may have to key it in, case sensitive)- it may help you
determine what's wrong:
{Data.Session.lastException.code}
{Data.Session.lastException.message}
{Data.Session.lastException.source}
{Data.Session.lastException.type}
07-13-2018 06:57 AM
Hi Graves,
If it takes the fault path.Can I do the same
Sowmiya
07-13-2018 10:23 AM
Sure, not sure what info you'll see. but give it a try. What error
messages are you seeing now that you've enabled logging on your WS element?
07-17-2018 09:06 AM
Hi Graves,
I am getting "Certificate Exception" when I enabled logging.Can you please help me out?
Sowmiya
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide