Hi all,
I have some problems and hope you can help.
I have created my first web service using a text editor. If I seperate my .asmx file & .vb file and try to view the test page after I create the .dll, I get an error that the class can't be created. If I keep the webservice as one file (.asmx) then it works...do you know why? I am putting this on a host provider that has .net.
Also, when I create the consuming client using a text editor, I can create the .wsdl, the .vb proxy & the compiled proxy. I put these on my localhost & put the .dll in bin. However, when I try to create an object of the proxy in my .aspx page, I get an error that the type (Mike is the webservice class) is not defined....if I do this in visual studio & set up a reference, then I get it to work. How can I set up a reference thru a text editor...or is there something I need to do? I am really new to .net/IIS so please bear with me on these questions.
Mike
I have some problems and hope you can help.
I have created my first web service using a text editor. If I seperate my .asmx file & .vb file and try to view the test page after I create the .dll, I get an error that the class can't be created. If I keep the webservice as one file (.asmx) then it works...do you know why? I am putting this on a host provider that has .net.
Also, when I create the consuming client using a text editor, I can create the .wsdl, the .vb proxy & the compiled proxy. I put these on my localhost & put the .dll in bin. However, when I try to create an object of the proxy in my .aspx page, I get an error that the type (Mike is the webservice class) is not defined....if I do this in visual studio & set up a reference, then I get it to work. How can I set up a reference thru a text editor...or is there something I need to do? I am really new to .net/IIS so please bear with me on these questions.
Mike