Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1315 Points
312 Posts
Nov 10, 2008 06:32 AM|LINK
Hi
Take the Dll file of that Class and then
Add it as a References in Another Website
---Got solutions--->choose your folder -->add References---->and then select the Your Class Dll--
and then it will Add a Dll of your Class from another webapplication
Next got to your new Webpage codebehind file ---> write the name space of your dll(EX:using <dllName>)
then it will invoke all the functions that you wrote in dll class
Try this
ravi2k7@hotm...
Participant
1315 Points
312 Posts
Re: How to call web services from another application?
Nov 10, 2008 06:32 AM|LINK
Hi
Take the Dll file of that Class and then
Add it as a References in Another Website
---Got solutions--->choose your folder -->add References---->and then select the Your Class Dll--
and then it will Add a Dll of your Class from another webapplication
Next got to your new Webpage codebehind file ---> write the name space of your dll(EX:using <dllName>)
then it will invoke all the functions that you wrote in dll class
Try this
Ravi
Please click "mark as answer" if this post helped you.