Unable to send header information in web service call

Hi Everyone,

We are working with Web Service in BluePrism.
We are required to pass certain mandatory header information to get appropriate response from the Web Service.

Please advise how we can proceed in this case.

Regards,
Mani.
 

VJR

Well-Known Member
Hi Mani,

Can you provide you inputs to the below
- How are you passing inputs to the Web service right now? Is it via the Webservice showing up in the Internal business objects?
- What are the inputs you are passing to the Web service right now?
- What is the additional information you need to pass to get the response?

Screenshots would help more.
 
1)How are you passing inputs to the Web service right now? Is it via the Webservice showing up in the Internal business objects - Yes
2)What are the inputs you are passing to the Web service right now ? - Policy Number (Text Format)
3)What is the additional information you need to pass to get the response - We need to pass five additional header information to get the response.

Currently we are successfully hitting the server but we are unable to get any response, since we are not passing the header information.


Regards,
Mani.
 

VJR

Well-Known Member
1)How are you passing inputs to the Web service right now? Is it via the Webservice showing up in the Internal business objects - Yes
2)What are the inputs you are passing to the Web service right now ? - Policy Number (Text Format)
3)What is the additional information you need to pass to get the response - We need to pass five additional header information to get the response.

Currently we are successfully hitting the server but we are unable to get any response, since we are not passing the header information.


Regards,
Mani.
Do you have information on how they are done otherwise without Blue Prism?
 

VJR

Well-Known Member
We know web services can be created and accessed using visual studio.
Hi manikanta,

I don't see an option for that in BP. Perhaps someone who has done that can provide inputs. But give a thought to see if there is something that can be done in the creation of the Webservice itself so that you simply keep BP for the calling part.
 
Top