Hi, I've got a web service running that receives images sent from the client. The web service was created with the wizard and the client was created from the web77 example.
The image is transferred fairly fast, but once it?s received, it takes a log time to go into the insert record procedure. The images are base64 encoded.
I traced the code and there is one procedures that take a long time to replace characters. It?s this one:
p_setting = self._UnEscape(p_setting,p_Plus+Net:NoColon) ! ok to use because _unescape always reduces size.
Sometimes it takes up to 23 minutes to UnEscape a 3 MB file.
Thanks