Hi Thanks for the prompt reply.
> -----Original Message----- > From: Susantha Kumara [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 6:10 PM > > 4. what if my web service is not a dll or i don't want to > make it a dll? i > > just have a set of functions/classes and i don't want to make a > > dll from it. > > is there a workaround for this? > > Not at the moment. But if you explain what you need in detail > I can suggest > a way around. what i'm trying to do is something like having the web service code and the client code in a single vc project. so 1) i don't need the transport layer and, 2) i don't have a dll to invoke. well, this is just an example and the major thing is that i need to invoke the functionality using a soap message. so i'm leveraging axis for method call <--> xml conversion, etc. Try thinking of it as a single application that is not networked. Thanks Jaspreet
