rest - What's the easiest way to invoke a Spring.NET service exposed over remoting using Python -


i have .net 3.5 service exposed using spring.net 1.2 on .net remoting. invoke service methods python, looking quickest , easiest way achieve this.

options exploring are:

  • expose service via rest (is possible spring.net 1.2, or can done separately without affecting existing remoting interface?)
  • invoke .net remoting calls python (the marshalling issues make me think approach non-starter)
  • something else?

any suggestions?

update: service interface trivial -- not use advanced features such callbacks.

depending on services you're exposing, exporting plain old clr object asmx web service can trivial in 1.2, configuration change.

.net remoting has functionality can't exposed asmx , rest services (e.g. callback objects, lifetime specification etc) , if application relying on that, might bit more difficult or impossible.

you need post more information on service interface give more detailed answer.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -