connect c# web service
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, i am just learning web services with .net and have created a small one, then deployed it so it is a .dll file. can somebody point me in the right dirrection for connecting my web page to use this service thanks col :omg:
-
Hi, i am just learning web services with .net and have created a small one, then deployed it so it is a .dll file. can somebody point me in the right dirrection for connecting my web page to use this service thanks col :omg:
chekc out the articles here but basically create a wsdl file. use the disco and wsdl utilities with .net or click on the project name in the solutions explorer and click add web reference then naviaget to the wsdl file you created I would read a tutorial article on here first though