G
Guest
Hi there.
In Web Developer 2005 is very easy to let an aspx page consume a web
service: I just Add a Web Reference and the IDE does everything for me: it
creates the App_WebReferences folder with the corresponding .wsdl .disco and
..discomap files plus the Web.Config file in the root folder of my local web
site.
I would like to know if there's a "manual" way to let an aspx page consume
the web service.
I'm creating the proxy class by typing:
wsdl http://localhost/mytest/webservices/wsexample1.asmx?wsdl
and it creates a file named wsexample1.cs. Then I compile it using csc
compiler; it creates a wsexample1.dll.
From here, I don't know what's the next step, I don't know where to put
those (.cs and .dll files) in order to let
http://localhost/mytest/consumexample.aspx consume the wsexample1 web service.
Would someone please guide me to achieve this?
Thanks in advance.
Best Regards
In Web Developer 2005 is very easy to let an aspx page consume a web
service: I just Add a Web Reference and the IDE does everything for me: it
creates the App_WebReferences folder with the corresponding .wsdl .disco and
..discomap files plus the Web.Config file in the root folder of my local web
site.
I would like to know if there's a "manual" way to let an aspx page consume
the web service.
I'm creating the proxy class by typing:
wsdl http://localhost/mytest/webservices/wsexample1.asmx?wsdl
and it creates a file named wsexample1.cs. Then I compile it using csc
compiler; it creates a wsexample1.dll.
From here, I don't know what's the next step, I don't know where to put
those (.cs and .dll files) in order to let
http://localhost/mytest/consumexample.aspx consume the wsexample1 web service.
Would someone please guide me to achieve this?
Thanks in advance.
Best Regards