Simple Web Services Question Help Needed Please

I would be really grateful for some assistance with what I assume is a very simple problem/solution for those in the know…

I have a simple function in a script library which accepts 3 paramaters customerid, customername, customerzip. The function returns a string value - accountStatus.

I need to expose this function to another application and want to do it via a web service. Therefore, I need to write a service that will accept the 3 incoming paramaters, pass them to the library and return to the calling service the accountStatus.

Does anyone have a really simple A, B, C… guide on how to go about this? How simple, tricky is it? This will be my first real exposure to web services so a bit in the dark.

Really appreciate any help. Many thanks.

Subject: Should be easy

In Designer 8.5.1, just create a new web service provider. You will put your code there and Domino will generate the WSDL, which is needed for the other application to connect to your web service.

It shouldn’t be harder than that!