I'm looking for opinions on the best way to expose a small utility class
(three methods) through a web service? Anyone have any suggestions or
recommendations . I currently reference the util class and then recreate each
method inthe web service class and just pass the data through. Seems like a
lot of duplication. Is there a better way?
TIA
John
(three methods) through a web service? Anyone have any suggestions or
recommendations . I currently reference the util class and then recreate each
method inthe web service class and just pass the data through. Seems like a
lot of duplication. Is there a better way?
TIA
John