AXIS C++ and ODBC operation

2006-04-11 Thread Monica
Hi All, I have developed a c++ program that uses ODBC APIs to connect to mysql database and is working fine for accessing, and updating data in database. But when I deploy this program as a .so in axisc++ (linux env) and try to invoke same from my client program, I am not able to perform

[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

[jira] Created: (AXISCPP-963) Axis C++ with MySQL

2006-04-11 Thread monica p (JIRA)
Axis C++ with MySQL --- Key: AXISCPP-963 URL: http://issues.apache.org/jira/browse/AXISCPP-963 Project: Axis-C++ Type: Test Components: SOAP Versions: 1.5 Final Environment: AXIS C++ on Linux Red Hat, MySQL on linux Reporter: monica

[jira] Commented: (AXISCPP-963) Axis C++ with MySQL

2006-04-11 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-963?page=comments#action_12374027 ] Fred Preston commented on AXISCPP-963: -- Hi Monica, Can you give me any more detail on where the various bits of your application are (Are you connecting to

[jira] Commented: (AXISCPP-858) client stub delete Ret; causes Debug Assertion Failed! Win32

2006-04-11 Thread Brian Brooks (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-858?page=comments#action_12374059 ] Brian Brooks commented on AXISCPP-858: -- Thanks, Adrian. Regrettably, I'm back in graduate school now so I don't have the same exact environment I did before. I'll

Re: [Axis2] help required building

2006-04-11 Thread Samisa Abeysinghe
Pete Robbins wrote: 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

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 Samisa Abeysinghe
David Bernard wrote: I need to add elements to the soap envelope header before calling a web service. The api seems to support specific elements in the soap envelope header such as AXIS2_MSG_INFO_HEADERS_SET_TO. Q1. Having cloned the sample code eg math, what is the best way to add

[jira] Created: (AXIS2C-122) Binary release has hard coded values in .la files

2006-04-11 Thread Samisa Abeysinghe (JIRA)
Binary release has hard coded values in .la files - Key: AXIS2C-122 URL: http://issues.apache.org/jira/browse/AXIS2C-122 Project: Axis2-C Type: Bug Versions: 0.90 Reporter: Samisa Abeysinghe Fix For:

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: [axis2c] Adding elements to SOAP envelope header in client

2006-04-11 Thread Samisa Abeysinghe
Pete Robbins wrote: 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

Re: [Axis2] help required building

2006-04-11 Thread Samisa Abeysinghe
Pete Robbins wrote: 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

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

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

2006-04-11 Thread David Bernard
Thanks Samisa, Did the trick. David Bernard Samisa Abeysinghe wrote: David Bernard wrote: I need to add elements to the soap envelope header before calling a web service. The api seems to support specific elements in the soap envelope header such as AXIS2_MSG_INFO_HEADERS_SET_TO. Q1.

Re: [Axis2] help required building

2006-04-11 Thread Samisa Abeysinghe
Pete Robbins wrote: On 11/04/06, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: We use automake 1.9.5, it is a real problem to support multiple versions of automake (infact it is almost impossible with my experiance with Axis C++) If you