Re: How can I call a Java Service from .NET

2016-12-09 Thread Pavel Tupitsyn
rdon Reid (Nine Mile) < >> >> > gordon.reid@ >> >> >> wrote: >> > >> >> Hi, >> >> >> >> >> >> >> >> We have several Ignite Services running on Java nodes. I want to call >> >> these Services from our .NET GUI. How can I do that? >> >> >> >> >> >> >> >> Thanks. >> >> >> >> Gordon. >> >> >> >> >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/How-can-I-call-a-Java-Service-from-NET-tp9424p9444.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > >

Re: How can I call a Java Service from .NET

2016-12-08 Thread Denis Magda
; > gordon.reid@ > > >> wrote: > > > >> Hi, > >> > >> > >> > >> We have several Ignite Services running on Java nodes. I want to call > >> these Services from our .NET GUI. How can I do that? > >> > >> > &g

Re: How can I call a Java Service from .NET

2016-12-08 Thread Pavel Tupitsyn
; >> > >> > >> > >> We have several Ignite Services running on Java nodes. I want to call > >> these Services from our .NET GUI. How can I do that? > >> > >> > >> > >> Thanks. > >> > >> Gordon. > >> > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/How-can-I-call-a-Java-Service-from-NET- > tp9424p9444.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: How can I call a Java Service from .NET

2016-12-07 Thread gordon.reid@ninemilefinancial
s. >> >> Gordon. >> -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-can-I-call-a-Java-Service-from-NET-tp9424p9444.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How can I call a Java Service from .NET

2016-12-07 Thread Denis Magda
Pavel, Awesome, I didn’t know Service Grid is capable to work this way! You should have documented this feature earlier ;) However, this statement doesn’t look 100% true All nodes (Java-only and .NET) should have Java service classes deployed locally. See Ignite Java documentation: Service Grid

Re: How can I call a Java Service from .NET

2016-12-07 Thread Pavel Tupitsyn
Hi Gordon, I've just added documentation for this feature: https://apacheignite-net.readme.io/docs/calling-java-services Let me know if something is missing. Thanks, Pavel On Wed, Dec 7, 2016 at 6:18 AM, Gordon Reid (Nine Mile) < gordon.r...@ninemilefinancial.com> wrote: > Hi, > > > > We have

How can I call a Java Service from .NET

2016-12-06 Thread Gordon Reid (Nine Mile)
Hi, We have several Ignite Services running on Java nodes. I want to call these Services from our .NET GUI. How can I do that? Thanks. Gordon.