Consuming .asmx
Can anyone tell me how to consume .asmx in asp page
through SOAP ToolKit
Do I need to generate .wsdl for .asmx file
through SOAP Toolkit WSDL generator
What code I should write in ASP page
to call .asmx file
Can anyone tell me how to consume .asmx in asp page
through SOAP ToolKit
Do I need to generate .wsdl for .asmx file
through SOAP Toolkit WSDL generator
What code I should write in ASP page
to call .asmx file
I just setup a 2003 ent server. How do I get .Net installed so I can run asmx, aspx, asax, etc?
View Replies View Related..asmx not getting parsed.whten I call a page with an .asmx extensionon my machine
all I get is the code, it does not get parsed.how can I fix this, can I manually add some ISAPI application to IIS to make it work.
I'm trying to consume a web service from ASP classic.
I searched a lot but i've found only a lot o variant way to do this
and noone is working or fit to my question.
I have a web service at
http://172.16.4.60:8090/WEB-TT/serv...ent?method=send
I have a working script in PHP.... but I need to use the web service
from ASP (vbscript).
I can not find a decent example showing how to consume a asp.net 2.0
web service using classic ASP. Does any body have an example I could
use?
Someone has given me the URL of a "web service". What happens is I send it an input key and an associated value and it returns a set of values. I have to write an ASP page (not .NET) that calls this page and loads the return value into a variant and I'm not sure quite how to achieve this. Presume it's dead easy though.
View Replies View RelatedI have been asked to write a client application for consuming a web service for a cms written in ASP 3.0. I have very little experience of developing on a microsoft platform, and very basic skills in ASP. I am a java programmer by trade, and have used java for achieving the same thing in the past.
I have done some research on the subject, and am a little unsure on what is involved in developing the above. The
web service simply returns and xml document as a String, based upon 2 parameters, these are both also strings.
I understand I need to utilise the SOAP toolkit, and have downloaded version 3. Is it feasible for me to be able to develop a very basic client application within a few days or is it much more involved?
I know that you can consume a web service in asp but does this have to be via
SOAP, or is there another way to do it?