Hi, >From: Wayne Scholar [mailto:[EMAIL PROTECTED] > >Yup have this running but was hoping to get one in vb.net or is that not doable right now? >
There are none right now, but you should be able to translate the code, and replace instances of '$(MCS)' (the C# compiler) to 'vbnc' and '.cs' -> '.vb' in the Makefile.am for it to work. Now it's on my todo list to translate it to VB :) Rolf >Rolf Bjarne Kvinge wrote: >Hello, > > >From: Wayne Scholar [mailto:[EMAIL PROTECTED] > >Thanks for the example. I was more looking to create my own webservice not > >consume one. Any examples of that around? > > >You can find an example here: >http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/1.1/webservice/ > >and this doc explains how to make it work: >http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/README?view=markup > >Rolf _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
