Re: [Axis2] Implementing Service Client API

2006-04-25 Thread Pete Robbins
Thanks guys. This is really helpful. One final question (for now!):Do you have a release planned to contain this new client api? If so when? (yes I know that was 2 questions). Cheers,-- Pete

Re: [C++] SDO Uri and QName

2006-04-24 Thread Pete Robbins
to DataFactory. Is anyone else having similar requirements? regards, Ed. On 21/04/06, Pete Robbins [EMAIL PROTECTED] wrote: The current SDO implementation handles the mapping of QName to the SDO Uri type as per the specification. So if I use XSDHelper to load a schema which defines

[C++] SDO Uri and QName

2006-04-21 Thread Pete Robbins
The current SDO implementation handles the mapping of QName to the SDO Uri type as per the specification. So if I use XSDHelper to load a schema which defines a property as type xs:QName, e.g.xs:attribute name=joe type=xs:QName /then use XMLHelper to load my xml containing

Re: [Axis2] help required building

2006-04-13 Thread Pete Robbins
Many thanks I'l give that a try.-- Pete

Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Pete Robbins
On 13/04/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Hi Pete, You are correct, there seems to be a bug here; the API is supposedto be such that you can call AXIS2_MEP_CLIENT_PREPARE_SOAP_ENVELOPE, then get the soap envelope though the message context returned by thatcall and set the SOAP

[jira] Created: (AXIS2C-123) There is no way to set the SOAP version using the mep_client api

2006-04-13 Thread Pete Robbins (JIRA)
) Reporter: Pete Robbins Priority: Minor I tried using AXIS2_MEP_CLIENT_SET_SOAP_VERSION_URI but when I call AXIS2_MEP_CLIENT_PREPARE_SOAP_ENVELOPE it always uses SOAP12 to build the soap envelope. I think the problem is in mep_client. The axis2_mep_client_prepare_soap_envelope creates

Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Pete Robbins
On 13/04/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: I have fixed the problem and posted the latest source package at http://people.apache.org/~samisa/Please have a look.Samisa... That does the trick! Thank you. -- Pete

[Axis2] help required building

2006-04-11 Thread Pete Robbins
I am working on the Tuscany project and I am trying to use Axis2C for webservice support. I'm running into a few problems :-( I've downloaded the 0.90 binary release and get the samples running no problem. What I would like is to write my own client code ... and here the problems start. Is there

Re: [Axis2] help required building

2006-04-11 Thread Pete Robbins
ok many thanks. Deleting the .la files cures the link problems. I'll get back to you on the ./configure problem Cheers, On 11/04/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Pete Robbins wrote: I am working on the Tuscany project and I am trying to use Axis2C for webservice support. I'm

Re: [axis2c] Adding elements to SOAP envelope header in client

2006-04-11 Thread Pete Robbins
Here is what I'm trying to do. Please tell me my mistakes ;-) A) extract axis2c tree from svn B)as per the instructions run ./configure Problem 1: there is no configure script in the svn tree Solution?: I used the autogen.sh script to create the automake files Problem 2: This gets errors as

Re: [axis2c] Adding elements to SOAP envelope header in client

