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.