How to consume webservice in asp server-side code?

C

Carol

I used to call the COM+ methods to do some stuff, but now I want to
move the COM+ to web service.
The problem is how to comsume webservice in asp page?

I cannot call the webservice in client- side code for some security
concern. Is it possible to call a webservice or anything other than a
COM+ in asp server-side code?


Thanks in advance
 
N

Nanda Lella[MSFT]

If the web service is created with in your web application you should just
be able to call it as any public function.
If you are trying to consume a webservice from another location, you can
add a web reference and use it as just any other class.

Here is a blog post that explains how to consume the webservices in code
behind with sample code http://ctrlf5.net/?p=56

Hope this helps

--

Thank You,
Nanda Lella,
http://www.ctrlf5.net

This Posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top