Call Webservice
I have created a web service in .net, I need to call it from classic asp. SImply put, how is that done. Smaple code would be create.
View RepliesI have created a web service in .net, I need to call it from classic asp. SImply put, how is that done. Smaple code would be create.
View RepliesThat's better than internal server error. This is what came back, which is confusing because when its called locally it comes back fine. Am I missing something? ....
View Replies View RelatedDoes any one know of a good tutorial of using WebServices in ASP. Its like I have an asp file at http://www.mysite.net/get.asp that want to retrieve some info from http://www.mysite.com/ab/pq. How do I go about that??
View Replies View RelatedI'm not sure if this is the right place for my question, but I am having
some problems with webservices. I am trying to use classic asp to consume a
webservice that requires DIME messages for input. The dime messages contain
xml data and sometimes jpeg images. My problem is to generate the DIME
messages. I can generate xml using my asp page, the only problem is to
transform this into a DIME message.
Are there any (custom) components available to use when generating DIME
messages?
we have successfully running a webservice wrapped with the NuSoap.php libs since quite a while. Now, a colleague of mine in another institution would like to use this webservice. But he is using ASP... As I have only experiences with the setup of PHP webservice, I don't know where to start... Is there any ASP lib available? Or how does it work?
View Replies View Relatedcan anyone please tell me what is webservice and webpart Also the difference bwteen the two. Code:
View Replies View RelatedHow do I send an input-param to my web service with MSXML2.ServerXMLHTTP? Can this be done without the soap-toolkit? Code:
View Replies View RelatedThere is a web method called "getQuote", which takes a string indicating the symbols as its parameter, and return an array of "BTQuote" objects which contain the info of every symbol respectively.
Also, there is a proxy object which is generated automatically by the IDE. This proxy object is wrapped as a COM tlb and deployed on the server, correctly, i'm sure.
I want to write ASP code to get the returned "BTQuote" array so that I can show the information, can anybody tell me how to do that ?
ps, I've already written the following code to initiate a service object, it worked fine:
Set btService = Server.CreateObject("BTLib.BTDemoService")
How do I get this return value? = btService.getQuote("bidu")
The following shows when I call it locally. If you look at the URL that has http://localhost, this is the one I use when I call the ASP page from the
same local server (self contained).
When I want to call the remote server (the one that fails) I use the other URL has http://remote.
I hope this helps..
Because the webservice is the same on both machines and I'm calling both machines the same, what would cause the remote machine to return that the Request form not recognized?
I am trying to pass an array from an asp page (JScript) to a dotnet web service using the SOAP Toolkit 3.0. This is still at the Hello World stage, as you can see: ...
View Replies View RelatedI have encountered some strange behaviour when using the XMLHTTP Request object in Javascript to return xml from a C# Webservice Method. I create a SOAP envelope and send it off to the Webservice, which I have debug points in, which when hit I can see that all the parameters are coming thru as null....
View Replies View RelatedI am trying to access a webservice to post some values via MSXML2.ServerXMLHttp The OS used is win2003 on both machines.
When I access the local machine (A) which has the same service the call works great. When I access the other machine (B) that is on the same subnet, I get a Status of 500. Code:
I want to write a dll using VB6/VC6 and used by ASP. Questions are:
1. what special requirements for the dll used by ASP?
2. after built dll, how to use it in ASP? Where I should
save the dll? Do I need to register the dll?
Any article/link related to my question? the sample code?
How to call VC++ DLL from ASP? Could any1 show me the way/coding step by step?
View Replies View RelatedI want to have a single script for sending emails, accessible from both
ASP pages in any virtual directory in our websites (all on the one
server), plus accessible from a number of WSH (windows scripting host
vbscript files) which are triggered by the web servers Scheduled tasks.
The script formats text and checks emails and so on.
Is this a candidate for a web service? if so, how would i write it? Is a
web service available from WSH?
We have a C++ DLL that we call from VB6 program. This is how we declare the DLL in VB6:
Declare Function RefSearch Lib "csearch32.dll" (ByVal path As String, ByVal findword As String, ByVal CaseSensitive As Integer) As Integer This is how we call the DLL in VB6:
hit = RefSearch(path, SearchStr1, ChkValue). Can I call this DLL in ASP and how ?
I have two .asp pages running under different IIS authentication methods..
The first page uses Windows Authentication and gets the Logged on User from
Request.ServerVariables("User_Logon")
The second page runs under different Domain credentials and can access the
ldap directory... so I want to call it like so..
user = request.servervariables("User_Logon")
then something like --
<%
call page2.asp?theuser=" & user"
%>
where page2 runs as 'anonymous' credentials... (and Logon_User is Null)
-------
If this can't be done can I write the information to a cookie and then read
it from the other asp? How would I do that?
I just want to call two exe files from asp code.
View Replies View RelatedDoes anyone try before using ASP to execute JOB in MSSQL?
View Replies View RelatedI have a bummer here. I have 3 sub R. that I need to call from a input button. I set up the following line, but the script just calls them with out having the button pressed. OOOO! Any ideas?
<form method="submit" name="nreg" onsubmit="(this)" action="call readitme, call saveitme, call reduce" >
I have also used method="POST" same darn thing, script just runs the sub R. with out being pushed or cliked. UUUGGG
I have a form which checks email addresses. On submitting the form i have some JavaScript checking the format of the email address, once this has been completed successfully I would like my asp function to run. On successful completion of that I would like my form to be submitted to another page. Is this possible?
View Replies View RelatedThis may be in the wrong forum, but I'm going to give it a shot anyways. Here goes.
I have a conference report that has 24 phone lines that are available for booking. Each call can take between 1-24 lines, you can have any number of calls as long as the number of lines they take up does not go over 24.
I graphiclly represent this in a horizontal bar graph that displays the number of lines that are taken up for a particular half hour.
Problem is when a meeting takes more than a half an hour, the meeting bar fills up for that whole time without any information on the meeting.
What I would like to do is have each meeting when assigned in the DB or through an array be assigned a color and then that color appears on the graph under the time the meeting is. If there are multiple meetings (there almost always are), then the meeting that has been active the longest will be the first color bar on the graph.
To make a way too long story short. I want to have a stacked bar chart that moves colors to the front as other's leave every half hour and move new ones to the back.
If you want to look at what we have now visit URL.
Ok i'm self taught with regards to ASP so not great etc, so sorry if this is a really basic question..
On the last line here i'm trying to some how get it to call the last ID entry...
ImageID = Request("ID")
If (Len(ImageID) = 0) then ImageID = "1"
If Not IsNumeric(ImageID) Then ImageID = "1"
If ImageID = "0" then ImageID = "1"
If ImageID>3 then ImageID = max(Len(ImageID))
This is basically for some max min links for a online comic here's what it links to
<a href="default.asp?id=<%=ImageID-1%>">< Backwards</a> -
<a href="default.asp?id=<%=ImageID+1%>">Forward ></a> -
Code:
Can i call function from dll from an asp page (not COM)?
The problem is that i want the asp page to call function from dll which will
be in the same folder.
I could have created a com dll but it means that the web hosting company
must register it on their server and they wont.
My 1st page calls a 2nd that uses same data from a database. What is
the best way to get the data in the second: a new call to the database
or passing array through session variable??
I seems to me that avoiding a new call will speed up things but my
concerne is that I have read many posts with caution messages againts
session vars.
How can I execute a console application (smsbr-con.exe) in the server from asp, insert the parameter (-c, -m, -n, etc.) and get a returned values.
View Replies View RelatedI've built an application in VB6 does some processing - it's not really
important what it does.
The application consists of a single DLL which does all the hard work, and a
simple EXE which acts as the front-end.
I designed it this way in the hope that I could also build an intranet app
that controls the same component (DLL).
I'm building the intranet page now, but I get this error when I try to
instantiate the component. Rather than fiddle aimlessly with the
permissions, I thought I'd post here and find out what I am missing.
What permissions do I need to set up and where?
I have 2 web pages which is a.asp and b.asp. I using iframe to call b.asp in a.asp like below:-
Code:
<iframe src="content_wallpaper.jsp" id="myiframe" scrolling="no" frameborder="0" width="355" height="120" marginwidth="0" marginheight="0" align="center" allowTransparency="false" background-color="transparent"></iframe>
The problem is, i need to call the iframe in b.asp like below (because i just want to refresh this portion of the page)
Code:
<a href="javascript:myiframe.document.location.reload()" class="blue_11"><%=tmpCatName%></a>
The error occur as "myiframe" is in a.asp and i need to call it in b.asp and i can't find the solution for that too.?anyone know how to pass value from a.asp to b.asp in above?
how can I can a sub routine in ASP which has been given attribute runat=server
View Replies View RelatedI have registered a dll in my server using
regsvr32 dll_name.dll
and it prompt me the dll is registered succssfully
however, when my asp code want to create that object, the page prompt me
that
Server object error 'ASP 0177 : 8007045a'
Server.CreateObject Failed
8007045a
Any idea??
turnOnString = "/scripts/openagent_HTTP.dll?TurnOn&" & ascii(turnOnParameter)
Response.Write " window.open(turnOnString, ""TurnOnWindow"", ""locationbar=no, width=20, top=350, left=350, HEIGHT=20, toolbar=no, resizable=no"")" & vbCr
DLL name: openagent_HTTP.dll
Function name: TurnOn
The above coding works fine, i run the above script in button on click, it can pass the value to the dll, but evertime it prompts for each click, because i use the window open,
What i need to do is, instead of calling my dll through Internet explorer,
Is there is any way i call my dll straight and pass the value without window open?, pls help almost struggle for a week...
I have written a very complex web app for intranet use. It allows users to search a large database and then returns formatted results. I am currently employing a method as below: Code:
View Replies View RelatedI have an asp page accepting input from users Lets say this is form A, form A
passes data to another form (say form B) to validate the data, if its valid
then I want to open up another asp form (say form C) that does some queries
based on data sent by form B.
I need help in opening the form without user intervention meaning, users
should not have to press any key.