You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Leonardo Rodrigo (JIRA)" <ax...@ws.apache.org> on 2005/06/11 22:10:47 UTC

[jira] Created: (AXISCPP-687) AxisClient with C++ for Windows NT

AxisClient  with C++ for  Windows NT
------------------------------------

         Key: AXISCPP-687
         URL: http://issues.apache.org/jira/browse/AXISCPP-687
     Project: Axis-C++
        Type: Wish
  Components: Client - Stub  
    Versions: 1.5 Final    
 Environment: In Windows NT I need a client with  Visual C++ 6.0 
    Reporter: Leonardo Rodrigo


Hi,  I hope that you help me.
I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.

I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 

The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12313445 ] 

John Hawkins commented on AXISCPP-687:
--------------------------------------

Hi,

Have you built the libraries on NT? It shoulld be fairly simple? 
We have no plans to build on NT on a regular basis - but we can certainly help you build on NT using the ANT scripts.



> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314983 ] 

Dushshantha Chandradasa commented on AXISCPP-687:
-------------------------------------------------

Hi Leonardo,

xerces-c_2_2_0.dll  file is comming with xerces 2.2.0 XML parser which is a third party software that we need to use in order to work woth Axis C++.  You have to download Xerces XML Parser  and install it first. 

Please follow the Ant build guide http://ws.apache.org/axis/cpp/antbuild-guide.html. 



> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Leonardo Rodrigo (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12315068 ] 

Leonardo Rodrigo commented on AXISCPP-687:
------------------------------------------

I download the source xerces-c-src_2_6_0 and also the binary xerces-c2_2_0-win32  

The environment variable XERCES_HOME set to the folder xerces-c2_2_0-win32  

The command ANT generate the library AxisXMLParserXerces.dll but I need to generate the library 
xerces-c_2_2_0.dll  

This is because the client that I made in AXIS C++ takes a long time 15 seconds in Windows NT, but in Windows XP is quick 

The only DLL that not this generated in Windows NT it is xerces-c_2_2_0.dll

it will be this the reason of the because it is slow in Windows NT.
Thanks

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Leonardo Rodrigo (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12313471 ] 

Leonardo Rodrigo commented on AXISCPP-687:
------------------------------------------

Thank you. That I should make?

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314867 ] 

Adrian Dick commented on AXISCPP-687:
-------------------------------------

It may be we need to clarify the build instructions, but in what structure are you building?

The scripts (due to the way our nightly build functions) expect to work in the following structure:

<somepath>/
  src/
    ws-axis/ 
      c/
        ...
  obj/
    ...
  zips/
    ...

Within the src/ tree (exact name is not important) you should have the full CVS extract for Axis C, ie: don't flatten the ws-axis/c directory structure.
All built artefacts are then built into the obj/ tree - meaning the source tree is not "contaminated" by the build process.
While the package step places the zipped up distributable into the zips/ tree.

However, if you're not entirely happy with this mode of working you can, as Krishna has mentioned on the mailing list, edit the lines dir.obj and dir.zips within the relevant ws-axis/c/build/build.[platform].properties file.    !!!! Committers be aware that committing back such changes could cause the nightly build system to fail !!!!

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Leonardo Rodrigo (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314971 ] 

Leonardo Rodrigo commented on AXISCPP-687:
------------------------------------------

BUILD SUCCESSFUL in 12 minutes
Only I comment the lines of the API documentation.
 
Now I need to generate xerces-c_2_2_0.dll Like I make it? because the command ANT generate axisXMLParserXerces.dll but not xerces-c_2_2_0.dll

Best Regard
Leonardo

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-687?page=all ]
     
Samisa Abeysinghe closed AXISCPP-687:
-------------------------------------

    Fix Version: 1.6 Alpha
     Resolution: Fixed

Looks like the user has found the solution. Many thatks to all those commented here and helped

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo
>      Fix For: 1.6 Alpha

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12313476 ] 

John Hawkins commented on AXISCPP-687:
--------------------------------------

The ANT build guide is here -> http://ws.apache.org/axis/cpp/antbuild-guide.html that should get you started and just go back to the mailing list is you find problems.

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12313806 ] 

Samisa Abeysinghe commented on AXISCPP-687:
-------------------------------------------

Have you been able to build on NT with success?

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by krishna <kr...@lac.uic.edu>.
Hi

Please find the properties file in the /build directory. this should be 
build.Win32.properties

find this line
dir.obj = ${basedir}/../../../obj

