Are you saying instantiating a class (Class B in your example) from with the implementation of the web service A, where Class B does the actuall processing for the Webservice A?
Ross -----Original Message----- From: Harsh Nagpal [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 10:26 PM To: [EMAIL PROTECTED] Subject: Calling another Class from within a webservice Can you call a another class from with a webservice?? eg webservice "A" calls class "B" which does processing and returns value to "A"?? Harsh
