PDA

View Full Version : c# (arrrhhh...) and Spring Remoting


fmourioux
Sep 25th, 2004, 01:18 PM
Hi,

I need to call few managers which are in my spring application using an applciation made in c#.

For the moment i exposed my services with Burlap (this part is ok) but for the c# part can i use product like http://www.xml-rpc.net ?

Is there someone an exampe ?

Thanks,

Fabien.

fmourioux
Sep 26th, 2004, 01:47 PM
In fact i use the classical JAX-RPC, works fine with c# with a web-service.

If the team is interessed for an article about this test i am agree. It is so easy but a sample is always good enough. I can explain how to use ant to generate the wssd ... for example.

Fabien.

Juergen Hoeller
Sep 27th, 2004, 08:33 AM
Sure, an article about using JAX-RPC to access a Spring backend from C# would be great! For a start, you could create an article on our wiki...

Juergen