Re: axis-c ant build error

2005-05-23 Thread John Hawkins

What platform are you trying to build
on?

It looks like the SolarisLinker
is not defined before you are calling buildClient.xml . If I look in buildInitialize.xml
then it appears to be defined in there.

linker
id=SolarisLinker
name=CC
libtool=true
if=solaris

   linkerarg
value=-g
if=debug/

   linkerarg
value=-Qoption/

   linkerarg
value=ld/

   linkerarg
value=-zmuldefs/

   /linker

We need to make sure that you are picking
up this file before you call buildClient.xml

What is the full command that you are using to build with please?









Simon Detheridge [EMAIL PROTECTED]

20/05/2005 16:29



Please respond to
Apache AXIS C User List





To
axis-c-user@ws.apache.org


cc



Subject
axis-c ant build error








I'm getting the following, when trying to build axis-c
using ant:

...

compileAxisClient:

buildVersionResource:

BUILD FAILED
/root/axis-install/ws-axis/c/build.xml:234: The following error occurred
while executing this line:
/root/axis-install/ws-axis/c/build.xml:222: The following error occurred
while executing this line:
/root/axis-install/ws-axis/c/build.xml:93: The following error occurred
while executing this line:
/root/axis-install/ws-axis/c/build/buildClient.xml:23: SolarisLinker
doesn't denote a ProcessorDef

---

Any idea why, and how I can make it go away?

Thanks,
Simon






RE: Axis C++ SSL problem

2005-05-23 Thread Popa Horia



I have to mention that i have user Axis 1.5 and Axis 
1.6 20 May nightly build 


From: Popa Horia 
[mailto:[EMAIL PROTECTED] Sent: 21 mai 2005 
10:09To: 'axis-c-user@ws.apache.org'Subject: Axis C++ SSL 
problem



 Hi 
there,


 
I have a Java Axis server and i'm trying to connect with a 
stubwritten in C++. It works fine on http 
but it failes on https.
I see when I run the 
program in debug mode that the HttpSSLChannel is never loaded. 
The application 
failes at this line in the Stub: if 
(AXIS_SUCCESS != m_pCall-initialize(CPP_DOC_PROVIDER)) return pReturn;
 My Tomcat server 
is behind Apache 1.3.1 and i'm using MOD_JK to make those applications talk to 
each other. My guess is that the request never leaves my client. To prove this I 
have used a network sniffer and indeed, the client dies before any request is 
sent to the server. Maybe I don't have all the DDLs ?? I have installed openssl 

 
The client runs on Windows.


 
Any help is appeciated.


 
thanks



 



Manohar K Chintala/India/IBM is out of the office.

2005-05-23 Thread Manohar K Chintala




I will be out of the office starting  05/23/2005 and will not return until
06/13/2005.

I will be out of the office starting May 23,2005 and will not return until
June 13,2005.  I will respond to your message when I return.



Re: axis-c ant build error

2005-05-23 Thread Simon Detheridge
I'm building on Linux. Gentoo to be precise...

The full command I'm using, is simply:
$ cd ~/ws-axis/c
$ ant


On Mon, 2005-05-23 at 08:14 +0100, John Hawkins wrote:
 
 What platform are you trying to build on? 
 
 It looks like the SolarisLinker is not defined before you are
 calling buildClient.xml . If I look in buildInitialize.xml then it
 appears to be defined in there. 
 
 linkerid=SolarisLinkername=CClibtool=trueif=solaris 
 linkerargvalue=-gif=debug/ 
 linkerargvalue=-Qoption/ 
 linkerargvalue=ld/ 
 linkerargvalue=-zmuldefs/ 
 /linker 
 
 We need to make sure that you are picking up this file before you call
 buildClient.xml 
 
 What is the full command that you are using to build with please? 
 
 
 
 
 
 
 Simon Detheridge
 [EMAIL PROTECTED] 
 
 20/05/2005 16:29 
  Please respond to
  Apache AXIS C User List
 
 
 
 
To
 axis-c-user@ws.apache.org 
cc
 
   Subject
 axis-c ant build
 error
 
 
 
 
 
 
 
 
 I'm getting the following, when trying to build axis-c using ant:
 
 ...
 
 compileAxisClient:
 
 buildVersionResource:
 
 BUILD FAILED
 /root/axis-install/ws-axis/c/build.xml:234: The following error
 occurred
 while executing this line:
 /root/axis-install/ws-axis/c/build.xml:222: The following error
 occurred
 while executing this line:
 /root/axis-install/ws-axis/c/build.xml:93: The following error
 occurred
 while executing this line:
 /root/axis-install/ws-axis/c/build/buildClient.xml:23: SolarisLinker
 doesn't denote a ProcessorDef
 
 ---
 
 Any idea why, and how I can make it go away?
 
 Thanks,
 Simon
 
 
 




Re: axis-c ant build error

2005-05-23 Thread Adrian Dick
Hi,

This sounds worryingly like the ant script hasn't correctly determined your
platform.

Could try running ant in verbose mode, and attach the produced output, so
we determine which check is failing.
 $ cd ~/ws-axis/c
 $ ant -v

Thanks,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


Simon Detheridge [EMAIL PROTECTED] wrote on 23/05/2005 10:42:32:

 I'm building on Linux. Gentoo to be precise...

 The full command I'm using, is simply:
 $ cd ~/ws-axis/c
 $ ant


 On Mon, 2005-05-23 at 08:14 +0100, John Hawkins wrote:
 
  What platform are you trying to build on?
 
  It looks like the SolarisLinker is not defined before you are
  calling buildClient.xml . If I look in buildInitialize.xml then it
  appears to be defined in there.
 
  linkerid=SolarisLinkername=CClibtool=trueif=solaris
  linkerargvalue=-gif=debug/
  linkerargvalue=-Qoption/
  linkerargvalue=ld/
  linkerargvalue=-zmuldefs/
  /linker
 
  We need to make sure that you are picking up this file before you call
  buildClient.xml
 
  What is the full command that you are using to build with please?
 
 
 
 
 
 
  Simon Detheridge
  [EMAIL PROTECTED]
 
  20/05/2005 16:29
   Please respond to
   Apache AXIS C User List
 
 
 
 
 To
  axis-c-user@ws.apache.org
 cc
 
Subject
  axis-c ant build
  error
 
 
 
 
 
 
 
 
  I'm getting the following, when trying to build axis-c using ant:
 
  ...
 
  compileAxisClient:
 
  buildVersionResource:
 
  BUILD FAILED
  /root/axis-install/ws-axis/c/build.xml:234: The following error
  occurred
  while executing this line:
  /root/axis-install/ws-axis/c/build.xml:222: The following error
  occurred
  while executing this line:
  /root/axis-install/ws-axis/c/build.xml:93: The following error
  occurred
  while executing this line:
  /root/axis-install/ws-axis/c/build/buildClient.xml:23: SolarisLinker
  doesn't denote a ProcessorDef
 
  ---
 
  Any idea why, and how I can make it go away?
 
  Thanks,
  Simon
 
 
 





Re: axis-c ant build error

2005-05-23 Thread Simon Detheridge
Hmm... It does say: Detected OS: Linux but I know nothing of ant, so I
don't know if this is relevant.

I've posted the complete output here (21):
http://www.highlyillogical.org/dump/antbuild.out

It's rather long and I don't want to pollute the list.

Simon

On Mon, 2005-05-23 at 15:54 +0100, Adrian Dick wrote:
 Hi,
 
 This sounds worryingly like the ant script hasn't correctly determined your
 platform.
 
 Could try running ant in verbose mode, and attach the produced output, so
 we determine which check is failing.
  $ cd ~/ws-axis/c
  $ ant -v
 
 Thanks,
 Adrian
 ___
 Adrian Dick ([EMAIL PROTECTED])
 
 
 Simon Detheridge [EMAIL PROTECTED] wrote on 23/05/2005 10:42:32:
 
  I'm building on Linux. Gentoo to be precise...
 
  The full command I'm using, is simply:
  $ cd ~/ws-axis/c
  $ ant
 
 
  On Mon, 2005-05-23 at 08:14 +0100, John Hawkins wrote:
  
   What platform are you trying to build on?
  
   It looks like the SolarisLinker is not defined before you are
   calling buildClient.xml . If I look in buildInitialize.xml then it
   appears to be defined in there.
  
   linkerid=SolarisLinkername=CClibtool=trueif=solaris
   linkerargvalue=-gif=debug/
   linkerargvalue=-Qoption/
   linkerargvalue=ld/
   linkerargvalue=-zmuldefs/
   /linker
  
   We need to make sure that you are picking up this file before you call
   buildClient.xml
  
   What is the full command that you are using to build with please?
  
  
  
  
  
  
   Simon Detheridge
   [EMAIL PROTECTED]
  
   20/05/2005 16:29
Please respond to
Apache AXIS C User List
  
  
  
  
  To
   axis-c-user@ws.apache.org
  cc
  
 Subject
   axis-c ant build
   error
  
  
  
  
  
  
  
  
   I'm getting the following, when trying to build axis-c using ant:
  
   ...
  
   compileAxisClient:
  
   buildVersionResource:
  
   BUILD FAILED
   /root/axis-install/ws-axis/c/build.xml:234: The following error
   occurred
   while executing this line:
   /root/axis-install/ws-axis/c/build.xml:222: The following error
   occurred
   while executing this line:
   /root/axis-install/ws-axis/c/build.xml:93: The following error
   occurred
   while executing this line:
   /root/axis-install/ws-axis/c/build/buildClient.xml:23: SolarisLinker
   doesn't denote a ProcessorDef
  
   ---
  
   Any idea why, and how I can make it go away?
  
   Thanks,
   Simon
  
  
  
 
 




Can't build 1.5 source - .deps not there

2005-05-23 Thread Yampolsky, Robert
Title: Can't build 1.5 source - .deps not there






I'm trying to build axisc++ from the 1.5.0 source.


Configure ran okay, but make reports failed attempts to access stuff in .deps subdirectories. They're not there. Is the source tarball bad, or is there something I can do at .configure time to make it not try to access these .deps subdirs?

R o b Y a m p o l s k y

Harris Corporation

[EMAIL PROTECTED]

(212) 303 - 4250





Error when build Axis Client code with C++ Builder 6.0

2005-05-23 Thread huagang
is anyone there who can give me a clue Please 


I use OMF lib generated by C++ Builder's implib tool from AxisClient.dll


[Linker Error] Unresolved external 'axiscpp::Stub::~Stub()' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 'axiscpp::Stub::Stub(const char *, 
axiscpp::AXIS_PROTOCOL_TYPE)' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 
'axiscpp::SoapFaultException::~SoapFaultException()' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external '__stdcall 
axiscpp::Call::getTransportProperty(const char *, bool)' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 'axiscpp::Stub::applyUserPreferences()' 
referenced from F:\_PROJECT_DZSB\_20050421\WEBSERVICE 
CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 
'axiscpp::SoapFaultException::SoapFaultException(const 
axiscpp::SoapFaultException)' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 
'axiscpp::SoapFaultException::SoapFaultException(axiscpp::AxisException)' 
referenced from F:\_PROJECT_DZSB\_20050421\WEBSERVICE 
CLIENT\STOCKQUOTESERVICE.OBJ







AEROSPACEINFORMATIONCO., LTD.
 virus-free and secure email 


Re: Error when build Axis Client code with C++ Builder 6.0

2005-05-23 Thread huagang
I think it is possibly due to C++ Builder can't load the object that 
export from dlls 
generated by VC++. 

So I want generate pure C stub by wsdl2ws tool:

C:\axis-c-1-5-win32\WSDL2Wsjava -cp %AXISCLASSPATH_C% 
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws
java WSDL2Ws -options wsdlfile
-help, -h  print this message
-ofolder target output folder - default is current folder
-lc++|c  target language (c++|c) - default is c++
-sserver|client  target side (server|client) - default is server
-wwrapped|nonwrapped wrapping style of the WSDL (wrapped|nonwrapped) - 
default is wrapped
-verbose, -v   be verbose
-mnone|gnu   generate make files (none|gnu) - default is none

so I use the -lc option:

C:\axis-c-1-5-win32\WSDL2Wsjava -cp %AXISCLASSPATH_C% 
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws urn_xmlt
oday-delayed-quotes.xml -o./ClientOutC -lc -sclient
log4j:WARN No appenders could be found for logger 
(org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system properly.

Code generation completed.

but I got pure C++ stub code, and the code is same as the code generated by 
-lc++ option 


maybe i think I should generate the dll and lib from Axis's Source by C++ 
Builder





 
 
?  huagang
{/--\}  [EMAIL PROTECTED]
 ( (oo) )   2005-05-24
?
62125151-6226
  


=== 2005-05-24 09:29:53 ===

is anyone there who can give me a clue Please 


I use OMF lib generated by C++ Builder's implib tool from AxisClient.dll


[Linker Error] Unresolved external 'axiscpp::Stub::~Stub()' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 'axiscpp::Stub::Stub(const char *, 
axiscpp::AXIS_PROTOCOL_TYPE)' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 
'axiscpp::SoapFaultException::~SoapFaultException()' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external '__stdcall 
axiscpp::Call::getTransportProperty(const char *, bool)' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 'axiscpp::Stub::applyUserPreferences()' 
referenced from F:\_PROJECT_DZSB\_20050421\WEBSERVICE 
CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 
'axiscpp::SoapFaultException::SoapFaultException(const 
axiscpp::SoapFaultException)' referenced from 
F:\_PROJECT_DZSB\_20050421\WEBSERVICE CLIENT\STOCKQUOTESERVICE.OBJ
[Linker Error] Unresolved external 
'axiscpp::SoapFaultException::SoapFaultException(axiscpp::AxisException)' 
referenced from F:\_PROJECT_DZSB\_20050421\WEBSERVICE 
CLIENT\STOCKQUOTESERVICE.OBJ







AEROSPACEINFORMATIONCO., LTD.
 virus-free and secure email 



AEROSPACEINFORMATIONCO., LTD.
 virus-free and secure email 

= = = = = = = = = = = = = = = = = = = =





AEROSPACEINFORMATIONCO., LTD.
 virus-free and secure email