RE: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
Hi, Although I have successfully build axis2/c in 64bit environment, it can't work properly. I try to excute the 'yahoo' sample and it always return "Yahoo REST client invoke FAILED!". If I return back to 32bit axis2/c, it can return correct result. Do you know why? I thought there is s

Axis and REST

2009-06-01 Thread Kuba Tomiczek
Hello All, I am using axis and adb-generated code for soap-related queries. I have added a REST service using GET method and all generally works fine but I do not know how to map (or even if this is possible) attributes from xml. For example If I have something like: xyz aaa I ca

Re: Building a client without AXIS2C_HOME and PATH setup

2009-06-01 Thread Abdul Sami
what is the minimum set of files required in the client_home directory to successfully create the client from 'axis2_svc_client_create' call ? Abdul Sami wrote: actually i mean to say execute. I do not have the variables set, i have copied the DLLs in the current DIR. Samisa Abeysinghe wrote:

Re: Building a client without AXIS2C_HOME and PATH setup

2009-06-01 Thread Abdul Sami
actually i mean to say execute. I do not have the variables set, i have copied the DLLs in the current DIR. Samisa Abeysinghe wrote: You need to set the path to include the required DLLs, but AXIS2C_HOME is only required to run it, not to build. Samisa... On Mon, Jun 1, 2009 at 4:12 PM, Abd

Re: Building a client without AXIS2C_HOME and PATH setup

2009-06-01 Thread Samisa Abeysinghe
You need to set the path to include the required DLLs, but AXIS2C_HOME is only required to run it, not to build. Samisa... On Mon, Jun 1, 2009 at 4:12 PM, Abdul Sami wrote: > Hello All, > > Is it possible to build the client without the required environment > variables setup? > > Regards, > Abdu

RE: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
Well, well, well... That indeed is a great secret. I can build my 64bit Axis2/c now. Shankar and Samisa, thank you very much! Zoil Date: Mon, 1 Jun 2009 14:50:55 +0530 Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library From: sam...@wso2.com To: axis-c-user@ws.apache.org 200

Building a client without AXIS2C_HOME and PATH setup

2009-06-01 Thread Abdul Sami
Hello All, Is it possible to build the client without the required environment variables setup? Regards, Abdul Sami

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Samisa Abeysinghe
2009/6/1 Uthaiyashankar > 2009/6/1 LeeZoil : > > The first problem is that I don't have 64bit library of libxml2 and > iconv. I > > have found 64bit zlib. > > If you are using guththila, you don't need any of these libraries. Ah, yes, that is the secret of success for 64 :) Samisa... > > > R

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Uthaiyashankar
2009/6/1 LeeZoil : > The first problem is that I don't have 64bit library of libxml2 and iconv. I > have found 64bit zlib. If you are using guththila, you don't need any of these libraries. Regards, Shankar > > Zoil > > > Date: Mon, 1 Jun 2009 13:36:02 +0530 > Su

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Samisa Abeysinghe
I thought we ran this on Windows 64 for WSF/PHP. I will have a look and confirm. Samisa... 2009/6/1 LeeZoil > The first problem is that I don't have 64bit library of libxml2 and iconv. > I have found 64bit zlib. > > Zoil > > -- > Date: Mon, 1 Jun 2009 13:36:02 +0530

RE: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
The first problem is that I don't have 64bit library of libxml2 and iconv. I have found 64bit zlib. Zoil Date: Mon, 1 Jun 2009 13:36:02 +0530 Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library From: sam...@wso2.com To: axis-c-user@ws.apache.org What are the errors that you saw? Sa

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Samisa Abeysinghe
What are the errors that you saw? Samisa... 2009/6/1 LeeZoil > Hi everyone, > > > > I need to use Axis2/c in 64bit Windows machine. Where can I get the 64bit > version binary distribution? Or how to build it from the source code? I have > tried to modify the 32bit nmake file to 64bit one. But I

[AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
Hi everyone, I need to use Axis2/c in 64bit Windows machine. Where can I get the 64bit version binary distribution? Or how to build it from the source code? I have tried to modify the 32bit nmake file to 64bit one. But I failed. Thanks! __