[SOLVED] Limits on calling a webservice
Author: alex.meyers@cevi.be (ceviame)
Hi, recently we had to interface with a document management system thru a webservice we loaded the wsdl, no problem there uploading documents uses xml with binary files in base64 encoding, no problem as long as the document is not too large on "big" files Uniface just dies have tried to put pre and post hooks in the soap, he goes thru the pre hook, the data is send to the webservice and is handled there, however the answer trashes Uniface even before the post hook is activated have now put a limit of 8Mb on the length of the string input param of the webservice and then no problem, all files go thru and get uploaded/changed the answer of the webservice is just status info (about 5k) and is the same for small or big files the webservice allows files up to 2Gb to be loaded, we have done it thru other utilities and no problem there Have been looking in the docs but cannot find any limit on activation of operation that is implemented by a webservice Any ideas/help ??? Alex Meyers System Architect Cevi

Will keep you posted. Daniel



