dineshsliit

New Member
Hi All,

i have created a blueprism process and exposed it as a webservice. So everything is working fine and i can see this webservice using below address format.

http://[machinename]:8181/ws/[processname].wsdl

So i could run a node js client application and was able to call this service and run the blueprism service from it. All those things are done inside a VMWare client machine. My blueprism software is installed inside this virtual machine client and i did the development there. ( this is not the host machine ). Now the problem is how can i access this exposed webservice from outside. I need to access this service as a public URL. Then i will be able to host my node js client application on cloud and can call this service to run the blueprism process. So could you please explain to me if this is going to work?

I have below questions.

a) Is this blueprism exposed webservice can be hosted as a public URL?
b) Should i do the blueprism development inside the host machine in the VMWare?
c) If there is a way to acceses blueprism webservices from outside the blueprism server environment. Please explain it to me.
d) Is new blueprism version support for these requirments?
e) Cant we host the exposed services directly in to a cloud enviroment?
 
Last edited:
Top