[Mono-list] webservices and DataSet

e26659@uajms.edu.bo e26659@uajms.edu.bo
Tue, 2 Mar 2004 10:32:42 -0400 (BOT)


Hello:

I'm working with web services with mono 0.30.1
and server xsp.exe

I did a method en webservices for example

namespce Myds {
public class Myds() {
[Webmethod]
public DataSet mydata() {
   DataSet ds = new DataSet();
    ....
   returns ds;
}
}
}

and compile your proxy, but when I wont invoke from client, the client
Response:
`Myds' does not contain a definition for `mydata'

I probe the example and working fine, but when I use the DataSet don't
recognize this function. I don't understant because the test form of
page.asmx working fine but I don't invoke form client aspx