2006-04-11 Thread Pete Robbins
oops... sorry wrong thread :-(

Re: [Axis2] help required building

2006-04-11 Thread Pete Robbins
Here is what I'm trying to do. Please tell me my mistakes ;-) A) extract axis2c tree from svn B)as per the instructions run ./configure Problem 1: there is no configure script in the svn tree Solution?: I used the autogen.sh script to create the automake files Problem 2: This gets errors as

Re: [Axis2] help required building

2006-04-11 Thread Pete Robbins
On 11/04/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: We use automake 1.9.5, it is a real problem to support multiple versionsof automake (infact it is almost impossible with my experiance with Axis C++)If you could, please try to upgrade to automake 1.9.5.Thnaks,Samisa... I updated to

[jira] Created: (TUSCANY-164) Add encoding of parameter types to Operation

2006-04-10 Thread Pete Robbins (JIRA)
Add encoding of parameter types to Operation Key: TUSCANY-164 URL: http://issues.apache.org/jira/browse/TUSCANY-164 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Assigned to: Pete

Re: [help wanted] Moving position of import elements in SCDL

2006-04-07 Thread Pete Robbins
On 07/04/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: If nobody objects, I can move the wsdl.import up in the XSD. I'm in the middle of changes to this project anyway. Where in the source tree is the schema you are using? Is it in spec/... ? -- Pete

Re: [help wanted] Moving position of import elements in SCDL

2006-04-07 Thread Pete Robbins
Ignore that.. I found it :-( On 07/04/06, Pete Robbins [EMAIL PROTECTED] wrote: Where in the source tree is the schema you are using? Is it in spec/... ? -- Pete -- Pete

Re: Axis2C Milestone Release M0.5 Released

2006-03-16 Thread Pete Robbins
That is a great idea. I spent a long time trying to find the Axis2C home page! We will be looking at providing Axis2C bindings for the Tuscany C++ project. Pete On 16/03/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: BTW, our website is up at http://ws.apache.org/axis2/c/. Should we request a

[jira] Created: (TUSCANY-108) SCA Windows build fails on runtime/test

2006-03-10 Thread Pete Robbins (JIRA)
SCA Windows build fails on runtime/test --- Key: TUSCANY-108 URL: http://issues.apache.org/jira/browse/TUSCANY-108 Project: Tuscany Type: Bug Components: C++ Build Reporter: Pete Robbins The generated wrappers/proxies

[jira] Assigned: (TUSCANY-108) SCA Windows build fails on runtime/test

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-108?page=all ] Pete Robbins reassigned TUSCANY-108: Assign To: Pete Robbins SCA Windows build fails on runtime/test --- Key: TUSCANY-108 URL

[jira] Resolved: (TUSCANY-108) SCA Windows build fails on runtime/test

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-108?page=all ] Pete Robbins resolved TUSCANY-108: -- Resolution: Fixed fix applied - files re-added to svn SCA Windows build fails on runtime/test

Re: Stable C++ code tagged

2006-03-10 Thread Pete Robbins
fixed as TUSCANY-108 on Jira On 10/03/06, Colin Thorne [EMAIL PROTECTED] wrote: I tried building SCA using Axis 1.5. I received an error: Linking... Creating library Debug/tuscany_sca.lib and object Debug/tuscany_sca.exp Logger.obj : error LNK2001: unresolved external symbol public:

Re: Exception running SCA for C++ tests

2006-03-10 Thread Pete Robbins
Yes. I will update the instructions for running the tests on Windows. On 10/03/06, Colin Thorne [EMAIL PROTECTED] wrote: I've taken a new extract of the code from SVN, and I have built SDO and SCA (for C++). When I run the SCA test program (tuscany_sca_test.exe) I get an exception:

[jira] Assigned: (TUSCANY-105) Use environment variable to locate dependencies in Windows build projects

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-105?page=all ] Pete Robbins reassigned TUSCANY-105: Assign To: Pete Robbins Use environment variable to locate dependencies in Windows build projects

[jira] Updated: (TUSCANY-113) Provide Windows batch file to run SCA C++ test

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-113?page=all ] Pete Robbins updated TUSCANY-113: - Priority: Minor (was: Major) Provide Windows batch file to run SCA C++ test -- Key: TUSCANY-113

[jira] Created: (TUSCANY-113) Provide Windows batch file to run SCA C++ test

2006-03-10 Thread Pete Robbins (JIRA)
Provide Windows batch file to run SCA C++ test -- Key: TUSCANY-113 URL: http://issues.apache.org/jira/browse/TUSCANY-113 Project: Tuscany Type: Improvement Components: C++ SCA Reporter: Pete Robbins Add

[jira] Resolved: (TUSCANY-105) Use environment variable to locate dependencies in Windows build projects

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-105?page=all ] Pete Robbins resolved TUSCANY-105: -- Resolution: Fixed Use environment variable to locate dependencies in Windows build projects

[jira] Resolved: (TUSCANY-71) Provide logging to file

2006-03-09 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-71?page=all ] Pete Robbins resolved TUSCANY-71: - Resolution: Fixed Basic file logigng added Provide logging to file --- Key: TUSCANY-71 URL: http

[jira] Created: (TUSCANY-89) Provide Axis2C bindings

2006-03-09 Thread Pete Robbins (JIRA)
Provide Axis2C bindings --- Key: TUSCANY-89 URL: http://issues.apache.org/jira/browse/TUSCANY-89 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Provide support for Axis2 ws bindings using Axis2C

[jira] Created: (TUSCANY-90) SCA Remotable binding

2006-03-09 Thread Pete Robbins (JIRA)
SCA Remotable binding - Key: TUSCANY-90 URL: http://issues.apache.org/jira/browse/TUSCANY-90 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Add support for remotable interfaces ans pass-by-value semantics

[jira] Created: (TUSCANY-91) Replace Tuscany-model.config with import.wsdl

2006-03-09 Thread Pete Robbins (JIRA)
Replace Tuscany-model.config with import.wsdl --- Key: TUSCANY-91 URL: http://issues.apache.org/jira/browse/TUSCANY-91 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Priority

Re: [SDO C++] JIRA Issues: Specification or Implementation concerns?

2006-03-09 Thread Pete Robbins
I'm not sure where the SDO spec is being discussed. It is separate from the C++ CI group. On 09/03/06, Mike Edwards [EMAIL PROTECTED] wrote: Ant, At the moment, neither the SDO nor the SCA specification lists are publicly viewable. For SCA, we are investigating setting up a public website

Re: Stable C++ code tagged

2006-03-09 Thread Pete Robbins
/cpp/sdo/lib directory. Also, wouldn't it be better to use the latest version of libxml2 being used (which is 2.6.23)? On 06/03/06, Pete Robbins [EMAIL PROTECTED] wrote: A stable version of C++ Tuscany can be found at: http://svn.apache.org/repos/asf/incubator/tuscany/tags/cpp-stable

[jira] Created: (TUSCANY-105) Use environment variable to locate dependencies in Windows build projects

2006-03-09 Thread Pete Robbins (JIRA)
: C++ Build Environment: Windows MS Studio projects Reporter: Pete Robbins Existing Studio projects don't work out of the box unless you use the exact versions of dependencies. We should change the projects to locate the dependencies by environment variables. -- This message

[jira] Created: (TUSCANY-72) Improve handling of Axis exceptions

2006-03-07 Thread Pete Robbins (JIRA)
Improve handling of Axis exceptions --- Key: TUSCANY-72 URL: http://issues.apache.org/jira/browse/TUSCANY-72 Project: Tuscany Type: Improvement Components: C++ SCA Reporter: Pete Robbins Axis exceptions should be caught

C++ build opinions/help

2006-01-19 Thread Pete Robbins
The current cpp SDO and SCA were developed using MS Visual Studio on Windows and eclipse + CDT on Linux. For a command line build on linux we simply created a shell script that used the makefiles generated by the CDT managed make. I would like to create a more robust and portable build

Adding Jira components

2006-01-18 Thread Pete Robbins
How do I create new Components in Jira for Tuscany. I'd like: cpp Build cpp SCA cpp SDO Pete

[jira] Assigned: (TUSCANY-13) Change C++ build to use Autoconf/Automake

2006-01-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-13?page=all ] Pete Robbins reassigned TUSCANY-13: --- Assign To: Pete Robbins Change C++ build to use Autoconf/Automake - Key: TUSCANY-13 URL

Re: Java code contribution committed

2006-01-06 Thread Pete Robbins
Having trunk and branches folders seems to be the most common layout across other projects. Pete

Re: Java code contribution committed

2006-01-06 Thread Pete Robbins
this is the right thing to do. Pete On 06/01/06, Pete Robbins [EMAIL PROTECTED] wrote: Having trunk and branches folders seems to be the most common layout across other projects. Pete

<    6   7   8   9   10   11