Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Easy Question for "Someone" who knows ASP.

Question posted by: samadams_2006@yahoo.ca (Guest) on July 31st, 2008 01:35 AM
Hello,

I haven't done much programming in .asp and was wondering if someone
could provide me with some sample code to do the following task...

I have a Web Service called:

http://abc.def.com:8088/wsABC.asmx

It has a Web Method called:

public string getReportId(string sKey)
{
<code>
return sValue
}

When you call this Web Method with an input string (ie: sKey) it will
return (in the form of a string) an sValue.

I would like this classic asp (ie: test.asp) to consume this web
service and method, and pass an example "Key" to it, and return the
sValue.

I would then like to "append" this sValue on the end of another URL I
have, namely:

http://reports.def.com:8088/Reports...View.asp?id=123

(where 123 is the sValue in this case)

and redirect (via Http Redirect) to this ReportView.asp

I believe this is quite simple for all you knowledgeable folks. I'm
just not too versed in regular .asp, and am getting a lot of compile
errors as the debug environment I have is almost non-existent.

Also, is there an easy way to read the values of these URL's from a
Web.config file?

THANKS so much in advance to all you "gurus"...

Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
Bob Barrows [MVP]'s Avatar
Bob Barrows [MVP]
Guest
n/a Posts
July 31st, 2008
01:55 AM
#2

Re: Easy Question for "Someone" who knows ASP.
Join Bytes! wrote:
Quote:
Originally Posted by
Hello,
>
I haven't done much programming in .asp and was wondering if someone
could provide me with some sample code to do the following task...
>
I have a Web Service called:
>
http://abc.def.com:8088/wsABC.asmx
>
It has a Web Method called:
>
public string getReportId(string sKey)
{
<code>
return sValue
}
>
When you call this Web Method with an input string (ie: sKey) it will
return (in the form of a string) an sValue.
>
I would like this classic asp (ie: test.asp) to consume this web
service and method, and pass an example "Key" to it, and return the
sValue.
>
I would then like to "append" this sValue on the end of another URL I
have, namely:
>
http://reports.def.com:8088/Reports...View.asp?id=123
>
(where 123 is the sValue in this case)
>
and redirect (via Http Redirect) to this ReportView.asp
>
I believe this is quite simple for all you knowledgeable folks. I'm
just not too versed in regular .asp, and am getting a lot of compile
errors as the debug environment I have is almost non-existent.
>
Also, is there an easy way to read the values of these URL's from a
Web.config file?
>
THANKS so much in advance to all you "gurus"...

There are several examples (I'm thinking of one on 4guysfromrolla) that you
can find by googling for

consume web service with classic asp

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



 
Not the answer you were looking for? Post your question . . .
183,944 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors