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
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list