Posted Mon, 26 Jun 2023 12:27:19 GMT by Jameel Al Jazara

Hey all,

I'm stuck with a weird problem. When I try to put this link (https://example.crm.dynamics.com/) into a variable or in the body of a web service action, Docuware adds a space right after "https:".

It ends up looking like this: https: //example.crm.dynamics.com/. This random space is messing up my web service actions, particularly the GET actions.

Does anyone know if this is on purpose? Can we not put an HTTPS link into a variable or a web service action?

Any help would be really appreciated.

Thanks!

Posted Mon, 26 Jun 2023 22:32:12 GMT by Simon H. Hellmann Toshiba Tec Germany Imaging Systems GmbH IT-Consultant Document Management Solutions
Hello Jameel, 

when writing URLs into a global variable, please try to use an arithmetic expression like the following example instead of fixed value.

"https:/" & "/example.crm.dynamics.com/"

That fixed a lot of issues for me, it seems that the first / is interpreted as escaping the second one which causes weird behavior.

Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant

You must be signed in to post in this forum.

Get Help

Chatbot Button