Hi all,
We now could expose the server side function which is deployed to EA server to .net web service. Just one concern, before we use the event, did the event could trigger as web service as well when deployed as .dll .net assembly?
Hi all,
We now could expose the server side function which is deployed to EA server to .net web service. Just one concern, before we use the event, did the event could trigger as web service as well when deployed as .dll .net assembly?
from PB, you must create a new Web Service Target (file -> new -> target -> .NET web service) to publish an NVO (i.e. same NVO that you used to deploy to EAS) as a Web Service.
Then you can use any *method* (not *event*) of the NVO that you flag as "public".
You can follow this webcast to learn the howto:
https://www.appeon.com/developers/library/videos/soap-web-service-crash-course.html
Best,
.m