Unable to Run a process using Web Service Object

rajesh2627

New Member
1. Created a simple Object
2. Exposed the business object
3. Created Soap Web Services using the wsdl link (retrieved successfully)
4. Created Process and called the Webservices Object using Action
5. Execute the Process

Getting error as : Internal : Unexpected error Error in web service - You are not authorised to call this webservice

Please help me what is the issue here??. Thanks
 

bot1robot

Member
@rajesh2627
Are you able to use this web service outside blue prism ?
Say :
1. Inside separate visual studio web application / windows application (if you have installed visual studio on your machine ) OR
2. invoke via WSDL URL and see , if you are able to get desired result based on parameters supplied. ?

Hope this helps.
 

bot1robot

Member
@rajesh2627
Is this web service hosted on local machine on which blue prism is also installed ?

I believe , Process which invokes web services from blue prism lacks authorization hence showing error .

Can you try adding User Account / Network account on the web server where web service is hosted ?

Hope this helps.
 

MadhuG001

Member
1. Created a simple Object
2. Exposed the business object
3. Created Soap Web Services using the wsdl link (retrieved successfully)
4. Created Process and called the Webservices Object using Action
5. Execute the Process

Getting error as : Internal : Unexpected error Error in web service - You are not authorised to call this webservice

Please help me what is the issue here??. Thanks
hi Rajesh,
Do you know how to get details(like input/output parameters/elements) from a wsdl file using BP?
please assist
 

Prabhakar Yadav

New Member
1. Created a simple Object
2. Exposed the business object
3. Created Soap Web Services using the WSDL link (retrieved successfully)
4. Created Process and called the Webservices Object using Action
5. Execute the Process

Getting error as Internal: Unexpected error Error in web service - You are not authorized to call this web service

Please help me what is the issue here??. Thanks its asking invalid Internal: Unexpected error Error in web service - Invalid session ID
 

Attachments

  • Untitled.png
    Untitled.png
    188 KB · Views: 27
Top