cancel
Showing results for 
Search instead for 
Did you mean: 

BP Webservice(BP Process exposed as webservice) Call in Visual Studio using WebReference Call in VS-Webforms create issue

RitaKhilnani
Level 2
Hello, Greetings. Need your assistnace in getting issue fro accessing the BP -Process exposed as Webservice in Visual studio Webfroms. We had created an Webservice in BP  and we are able to access the Webservice using SOAPUI(tool) and getting response back from same. But when the same Web service trying to integrated in .Net base application by creating a Web-reference object we are facing issue. and unable to get the methods for execution/run. IF you can help with some links or the code base for accessing the Webservice in Webform will really be helpful. {We had checked the BP Guides they had given some example for console base application not Webapplication/Webforms} Thanks in advance.Appreciate  a quick response. Thanks      
2 REPLIES 2

sapthagiri_raok
Level 3
Hi ,   are you able to solve the issue?   Regards sapthagiri.k

sapthagiri_raok
Level 3
when your adding web Service referance in the latest version of the visual studio , then you have to select the advance buttion in the service referance window and then you will be be able to get all the method in the service which can be pass the input perameters  and get the out put response.   it dosent mater whether it is console/web/windows it works.