You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending the post request to RWS for ODM data creation, the MAuth core lib throw IndexOutOfRange exception.
Looking at the code, that is caused by the MAuthCoreExtensions does not handle this url query pattern properly.
The BuildEncodedQueryParams method requires the query parameter must follow the pattern key=value, but PostODMClinicalData is a special case, there is no '=' and value. (Url: RaveWebServices/webservice.aspx?PostODMClinicalData)
The BuildEncodedQueryParams method need to be updated to support this case.
The text was updated successfully, but these errors were encountered:
When sending the post request to RWS for ODM data creation, the MAuth core lib throw IndexOutOfRange exception.
Looking at the code, that is caused by the MAuthCoreExtensions does not handle this url query pattern properly.
The BuildEncodedQueryParams method requires the query parameter must follow the pattern key=value, but PostODMClinicalData is a special case, there is no '=' and value. (Url: RaveWebServices/webservice.aspx?PostODMClinicalData)
The BuildEncodedQueryParams method need to be updated to support this case.
The text was updated successfully, but these errors were encountered: