I am looking to pass the URI as parameter to a worklight adapter that converts the JSON to a SOAP request. Unfortunately I could not pass the URI since it has some chunks of data. Is there another way I can pass the long string with special characters as parameter to an adapter?
URL to hit the adapter: https://hostname:port/worklight/invoke?adapter=adaptername&procedure=procdurename¶meters=["URI with special characters"]
Error Output:
{"errors":["I O: String not terminated on line 1, column 15"],"isSuccessful":false,"warnings":[],"info":[]}