Go Back   Velocity Reviews > Newsgroups > DotNet
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

DotNet - asp & web service

 
Thread Tools Search this Thread
Old 06-17-2006, 05:16 AM   #1
Default asp & web service


Hi how to call a web service in an asp page? thanks.




js
  Reply With Quote
Old 06-17-2006, 08:50 AM   #2
Michael Nemtsev
 
Posts: n/a
Default Re: asp & web service

Hello JS,

use wsdl.exe to create proxy, add this proxy to the project, create instance
of WS and call its methods

J> Hi how to call a web service in an asp page? thanks.
J>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


  Reply With Quote
Old 06-17-2006, 08:50 AM   #3
Michael Nemtsev
 
Posts: n/a
Default Re: asp & web service

Hello JS,

use wsdl.exe to create proxy, add this proxy to the project, create instance
of WS and call its methods

J> Hi how to call a web service in an asp page? thanks.
J>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


  Reply With Quote
Old 06-18-2006, 06:00 AM   #4
js
 
Posts: n/a
Default Re: asp & web service

Thanks Michael,

Is it a sample avaibale? how to handle if the internet is not avaiable, what
the call will return?


"Michael Nemtsev" <> wrote in message
news: t.com...
> Hello JS,
>
> use wsdl.exe to create proxy, add this proxy to the project, create
> instance of WS and call its methods
>
> J> Hi how to call a web service in an asp page? thanks.
> J> ---
> WBR,
> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do
> not cease to be insipid." (c) Friedrich Nietzsche
>
>



  Reply With Quote
Old 06-18-2006, 06:00 AM   #5
js
 
Posts: n/a
Default Re: asp & web service

Thanks Michael,

Is it a sample avaibale? how to handle if the internet is not avaiable, what
the call will return?


"Michael Nemtsev" <> wrote in message
news: t.com...
> Hello JS,
>
> use wsdl.exe to create proxy, add this proxy to the project, create
> instance of WS and call its methods
>
> J> Hi how to call a web service in an asp page? thanks.
> J> ---
> WBR,
> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do
> not cease to be insipid." (c) Friedrich Nietzsche
>
>



  Reply With Quote
Old 06-18-2006, 08:34 AM   #6
Michael Nemtsev
 
Posts: n/a
Default Re: asp & web service

Hello JS,

http://samples.gotdotnet.com/quickst...icesintro.aspx


J> Thanks Michael,
J>
J> Is it a sample avaibale? how to handle if the internet is not
J> avaiable, what the call will return?
J>
J> "Michael Nemtsev" <> wrote in message
J> news: t.com...
J>
>> Hello JS,
>>
>> use wsdl.exe to create proxy, add this proxy to the project, create
>> instance of WS and call its methods
>>
>> J> Hi how to call a web service in an asp page? thanks.
>> J> ---
>> WBR,
>> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>> "At times one remains faithful to a cause only because its opponents
>> do not cease to be insipid." (c) Friedrich Nietzsche
>>

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


  Reply With Quote
Old 06-18-2006, 08:34 AM   #7
Michael Nemtsev
 
Posts: n/a
Default Re: asp & web service

Hello JS,

http://samples.gotdotnet.com/quickst...icesintro.aspx


J> Thanks Michael,
J>
J> Is it a sample avaibale? how to handle if the internet is not
J> avaiable, what the call will return?
J>
J> "Michael Nemtsev" <> wrote in message
J> news: t.com...
J>
>> Hello JS,
>>
>> use wsdl.exe to create proxy, add this proxy to the project, create
>> instance of WS and call its methods
>>
>> J> Hi how to call a web service in an asp page? thanks.
>> J> ---
>> WBR,
>> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>> "At times one remains faithful to a cause only because its opponents
>> do not cease to be insipid." (c) Friedrich Nietzsche
>>

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


  Reply With Quote
Old 06-18-2006, 08:45 PM   #8
js
 
Posts: n/a
Default Re: asp & web service

Thanks Michael,

How to use ASP(not asp.net ) to consume a Web Services, please help.



"Michael Nemtsev" <> wrote in message
news: t.com...
> Hello JS,
>
> http://samples.gotdotnet.com/quickst...icesintro.aspx
>
>
> J> Thanks Michael,
> J> J> Is it a sample avaibale? how to handle if the internet is not
> J> avaiable, what the call will return?
> J> J> "Michael Nemtsev" <> wrote in message
> J> news: t.com...
> J>
>>> Hello JS,
>>>
>>> use wsdl.exe to create proxy, add this proxy to the project, create
>>> instance of WS and call its methods
>>>
>>> J> Hi how to call a web service in an asp page? thanks.
>>> J> ---
>>> WBR,
>>> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>>> "At times one remains faithful to a cause only because its opponents
>>> do not cease to be insipid." (c) Friedrich Nietzsche
>>>

> ---
> WBR,
> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do
> not cease to be insipid." (c) Friedrich Nietzsche
>
>



  Reply With Quote
Old 06-18-2006, 08:45 PM   #9
js
 
Posts: n/a
Default Re: asp & web service

Thanks Michael,

How to use ASP(not asp.net ) to consume a Web Services, please help.



"Michael Nemtsev" <> wrote in message
news: t.com...
> Hello JS,
>
> http://samples.gotdotnet.com/quickst...icesintro.aspx
>
>
> J> Thanks Michael,
> J> J> Is it a sample avaibale? how to handle if the internet is not
> J> avaiable, what the call will return?
> J> J> "Michael Nemtsev" <> wrote in message
> J> news: t.com...
> J>
>>> Hello JS,
>>>
>>> use wsdl.exe to create proxy, add this proxy to the project, create
>>> instance of WS and call its methods
>>>
>>> J> Hi how to call a web service in an asp page? thanks.
>>> J> ---
>>> WBR,
>>> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>>> "At times one remains faithful to a cause only because its opponents
>>> do not cease to be insipid." (c) Friedrich Nietzsche
>>>

> ---
> WBR,
> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do
> not cease to be insipid." (c) Friedrich Nietzsche
>
>



  Reply With Quote
Old 06-19-2006, 01:30 AM   #10
Scott M.
 
Posts: n/a
Default Re: asp & web service

See Michael's first response for this answer.


"js" <js@> wrote in message
news:u5y$2%...
> Thanks Michael,
>
> How to use ASP(not asp.net ) to consume a Web Services, please help.
>
>
>
> "Michael Nemtsev" <> wrote in message
> news: t.com...
>> Hello JS,
>>
>> http://samples.gotdotnet.com/quickst...icesintro.aspx
>>
>>
>> J> Thanks Michael,
>> J> J> Is it a sample avaibale? how to handle if the internet is not
>> J> avaiable, what the call will return?
>> J> J> "Michael Nemtsev" <> wrote in message
>> J> news: t.com...
>> J>
>>>> Hello JS,
>>>>
>>>> use wsdl.exe to create proxy, add this proxy to the project, create
>>>> instance of WS and call its methods
>>>>
>>>> J> Hi how to call a web service in an asp page? thanks.
>>>> J> ---
>>>> WBR,
>>>> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>>>> "At times one remains faithful to a cause only because its opponents
>>>> do not cease to be insipid." (c) Friedrich Nietzsche
>>>>

>> ---
>> WBR,
>> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>>
>> "At times one remains faithful to a cause only because its opponents do
>> not cease to be insipid." (c) Friedrich Nietzsche
>>
>>

>
>



  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump