02-07-20 04:25 PM
Answered! Go to Answer.
31-07-20 09:00 PM
Hi there,
I'm a bit confused by your question. Are you trying to create and expose an object as a web service which takes in a string and outputs a message, or are you looking for assistance with a code stage to do the same?
If you're referring to the Web Services Guide (https://portal.blueprism.com/documents/blue-prism-user-guide-web-services-50) p35, (Consume Web Services using Code Stage Based Business Objects) we are looking at a couple of different layered systems that need to be considered. The bulk of the code developed should be done in a tool more suitable to the job, as Blue Prism can execute the code in relationship to it's other functions but really isn't intended for troubleshooting the code itself. The "Wrapper" in this case is going to be the Code Stage, which will exist on it's own Action Tab, separate to the Initialization tab where you'll set up the global/initializing code.
Outside of that QueryByName, retrievevaluationsBy, and BaseResponse could be .net code actions but are not native dependencies to the function of Blue Prism, and would be best reviewed in a Microsoft help than our own. I do hope this helps and thank you for your patience.
31-07-20 09:00 PM
Hi there,
I'm a bit confused by your question. Are you trying to create and expose an object as a web service which takes in a string and outputs a message, or are you looking for assistance with a code stage to do the same?
If you're referring to the Web Services Guide (https://portal.blueprism.com/documents/blue-prism-user-guide-web-services-50) p35, (Consume Web Services using Code Stage Based Business Objects) we are looking at a couple of different layered systems that need to be considered. The bulk of the code developed should be done in a tool more suitable to the job, as Blue Prism can execute the code in relationship to it's other functions but really isn't intended for troubleshooting the code itself. The "Wrapper" in this case is going to be the Code Stage, which will exist on it's own Action Tab, separate to the Initialization tab where you'll set up the global/initializing code.
Outside of that QueryByName, retrievevaluationsBy, and BaseResponse could be .net code actions but are not native dependencies to the function of Blue Prism, and would be best reviewed in a Microsoft help than our own. I do hope this helps and thank you for your patience.