and change it to something like

dir.obj = ${basedir}/output/obj

basically $basedir is a variable which points to the directory where you 
are building Axis.(The directory where you have the source - the parent 
directory of the /build directory)

do remember to make a directory called output under $basedir.

Further down the build.Win32.properties

you will find dir.zips

change that to the path where you wud like the zipped version of your 
build system to be.

Something like $basedir/output/zips

This should solve the problem


Cheers
Krishna

Leonardo Rodrigo (JIRA) wrote:

>    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314821 ] 
>
>Leonardo Rodrigo commented on AXISCPP-687:
>------------------------------------------
>
>I download the Apache ANT, Ant-Contrib, cpptask, source of Axis, and when I put the command 
>    ant
>
>I see 
>
>Build.xml
>pre-init:
>set-platform-pecific:
>checkIfDebug
>initialize:
>build:
>compile:
>compileClient:
>compileAxisClient:
>BUIDL FAILED
>c:\ant\axis-c\build.xml:231 The following error ocurren while execute this line
>c:\ant\axis-c\build.xml:219 The following error ocurren while execute this line
>c:\ant\axis-c\build.xml:99 The following error ocurren while execute this line
>c:\ant\axis-c\build\buildClient.xml:8 The following error ocurren while execute this line
>Cannot resolve path c:\ant\axis-c\..\..\..\obj\object
>Total time:2 sec
>
>The error is because I don't have the path and in my disk drive I don't find obj\object
>Which is the problem?
>Thanks
>
>
>
>  
>
>>AxisClient  with C++ for  Windows NT
>>------------------------------------
>>
>>         Key: AXISCPP-687
>>         URL: http://issues.apache.org/jira/browse/AXISCPP-687
>>     Project: Axis-C++
>>        Type: Wish
>>  Components: Client - Stub
>>    Versions: 1.5 Final
>> Environment: In Windows NT I need a client with  Visual C++ 6.0 
>>    Reporter: Leonardo Rodrigo
>>    
>>
>
>  
>
>>Hi,  I hope that you help me.
>>I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
>>I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
>>The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
>>I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
>>Any aid  will be very well received
>>    
>>
>
>  
>


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Leonardo Rodrigo (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314821 ] 

Leonardo Rodrigo commented on AXISCPP-687:
------------------------------------------

I download the Apache ANT, Ant-Contrib, cpptask, source of Axis, and when I put the command 
    ant

I see 

Build.xml
pre-init:
set-platform-pecific:
checkIfDebug
initialize:
build:
compile:
compileClient:
compileAxisClient:
BUIDL FAILED
c:\ant\axis-c\build.xml:231 The following error ocurren while execute this line
c:\ant\axis-c\build.xml:219 The following error ocurren while execute this line
c:\ant\axis-c\build.xml:99 The following error ocurren while execute this line
c:\ant\axis-c\build\buildClient.xml:8 The following error ocurren while execute this line
Cannot resolve path c:\ant\axis-c\..\..\..\obj\object
Total time:2 sec

The error is because I don't have the path and in my disk drive I don't find obj\object
Which is the problem?
Thanks



> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

Posted by "Leonardo Rodrigo (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314940 ] 

Leonardo Rodrigo commented on AXISCPP-687:
------------------------------------------

ok, I find in build.win32.properties the error and change the line 

dir.obj = ${basedir}/../../obj 
later execute the ant command 

but now I see this messages 
C:\ant\axis-c\build\buildApache13Module.xml:9: C:\Archivos de programa\Apache Group\Apache;\include not found. 

QUESTION 
Where I download the module apache files? Where is the include that I need for module apache? 
Gracias 

> AxisClient  with C++ for  Windows NT
> ------------------------------------
>
>          Key: AXISCPP-687
>          URL: http://issues.apache.org/jira/browse/AXISCPP-687
>      Project: Axis-C++
>         Type: Wish
>   Components: Client - Stub
>     Versions: 1.5 Final
>  Environment: In Windows NT I need a client with  Visual C++ 6.0 
>     Reporter: Leonardo Rodrigo

>
> Hi,  I hope that you help me.
> I need to do a client  that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.
> I use  Axis 1.5 Final and I generate the client  with Visual C++ on Windows XP and the result was very good. The client works quickly.  Later  I put the client  on Windows NT and the execute first is quickly but  the second late 15 seconds in order to give me to the result. 
> The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but  I need to run the client on Windows NT. 
> I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)
> Any aid  will be very well received

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira