Unable to compile sample applications in axis-c-1.5

2006-06-15 Thread Bhatt, Nitin IN GGN SISL








Hi,



I am trying to runaxis-c-1.5 client on RHEL4.

When I try and compile the sample application, I get the
following error message:



/tmp/ccx5LrlI.o(.text+0x15): In function
`msgbrkr::msgbrkr(char const *,
axiscpp ::AXIS_PROTOCOL_TYPE)':

: undefined reference to `axiscpp::Stub::Stub(char const *,
axiscpp::AXIS_PROTOC OL_TYPE)'

/tmp/ccx5LrlI.o(.text+0x3c): In function
`msgbrkr::msgbrkr(void)':

: undefined reference to `axiscpp::Stub::Stub(char const *,
axiscpp::AXIS_PROTOC OL_TYPE)'

/tmp/ccx5LrlI.o(.text+0x79): In function
`msgbrkr::msgbrkr(void)':

: undefined reference to `axiscpp::Stub::~Stub(void)'

/tmp/ccx5LrlI.o(.text+0xb5): In function
`msgbrkr::~msgbrkr(void)':

: undefined reference to `axiscpp::Stub::~Stub(void)'

/tmp/ccx5LrlI.o(.text+0x130): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to
`axiscpp::Call::getTransportProperty(char const *,
bool )'

/tmp/ccx5LrlI.o(.text+0x1a2): In function `msgbrkr::queueMsg(char
*)':

: undefined reference to
`axiscpp::Stub::applyUserPreferences(void)'

/tmp/ccx5LrlI.o(.text+0x26e): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to
`axiscpp::SoapFaultException::~SoapFaultException(void) '

/tmp/ccx5LrlI.o(.text+0x296): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to
`axiscpp::SoapFaultException::~SoapFaultException(void)
'

/tmp/ccx5LrlI.o(.text+0x319): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp
p::AxisException )'

/tmp/ccx5LrlI.o(.text+0x33b): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp
p::SoapFaultException const )'

/tmp/ccx5LrlI.o(.text+0x348): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to `axiscpp::SoapFaultException::~SoapFaultException(void)
'

/tmp/ccx5LrlI.o(.text+0x350): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to `axiscpp::SoapFaultException
type_info function'

/tmp/ccx5LrlI.o(.text+0x3be): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp
p::AxisException )'

/tmp/ccx5LrlI.o(.text+0x3e0): In function `msgbrkr::queueMsg(char
*)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp
p::SoapFaultException const )'

/tmp/ccx5LrlI.o(.text+0x3ed): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to
`axiscpp::SoapFaultException::~SoapFaultException(void)
'

/tmp/ccx5LrlI.o(.text+0x3f5): In function
`msgbrkr::queueMsg(char *)':

: undefined reference to `axiscpp::SoapFaultException
type_info function'

/tmp/ccx5LrlI.o(.text+0x478): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::Call::getTransportProperty(char const *,
bool )'

/tmp/ccx5LrlI.o(.text+0x4ea): In function `msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::Stub::applyUserPreferences(void)'

/tmp/ccx5LrlI.o(.text+0x596): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::SoapFaultException::~SoapFaultException(void)
'

/tmp/ccx5LrlI.o(.text+0x5be): In function
`msgbrkr::aboutService(void)':

: undefined reference to `axiscpp::SoapFaultException::~SoapFaultException(void)
'

/tmp/ccx5LrlI.o(.text+0x641): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp
p::AxisException )'

/tmp/ccx5LrlI.o(.text+0x663): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp
p::SoapFaultException const )'

/tmp/ccx5LrlI.o(.text+0x670): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::SoapFaultException::~SoapFaultException(void)
'

/tmp/ccx5LrlI.o(.text+0x678): In function `msgbrkr::aboutService(void)':

: undefined reference to `axiscpp::SoapFaultException
type_info function'

/tmp/ccx5LrlI.o(.text+0x6e6): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp p::AxisException
)'

/tmp/ccx5LrlI.o(.text+0x708): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::SoapFaultException::SoapFaultException(axiscp
p::SoapFaultException const )'

/tmp/ccx5LrlI.o(.text+0x715): In function
`msgbrkr::aboutService(void)':

: undefined reference to
`axiscpp::SoapFaultException::~SoapFaultException(void)
'

/tmp/ccx5LrlI.o(.text+0x71d): In function
`msgbrkr::aboutService(void)':

: undefined reference to `axiscpp::SoapFaultException
type_info function'

/tmp/ccx5LrlI.o(.gnu.linkonce.t.__tf7msgbrkr+0x10): In
function `msgbrkr type_in fo function':

: undefined reference to `axiscpp::Stub type_info function'

/tmp/ccx5LrlI.o(.gnu.linkonce.t.__tf7msgbrkr+0x18): In
function `msgbrkr type_in fo
function':

: undefined reference to `axiscpp::Stub type_info node'

collect2: ld returned 1 exit status






RE: RE: Problem in C++ interaction to java webservice over SSL

2006-06-15 Thread Xiong, Zhikang
Title: Re: RE: Problem in C++ interaction to java webservice over SSL





The server was created by another group, I don'tknowhow they made it "secured service". I was the first one who uses the Axis-C++ for the client programming (everyone else uses Java), I'm sure that they didn't make any changefor my C++ client. On the client side, I just followed the Axisinstructions and didn't make any extra changes.


Thanks,
Jude


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tue 6/13/2006 11:57 AMTo: Apache AXIS C User ListSubject: Re: RE: Problem in C++ interaction to java webservice over SSL

Thanks,Jude. Do you remember making any extra changes in the java webservice or on the C++ client side for SSL? I remember making a changefor avoiding multiref response on the server side for NON SSL. Mysecure dll(HTTPSSLChannel_D.dll) is getting loaded properly from theconfig file.ThanksSantosh.- Original Message -From: "Xiong, Zhikang" [EMAIL PROTECTED]Date: Tuesday, June 13, 2006 11:59 amSubject: RE: Problem in C++ interaction to java webservice over SSLTo: [EMAIL PROTECTED], axis-c-user@ws.apache.org I don't know what caused the problem but for your information, I was able to call a secured Java web service (hosted by a websphere server) by using the Axis-C 1.6b version. I didn't import or set up any certificate (but I did import the cert when working on a Java client program accessing the same web service). I'm sure that I didn't use the gskit neither. I'm not sure if the problem is related to certificate, but if so, shouldn't the error message be something like "Not trusted server..."? Thanks, Jude  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thu 6/8/2006 8:13 PM To: axis-c-user@ws.apache.org Subject: Problem in C++ interaction to java webservice over SSL Iam having a problem using Axis CPP client interacting with a Java web service.I am getting "Not found" error when I call my Java web service(websphere environment) from C++ client(axis C++ toolkit) over https, it works without any problem using the Http. I am wondering if it is related to SSL certificates. What value should be in the Secureinfo parameter in the axiscpp.conf? I converted my server certificate to OpenSSL format and entered the filename in the OpenSSL format to my openSSL.cnf. Will the value for the certificate be taken from axiscpp.conf or the SecureInfo parameter in the axiscpp.conf. I have AXIS_DEPLOY and Channel_HTTP_SSL parameter set correctly and HTTP secure dll loads without any problem. I have the latest version of Axis(1.5).I also saw a mention of gskit as a prerequisite for C++ web client in the ibm site.Is gskit a prerequisite for Axis C++ client, when i needs to interact with a webservice in a secure webserver(https)? Any info will be highly appreciated. Thanks Santosh.

i5/OS OS/400) support - PTFs

2006-06-15 Thread Nadir Amra
For those of you that are interested, the AXIS code for i5/OS (os/400) has 
been updated.  The following PTFs will upgrade the support to the 1.6 
level code base.

SI24425
SI24421

Please carefully read the cover letter. 

Nadir K. Amra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]