TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
linxxd
NA
10
0
Web Service Method invocation
Oct 15 2004 8:49 AM
I have different problems using my own program as library. I have an application which is invoked by a Web Service. When I generate the stub with the wsdl-tool of Visual Studio .NET, I cannot invoke it properly. For testing purposes, I try to click on a button on a .asmx site and want that this page calls a method in my Web Service. Following Code: <%@ Page language="c#" debug="true" src="WSclient.aspx.cs" Inherits="myNamespace.WSclient" %> <%@ Import Namespace="myNamespace" %> The WSclient.aspx.cs is also in the myNamespace namespace and tries to call MyWebServiceClass class = new MyWebServiceClass(); but I always get the error message that this Class is not available (missing Reference?). What else do I have to add to my class??
Reply
Answers (
0
)
Question about API In C#
using own dll in *.aspx