Re: invoking a non-c++ service from c++

2007-07-03 Thread Andrew Borley
Hi Travis, It's been a little while since I looked at this code, but I think it should work. The simple questions first: Is your Python environment set up correctly? For the M3 Tuscany SCA Native release we require Python 2.5 because we use the ElementTree XML API. You will also need to ensure

RE: invoking a non-c++ service from c++

2007-07-03 Thread Travis Vitek
: Andrew Borley [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 1:37 AM To: tuscany-user@ws.apache.org Subject: Re: invoking a non-c++ service from c++ Hi Travis, It's been a little while since I looked at this code, but I think it should work. The simple questions first: Is your Python

Re: invoking a non-c++ service from c++

2007-07-01 Thread Pete Robbins
OK I think understand. You are using the C++ client from CppCalulator to try and access the RubyCalulator component? At the moment there is a restriction here in that the C++ client can only locate/call a C++ service. This is because the locateService returns a C++ proxy to the service. These

Re: invoking a non-c++ service from c++

2007-06-30 Thread Pete Robbins
Hi Travis. Could you post your .composite and .comonentType files please. There may be a restriction of calling a Ruby component directly from a C++ client... I'd need to check. Have you tried having the client call initially into a C++ component which then invokes the Ruby component? Cheers,

Re: invoking a non-c++ service from c++

2007-06-30 Thread Simon Laws
On 6/30/07, Pete Robbins [EMAIL PROTECTED] wrote: Hi Travis. Could you post your .composite and .comonentType files please. There may be a restriction of calling a Ruby component directly from a C++ client... I'd need to check. Have you tried having the client call initially into a C++