Re: JDK support for AXIS2C

2009-08-05 Thread Nabeel Naseem Ahsan
Yes!

On Wed, Aug 5, 2009 at 10:55 AM, ramesh Gopal fatuzorin2...@yahoo.comwrote:


 Does AXIS2C 1.5 support JDK 1.6 ?

 Ramesh.


  Looking for local information? Find it on Yahoo! Local
 http://in.local.yahoo.com/




Re: JDK support for AXIS2C

2009-08-05 Thread Rajika Kumarasiri
hi Ramesh,
I am not sure what this question means, do you mean the WSDL2C tool ?

-Rajika

On Wed, Aug 5, 2009 at 11:25 AM, ramesh Gopal fatuzorin2...@yahoo.comwrote:


 Does AXIS2C 1.5 support JDK 1.6 ?

 Ramesh.


  Looking for local information? Find it on Yahoo! Local
 http://in.local.yahoo.com/




-- 
http://wso2.org
http://llvm.org
http://www.minix3.org


Re: JDK support for AXIS2C

2009-08-05 Thread ramesh Gopal

Yes ..

WSDL2C is built on top of WSDL2Java again. Whats the extend of JRE that AXIS2C 
supports. There may be many more middle layers which may need JRE.
I am talking about Java support across.

ramesh.

--- On Wed, 5/8/09, Rajika Kumarasiri rajika.kumaras...@gmail.com wrote:

 From: Rajika Kumarasiri rajika.kumaras...@gmail.com
 Subject: Re: JDK support for AXIS2C
 To: Apache AXIS C User List axis-c-user@ws.apache.org
 Date: Wednesday, 5 August, 2009, 1:12 PM
 hi Ramesh,
 I am not sure what this question means, do you mean the
 WSDL2C tool ? 
 
 -Rajika
 
 On Wed, Aug 5, 2009 at 11:25 AM,
 ramesh Gopal fatuzorin2...@yahoo.com
 wrote:
 
 
 
 Does AXIS2C 1.5 support JDK 1.6 ?
 
 
 
 Ramesh.
 
 
 
 
 
       Looking for local information? Find it on Yahoo!
 Local http://in.local.yahoo.com/
 
 
 
 
 
 
 -- 
 http://wso2..org
 http://llvm.org
 http://www.minix3.org
 
 


  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com



Re: JDK support for AXIS2C

2009-08-05 Thread Dimuthu Gamage
HI Ramesh,

You need java only in generating code with WSDL2C (It works in 1.5 and 1.6).
After you generate the code you don't need any java stuff to run that code
in any layer.

Thanks
Dimuthu

On Wed, Aug 5, 2009 at 3:22 PM, ramesh Gopal fatuzorin2...@yahoo.comwrote:


 Yes ..

 WSDL2C is built on top of WSDL2Java again. Whats the extend of JRE that
 AXIS2C supports. There may be many more middle layers which may need JRE.
 I am talking about Java support across.

 ramesh.

 --- On Wed, 5/8/09, Rajika Kumarasiri rajika.kumaras...@gmail.com wrote:

  From: Rajika Kumarasiri rajika.kumaras...@gmail.com
  Subject: Re: JDK support for AXIS2C
  To: Apache AXIS C User List axis-c-user@ws.apache.org
  Date: Wednesday, 5 August, 2009, 1:12 PM
  hi Ramesh,
  I am not sure what this question means, do you mean the
  WSDL2C tool ?
 
  -Rajika
 
  On Wed, Aug 5, 2009 at 11:25 AM,
  ramesh Gopal fatuzorin2...@yahoo.com
  wrote:
 
 
 
  Does AXIS2C 1.5 support JDK 1.6 ?
 
 
 
  Ramesh.
 
 
 
 
 
Looking for local information? Find it on Yahoo!
  Local http://in.local.yahoo.com/
 
 
 
 
 
 
  --
  http://wso2..org
  http://llvm.org
  http://www.minix3.org
 
 


   Love Cricket? Check out live scores, photos, video highlights and
 more. Click here http://cricket.yahoo.com




-- 
Thanks,
Dimuthu Gamage

http://www.dimuthu.org
http://www.wso2.org


Axis C++ 1.6 for AIX

2009-08-05 Thread Jerry Jeremiah
Hello,

 

I just retrieved the latest binary version of Axis C++ for AIX from
http://www.apache.org/dist/ws/axis-c/axis-c-AIX-current-bin.tar.gz and
then I got Xerces 2.2 from
http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_2_0/xerces-c2_2_0
-AIX51_5.02.tar.gz as http://ws.apache.org/axis/cpp/install-guide.html
suggested.

 

When I run my test program I get this error in the Axis client log:

 

Symbol setEncoding__Q2_11xercesc_2_211InputSourceFPCUs (number 30) is
not exported from dependent module
/home/dtuser/CPE/src/axisc-1.6b/lib/axis/libxerces-c.a.

 

The reason is that the actual function exported from the xerces library
is:

dump -Tv:  setEncoding__Q2_11xercesc_2_211InputSourceFCPCUs

nm -e: xercesc_2_2::InputSource::setEncoding(const unsigned
short*const)

 

So Axis C++ 1.6 doesn't work because it is trying to call a function not
found in the xerces distribution that was specified by
http://ws.apache.org/axis/cpp/install-guide.html.  Has nobody else
noticed this before?

 

Is there any way to get it to work without building it myself?

 

Thanks,

 

Jerry