Webservice In VB.Net Mono

View: New views
9 Messages — Rating Filter:   Alert me  

Webservice In VB.Net Mono

by Lennie De Villiers-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is there an example on how to write a web service using VB.Net in Mono?
Can I also use WCF?

Kind Regards,

Lennie De Villiers
_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Webservice In VB.Net Mono

by Rolf Bjarne Kvinge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



> -----Original Message-----
> From: mono-vb-bounces@... [mailto:mono-vb-
> bounces@...] On Behalf Of Lennie De Villiers
>
> Hi,
>
> Is there an example on how to write a web service using VB.Net in Mono?

Not that I'm aware of.

You should however be able to use any C# guide (though I don't know if there
are any examples for C# either), and wherever you see 'C#' or 'gmcs' you
substitute with 'VB' and 'vbnc' and that's it :)

I'll put this on my todo list.

>
> Can I also use WCF?
>

You can use whatever you use in C#.
If the question is if you can use WCF in mono, then you'd have to ask in
mono-list list.

Rolf

> Kind Regards,
>
> Lennie De Villiers
> _______________________________________________
> Mono-vb mailing list
> Mono-vb@...
> http://lists.ximian.com/mailman/listinfo/mono-vb

_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Webservice In VB.Net Mono

by Rolf Bjarne Kvinge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



> -----Original Message-----
> From: mono-vb-bounces@... [mailto:mono-vb-
> bounces@...] On Behalf Of Rolf Bjarne Kvinge
> Sent: viernes, 19 de octubre de 2007 15:53
> To: 'Lennie De Villiers'; mono-vb@...
> Subject: Re: [mono-vb] Webservice In VB.Net Mono
>
>
>
> > -----Original Message-----
> > From: mono-vb-bounces@... [mailto:mono-vb-
> > bounces@...] On Behalf Of Lennie De Villiers
> >
> > Hi,
> >
> > Is there an example on how to write a web service using VB.Net in
> Mono?
>
> Not that I'm aware of.
>
> You should however be able to use any C# guide (though I don't know if
> there are any examples for C# either), and wherever you see 'C#' or 'gmcs'
> you substitute with 'VB' and 'vbnc' and that's it :)
>
> I'll put this on my todo list.
>

Lennie has contributed a simple sample, I put it here:
http://www.mono-project.com/Web_Services_(Visual_Basic)

Thanks Lennie!

Rolf

> >
> > Can I also use WCF?
> >
>
> You can use whatever you use in C#.
> If the question is if you can use WCF in mono, then you'd have to ask
> in
> mono-list list.
>
> Rolf
>
> > Kind Regards,
> >
> > Lennie De Villiers
> > _______________________________________________
> > Mono-vb mailing list
> > Mono-vb@...
> > http://lists.ximian.com/mailman/listinfo/mono-vb
>
> _______________________________________________
> Mono-vb mailing list
> Mono-vb@...
> http://lists.ximian.com/mailman/listinfo/mono-vb

_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Webservice In VB.Net Mono

by wscholar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Was wondering if anyone figured out how to create a vb.net webservice.  We have webservices running in windows are are porting our application to run in Amazon's ec2 env, so it would be great if this is possible.  

We have mono 1.24 running on an instance and can get the c# examples to run.  We'd perfer not to have to port to c# right now - but you could tell me that's the only path :)


Please contact me if your interested in consulting on this project.

Wayne Scholar
wscholar@getabby.com
www.getabby.com


Re: Webservice In VB.Net Mono

by Rolf Bjarne Kvinge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
> Hello,
>
> Was wondering if anyone figured out how to create a vb.net webservice.
> We have webservices running in windows are are porting our application to
> run in Amazon's ec2 env, so it would be great if this is possible.
>
> We have mono 1.24 running on an instance and can get the c# examples to
> run.
> We'd perfer not to have to port to c# right now - but you could tell me
> that's the only path :)
>

Here's a simple sample:
http://www.mono-project.com/Web_Services_(Visual_Basic)

Rolf

>
> Please contact me if your interested in consulting on this project.
>
> Wayne Scholar
> wscholar@...
> www.getabby.com
>
>
> --
> View this message in context: http://www.nabble.com/Webservice-In-
> VB.Net-Mono-tp13294698p14411169.html
> Sent from the Mono - VB mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-vb mailing list
> Mono-vb@...
> http://lists.ximian.com/mailman/listinfo/mono-vb
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.503 / Virus Database: 269.17.5/1190 - Release Date:
> 19/12/2007 19:37


_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Webservice In VB.Net Mono

by wscholar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the example.  I was more looking to create my own webservice not consume one.  Any examples of that around?

Rolf Bjarne Kvinge wrote:
Hello,

Was wondering if anyone figured out how to create a vb.net webservice.
We have webservices running in windows are are porting our application to
run in Amazon's ec2 env, so it would be great if this is possible.

We have mono 1.24 running on an instance and can get the c# examples to
run.
We'd perfer not to have to port to c# right now - but you could tell me
that's the only path :)

    

Here's a simple sample:
http://www.mono-project.com/Web_Services_(Visual_Basic)

Rolf

  
Please contact me if your interested in consulting on this project.

Wayne Scholar
wscholar@...
www.getabby.com


--
View this message in context: http://www.nabble.com/Webservice-In-
VB.Net-Mono-tp13294698p14411169.html
Sent from the Mono - VB mailing list archive at Nabble.com.

_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.17.5/1190 - Release Date:
19/12/2007 19:37
    



  

_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Webservice In VB.Net Mono

by Rolf Bjarne Kvinge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello,

>From: Wayne Scholar [mailto:wscholar@...]
>
>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
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Webservice In VB.Net Mono

by wscholar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yup have this running but was hoping to get one in vb.net or is that not doable right now?

Rolf Bjarne Kvinge wrote:
Hello,

  
From: Wayne Scholar [wscholar@...] 

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
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Webservice In VB.Net Mono

by Rolf Bjarne Kvinge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

>From: Wayne Scholar [mailto:wscholar@...]
>
>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:wscholar@...]
>
>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
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb