[OpenSTA-devel] [ opensta-Bugs-3057317 ] Using SCL, To get the response with load response_info bod
Brought to you by:
dansut
|
From: SourceForge.net <no...@so...> - 2010-09-01 09:43:29
|
Bugs item #3057317, was opened at 2010-09-01 15:03 Message generated for change (Settings changed) made by mmcsivakumar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=3057317&group_id=10857 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Script Language Group: Environment Status: Open Resolution: None >Priority: 9 Private: No Submitted By: Sivakumar Chellappan (mmcsivakumar) Assigned to: Nobody/Anonymous (nobody) Summary: Using SCL, To get the response with load response_info body Initial Comment: For HTTP Service, i can get the response using the below code. CHARACTER*32000 VER_BODY , SCRIPT LOAD RESPONSE_INFO BODY ON 2 INTO VER_BODY LOG "HTTP RESPONSE---'", VER_BODY, "," But while trying with BlazeDS Remote Object, i cant get the response. Just i got the empty value. Can you help me how we can get the response with BlazeDS RemoteObjct. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=3057317&group_id=10857 |