You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by "Andrew J. Leer" <le...@hotmail.com> on 2010/04/08 17:55:12 UTC

Compiling examples using VC2005 and ANT?

Hello,

      I'm trying to compile the samples mentioned in this URL:
http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html

I downloaded the sources for Axis C/C++ here:
http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip

And I am presently reading the installation guide for installing Axis
using Apache 2.0
(axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)

The installation guide reads as follows:

Also in order to run the provided samples do the following.
Open server.wsdd for editing. For each service element, locate the
element "parameter
name", which has the value "classname".

It was at this point after looking at the server.wsdd (renamed from
server.wsdd_win) file, that I realized that I didn't have the required
.dll files to run the samples with, and that I probably needed to
compile the examples.

For instance I was missing the following dlls mentioned in the server.wsdd file:
- AdminService.dll
- Calculator.dll
- doclitbase.dll
- doclitgroupB.dll
- base.dll
- cbase.dll
- cGroupB.dll
- GroupB.dll
- RPCFault.dll
- DocLitFault.dll

Now I need to compile those sample files into dlls so I can test out
my configuration on my Apache 2 server, and I have found this rather
difficult considering that the documentation for compling the examples
using ANT doesn't match the documentation in antbuild-guide.pdf.

For instance they request that I use a build file called package.xml
and the distribution that I downloaded came with an ant build file
called build.xml

I'm at a loss of how to compile the examples, anyone have any hints on
how to go about doing this?

Thank you,
    Andrew J. Leer

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Ah nevermind I got it...Thanks for pointing me to the right mailing list.

On Tue, Apr 13, 2010 at 6:03 PM, Andrew J. Leer <le...@hotmail.com> wrote:
> Rajika,
>
>  I've tried to subscribe to that list and it appears to be down.
> Maybe I'm the only one that cares.. :-/
>
> Thank you,
>   Andrew J. Leer
>
> I'm quite sure that
>
> On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
>> Andrew,
>> This list is for axis2/java related discusstions. You'll need to ask your
>> questions on the axis2/c/c++ list here.
>> c-dev@axis.apache.org
>>
>> Rajika
>>
>> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>>
>>> Hello,
>>>
>>>      I'm trying to compile the samples mentioned in this URL:
>>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>>
>>> I downloaded the sources for Axis C/C++ here:
>>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>>
>>> And I am presently reading the installation guide for installing Axis
>>> using Apache 2.0
>>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>>
>>> The installation guide reads as follows:
>>>
>>> Also in order to run the provided samples do the following.
>>> Open server.wsdd for editing. For each service element, locate the
>>> element "parameter
>>> name", which has the value "classname".
>>>
>>> It was at this point after looking at the server.wsdd (renamed from
>>> server.wsdd_win) file, that I realized that I didn't have the required
>>> .dll files to run the samples with, and that I probably needed to
>>> compile the examples.
>>>
>>> For instance I was missing the following dlls mentioned in the server.wsdd
>>> file:
>>> - AdminService.dll
>>> - Calculator.dll
>>> - doclitbase.dll
>>> - doclitgroupB.dll
>>> - base.dll
>>> - cbase.dll
>>> - cGroupB.dll
>>> - GroupB.dll
>>> - RPCFault.dll
>>> - DocLitFault.dll
>>>
>>> Now I need to compile those sample files into dlls so I can test out
>>> my configuration on my Apache 2 server, and I have found this rather
>>> difficult considering that the documentation for compling the examples
>>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>>
>>> For instance they request that I use a build file called package.xml
>>> and the distribution that I downloaded came with an ant build file
>>> called build.xml
>>>
>>> I'm at a loss of how to compile the examples, anyone have any hints on
>>> how to go about doing this?
>>>
>>> Thank you,
>>>    Andrew J. Leer
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>>
>>
>>
>>
>> --
>> http://rajikak.blogspot.com/
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Ah nevermind I got it...Thanks for pointing me to the right mailing list.

On Tue, Apr 13, 2010 at 6:03 PM, Andrew J. Leer <le...@hotmail.com> wrote:
> Rajika,
>
>  I've tried to subscribe to that list and it appears to be down.
> Maybe I'm the only one that cares.. :-/
>
> Thank you,
>   Andrew J. Leer
>
> I'm quite sure that
>
> On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
>> Andrew,
>> This list is for axis2/java related discusstions. You'll need to ask your
>> questions on the axis2/c/c++ list here.
>> c-dev@axis.apache.org
>>
>> Rajika
>>
>> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>>
>>> Hello,
>>>
>>>      I'm trying to compile the samples mentioned in this URL:
>>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>>
>>> I downloaded the sources for Axis C/C++ here:
>>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>>
>>> And I am presently reading the installation guide for installing Axis
>>> using Apache 2.0
>>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>>
>>> The installation guide reads as follows:
>>>
>>> Also in order to run the provided samples do the following.
>>> Open server.wsdd for editing. For each service element, locate the
>>> element "parameter
>>> name", which has the value "classname".
>>>
>>> It was at this point after looking at the server.wsdd (renamed from
>>> server.wsdd_win) file, that I realized that I didn't have the required
>>> .dll files to run the samples with, and that I probably needed to
>>> compile the examples.
>>>
>>> For instance I was missing the following dlls mentioned in the server.wsdd
>>> file:
>>> - AdminService.dll
>>> - Calculator.dll
>>> - doclitbase.dll
>>> - doclitgroupB.dll
>>> - base.dll
>>> - cbase.dll
>>> - cGroupB.dll
>>> - GroupB.dll
>>> - RPCFault.dll
>>> - DocLitFault.dll
>>>
>>> Now I need to compile those sample files into dlls so I can test out
>>> my configuration on my Apache 2 server, and I have found this rather
>>> difficult considering that the documentation for compling the examples
>>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>>
>>> For instance they request that I use a build file called package.xml
>>> and the distribution that I downloaded came with an ant build file
>>> called build.xml
>>>
>>> I'm at a loss of how to compile the examples, anyone have any hints on
>>> how to go about doing this?
>>>
>>> Thank you,
>>>    Andrew J. Leer
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>>
>>
>>
>>
>> --
>> http://rajikak.blogspot.com/
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Ah nevermind I got it...Thanks for pointing me to the right mailing list.

On Tue, Apr 13, 2010 at 6:03 PM, Andrew J. Leer <le...@hotmail.com> wrote:
> Rajika,
>
>  I've tried to subscribe to that list and it appears to be down.
> Maybe I'm the only one that cares.. :-/
>
> Thank you,
>   Andrew J. Leer
>
> I'm quite sure that
>
> On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
>> Andrew,
>> This list is for axis2/java related discusstions. You'll need to ask your
>> questions on the axis2/c/c++ list here.
>> c-dev@axis.apache.org
>>
>> Rajika
>>
>> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>>
>>> Hello,
>>>
>>>      I'm trying to compile the samples mentioned in this URL:
>>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>>
>>> I downloaded the sources for Axis C/C++ here:
>>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>>
>>> And I am presently reading the installation guide for installing Axis
>>> using Apache 2.0
>>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>>
>>> The installation guide reads as follows:
>>>
>>> Also in order to run the provided samples do the following.
>>> Open server.wsdd for editing. For each service element, locate the
>>> element "parameter
>>> name", which has the value "classname".
>>>
>>> It was at this point after looking at the server.wsdd (renamed from
>>> server.wsdd_win) file, that I realized that I didn't have the required
>>> .dll files to run the samples with, and that I probably needed to
>>> compile the examples.
>>>
>>> For instance I was missing the following dlls mentioned in the server.wsdd
>>> file:
>>> - AdminService.dll
>>> - Calculator.dll
>>> - doclitbase.dll
>>> - doclitgroupB.dll
>>> - base.dll
>>> - cbase.dll
>>> - cGroupB.dll
>>> - GroupB.dll
>>> - RPCFault.dll
>>> - DocLitFault.dll
>>>
>>> Now I need to compile those sample files into dlls so I can test out
>>> my configuration on my Apache 2 server, and I have found this rather
>>> difficult considering that the documentation for compling the examples
>>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>>
>>> For instance they request that I use a build file called package.xml
>>> and the distribution that I downloaded came with an ant build file
>>> called build.xml
>>>
>>> I'm at a loss of how to compile the examples, anyone have any hints on
>>> how to go about doing this?
>>>
>>> Thank you,
>>>    Andrew J. Leer
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>>
>>
>>
>>
>> --
>> http://rajikak.blogspot.com/
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Ah nevermind I got it...Thanks for pointing me to the right mailing list.

On Tue, Apr 13, 2010 at 6:03 PM, Andrew J. Leer <le...@hotmail.com> wrote:
> Rajika,
>
>  I've tried to subscribe to that list and it appears to be down.
> Maybe I'm the only one that cares.. :-/
>
> Thank you,
>   Andrew J. Leer
>
> I'm quite sure that
>
> On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
>> Andrew,
>> This list is for axis2/java related discusstions. You'll need to ask your
>> questions on the axis2/c/c++ list here.
>> c-dev@axis.apache.org
>>
>> Rajika
>>
>> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>>
>>> Hello,
>>>
>>>      I'm trying to compile the samples mentioned in this URL:
>>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>>
>>> I downloaded the sources for Axis C/C++ here:
>>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>>
>>> And I am presently reading the installation guide for installing Axis
>>> using Apache 2.0
>>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>>
>>> The installation guide reads as follows:
>>>
>>> Also in order to run the provided samples do the following.
>>> Open server.wsdd for editing. For each service element, locate the
>>> element "parameter
>>> name", which has the value "classname".
>>>
>>> It was at this point after looking at the server.wsdd (renamed from
>>> server.wsdd_win) file, that I realized that I didn't have the required
>>> .dll files to run the samples with, and that I probably needed to
>>> compile the examples.
>>>
>>> For instance I was missing the following dlls mentioned in the server.wsdd
>>> file:
>>> - AdminService.dll
>>> - Calculator.dll
>>> - doclitbase.dll
>>> - doclitgroupB.dll
>>> - base.dll
>>> - cbase.dll
>>> - cGroupB.dll
>>> - GroupB.dll
>>> - RPCFault.dll
>>> - DocLitFault.dll
>>>
>>> Now I need to compile those sample files into dlls so I can test out
>>> my configuration on my Apache 2 server, and I have found this rather
>>> difficult considering that the documentation for compling the examples
>>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>>
>>> For instance they request that I use a build file called package.xml
>>> and the distribution that I downloaded came with an ant build file
>>> called build.xml
>>>
>>> I'm at a loss of how to compile the examples, anyone have any hints on
>>> how to go about doing this?
>>>
>>> Thank you,
>>>    Andrew J. Leer
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>>
>>
>>
>>
>> --
>> http://rajikak.blogspot.com/
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Ah nevermind I got it...Thanks for pointing me to the right mailing list.

On Tue, Apr 13, 2010 at 6:03 PM, Andrew J. Leer <le...@hotmail.com> wrote:
> Rajika,
>
>  I've tried to subscribe to that list and it appears to be down.
> Maybe I'm the only one that cares.. :-/
>
> Thank you,
>   Andrew J. Leer
>
> I'm quite sure that
>
> On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
>> Andrew,
>> This list is for axis2/java related discusstions. You'll need to ask your
>> questions on the axis2/c/c++ list here.
>> c-dev@axis.apache.org
>>
>> Rajika
>>
>> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>>
>>> Hello,
>>>
>>>      I'm trying to compile the samples mentioned in this URL:
>>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>>
>>> I downloaded the sources for Axis C/C++ here:
>>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>>
>>> And I am presently reading the installation guide for installing Axis
>>> using Apache 2.0
>>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>>
>>> The installation guide reads as follows:
>>>
>>> Also in order to run the provided samples do the following.
>>> Open server.wsdd for editing. For each service element, locate the
>>> element "parameter
>>> name", which has the value "classname".
>>>
>>> It was at this point after looking at the server.wsdd (renamed from
>>> server.wsdd_win) file, that I realized that I didn't have the required
>>> .dll files to run the samples with, and that I probably needed to
>>> compile the examples.
>>>
>>> For instance I was missing the following dlls mentioned in the server.wsdd
>>> file:
>>> - AdminService.dll
>>> - Calculator.dll
>>> - doclitbase.dll
>>> - doclitgroupB.dll
>>> - base.dll
>>> - cbase.dll
>>> - cGroupB.dll
>>> - GroupB.dll
>>> - RPCFault.dll
>>> - DocLitFault.dll
>>>
>>> Now I need to compile those sample files into dlls so I can test out
>>> my configuration on my Apache 2 server, and I have found this rather
>>> difficult considering that the documentation for compling the examples
>>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>>
>>> For instance they request that I use a build file called package.xml
>>> and the distribution that I downloaded came with an ant build file
>>> called build.xml
>>>
>>> I'm at a loss of how to compile the examples, anyone have any hints on
>>> how to go about doing this?
>>>
>>> Thank you,
>>>    Andrew J. Leer
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>>
>>
>>
>>
>> --
>> http://rajikak.blogspot.com/
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Rajika,

  I've tried to subscribe to that list and it appears to be down.
Maybe I'm the only one that cares.. :-/

Thank you,
   Andrew J. Leer

I'm quite sure that

On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
> Andrew,
> This list is for axis2/java related discusstions. You'll need to ask your
> questions on the axis2/c/c++ list here.
> c-dev@axis.apache.org
>
> Rajika
>
> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>
>> Hello,
>>
>>      I'm trying to compile the samples mentioned in this URL:
>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>
>> I downloaded the sources for Axis C/C++ here:
>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>
>> And I am presently reading the installation guide for installing Axis
>> using Apache 2.0
>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>
>> The installation guide reads as follows:
>>
>> Also in order to run the provided samples do the following.
>> Open server.wsdd for editing. For each service element, locate the
>> element "parameter
>> name", which has the value "classname".
>>
>> It was at this point after looking at the server.wsdd (renamed from
>> server.wsdd_win) file, that I realized that I didn't have the required
>> .dll files to run the samples with, and that I probably needed to
>> compile the examples.
>>
>> For instance I was missing the following dlls mentioned in the server.wsdd
>> file:
>> - AdminService.dll
>> - Calculator.dll
>> - doclitbase.dll
>> - doclitgroupB.dll
>> - base.dll
>> - cbase.dll
>> - cGroupB.dll
>> - GroupB.dll
>> - RPCFault.dll
>> - DocLitFault.dll
>>
>> Now I need to compile those sample files into dlls so I can test out
>> my configuration on my Apache 2 server, and I have found this rather
>> difficult considering that the documentation for compling the examples
>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>
>> For instance they request that I use a build file called package.xml
>> and the distribution that I downloaded came with an ant build file
>> called build.xml
>>
>> I'm at a loss of how to compile the examples, anyone have any hints on
>> how to go about doing this?
>>
>> Thank you,
>>    Andrew J. Leer
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>
>
>
>
> --
> http://rajikak.blogspot.com/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Rajika,

  I've tried to subscribe to that list and it appears to be down.
Maybe I'm the only one that cares.. :-/

Thank you,
   Andrew J. Leer

I'm quite sure that

On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
> Andrew,
> This list is for axis2/java related discusstions. You'll need to ask your
> questions on the axis2/c/c++ list here.
> c-dev@axis.apache.org
>
> Rajika
>
> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>
>> Hello,
>>
>>      I'm trying to compile the samples mentioned in this URL:
>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>
>> I downloaded the sources for Axis C/C++ here:
>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>
>> And I am presently reading the installation guide for installing Axis
>> using Apache 2.0
>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>
>> The installation guide reads as follows:
>>
>> Also in order to run the provided samples do the following.
>> Open server.wsdd for editing. For each service element, locate the
>> element "parameter
>> name", which has the value "classname".
>>
>> It was at this point after looking at the server.wsdd (renamed from
>> server.wsdd_win) file, that I realized that I didn't have the required
>> .dll files to run the samples with, and that I probably needed to
>> compile the examples.
>>
>> For instance I was missing the following dlls mentioned in the server.wsdd
>> file:
>> - AdminService.dll
>> - Calculator.dll
>> - doclitbase.dll
>> - doclitgroupB.dll
>> - base.dll
>> - cbase.dll
>> - cGroupB.dll
>> - GroupB.dll
>> - RPCFault.dll
>> - DocLitFault.dll
>>
>> Now I need to compile those sample files into dlls so I can test out
>> my configuration on my Apache 2 server, and I have found this rather
>> difficult considering that the documentation for compling the examples
>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>
>> For instance they request that I use a build file called package.xml
>> and the distribution that I downloaded came with an ant build file
>> called build.xml
>>
>> I'm at a loss of how to compile the examples, anyone have any hints on
>> how to go about doing this?
>>
>> Thank you,
>>    Andrew J. Leer
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>
>
>
>
> --
> http://rajikak.blogspot.com/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Rajika,

  I've tried to subscribe to that list and it appears to be down.
Maybe I'm the only one that cares.. :-/

Thank you,
   Andrew J. Leer

I'm quite sure that

On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
> Andrew,
> This list is for axis2/java related discusstions. You'll need to ask your
> questions on the axis2/c/c++ list here.
> c-dev@axis.apache.org
>
> Rajika
>
> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>
>> Hello,
>>
>>      I'm trying to compile the samples mentioned in this URL:
>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>
>> I downloaded the sources for Axis C/C++ here:
>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>
>> And I am presently reading the installation guide for installing Axis
>> using Apache 2.0
>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>
>> The installation guide reads as follows:
>>
>> Also in order to run the provided samples do the following.
>> Open server.wsdd for editing. For each service element, locate the
>> element "parameter
>> name", which has the value "classname".
>>
>> It was at this point after looking at the server.wsdd (renamed from
>> server.wsdd_win) file, that I realized that I didn't have the required
>> .dll files to run the samples with, and that I probably needed to
>> compile the examples.
>>
>> For instance I was missing the following dlls mentioned in the server.wsdd
>> file:
>> - AdminService.dll
>> - Calculator.dll
>> - doclitbase.dll
>> - doclitgroupB.dll
>> - base.dll
>> - cbase.dll
>> - cGroupB.dll
>> - GroupB.dll
>> - RPCFault.dll
>> - DocLitFault.dll
>>
>> Now I need to compile those sample files into dlls so I can test out
>> my configuration on my Apache 2 server, and I have found this rather
>> difficult considering that the documentation for compling the examples
>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>
>> For instance they request that I use a build file called package.xml
>> and the distribution that I downloaded came with an ant build file
>> called build.xml
>>
>> I'm at a loss of how to compile the examples, anyone have any hints on
>> how to go about doing this?
>>
>> Thank you,
>>    Andrew J. Leer
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>
>
>
>
> --
> http://rajikak.blogspot.com/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Rajika,

  I've tried to subscribe to that list and it appears to be down.
Maybe I'm the only one that cares.. :-/

Thank you,
   Andrew J. Leer

I'm quite sure that

On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
> Andrew,
> This list is for axis2/java related discusstions. You'll need to ask your
> questions on the axis2/c/c++ list here.
> c-dev@axis.apache.org
>
> Rajika
>
> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>
>> Hello,
>>
>>      I'm trying to compile the samples mentioned in this URL:
>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>
>> I downloaded the sources for Axis C/C++ here:
>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>
>> And I am presently reading the installation guide for installing Axis
>> using Apache 2.0
>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>
>> The installation guide reads as follows:
>>
>> Also in order to run the provided samples do the following.
>> Open server.wsdd for editing. For each service element, locate the
>> element "parameter
>> name", which has the value "classname".
>>
>> It was at this point after looking at the server.wsdd (renamed from
>> server.wsdd_win) file, that I realized that I didn't have the required
>> .dll files to run the samples with, and that I probably needed to
>> compile the examples.
>>
>> For instance I was missing the following dlls mentioned in the server.wsdd
>> file:
>> - AdminService.dll
>> - Calculator.dll
>> - doclitbase.dll
>> - doclitgroupB.dll
>> - base.dll
>> - cbase.dll
>> - cGroupB.dll
>> - GroupB.dll
>> - RPCFault.dll
>> - DocLitFault.dll
>>
>> Now I need to compile those sample files into dlls so I can test out
>> my configuration on my Apache 2 server, and I have found this rather
>> difficult considering that the documentation for compling the examples
>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>
>> For instance they request that I use a build file called package.xml
>> and the distribution that I downloaded came with an ant build file
>> called build.xml
>>
>> I'm at a loss of how to compile the examples, anyone have any hints on
>> how to go about doing this?
>>
>> Thank you,
>>    Andrew J. Leer
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>
>
>
>
> --
> http://rajikak.blogspot.com/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by "Andrew J. Leer" <le...@hotmail.com>.
Rajika,

  I've tried to subscribe to that list and it appears to be down.
Maybe I'm the only one that cares.. :-/

Thank you,
   Andrew J. Leer

I'm quite sure that

On Fri, Apr 9, 2010 at 10:10 PM, Rajika Kumarasiri <ra...@wso2.com> wrote:
> Andrew,
> This list is for axis2/java related discusstions. You'll need to ask your
> questions on the axis2/c/c++ list here.
> c-dev@axis.apache.org
>
> Rajika
>
> On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:
>>
>> Hello,
>>
>>      I'm trying to compile the samples mentioned in this URL:
>> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>>
>> I downloaded the sources for Axis C/C++ here:
>> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>>
>> And I am presently reading the installation guide for installing Axis
>> using Apache 2.0
>> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>>
>> The installation guide reads as follows:
>>
>> Also in order to run the provided samples do the following.
>> Open server.wsdd for editing. For each service element, locate the
>> element "parameter
>> name", which has the value "classname".
>>
>> It was at this point after looking at the server.wsdd (renamed from
>> server.wsdd_win) file, that I realized that I didn't have the required
>> .dll files to run the samples with, and that I probably needed to
>> compile the examples.
>>
>> For instance I was missing the following dlls mentioned in the server.wsdd
>> file:
>> - AdminService.dll
>> - Calculator.dll
>> - doclitbase.dll
>> - doclitgroupB.dll
>> - base.dll
>> - cbase.dll
>> - cGroupB.dll
>> - GroupB.dll
>> - RPCFault.dll
>> - DocLitFault.dll
>>
>> Now I need to compile those sample files into dlls so I can test out
>> my configuration on my Apache 2 server, and I have found this rather
>> difficult considering that the documentation for compling the examples
>> using ANT doesn't match the documentation in antbuild-guide.pdf.
>>
>> For instance they request that I use a build file called package.xml
>> and the distribution that I downloaded came with an ant build file
>> called build.xml
>>
>> I'm at a loss of how to compile the examples, anyone have any hints on
>> how to go about doing this?
>>
>> Thank you,
>>    Andrew J. Leer
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-dev-help@axis.apache.org
>>
>
>
>
> --
> http://rajikak.blogspot.com/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: Compiling examples using VC2005 and ANT?

Posted by Rajika Kumarasiri <ra...@wso2.com>.
Andrew,
This list is for axis2/java related discusstions. You'll need to ask your
questions on the axis2/c/c++ list here.
c-dev@axis.apache.org

Rajika

On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:

> Hello,
>
>      I'm trying to compile the samples mentioned in this URL:
> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>
> I downloaded the sources for Axis C/C++ here:
> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>
> And I am presently reading the installation guide for installing Axis
> using Apache 2.0
> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>
> The installation guide reads as follows:
>
> Also in order to run the provided samples do the following.
> Open server.wsdd for editing. For each service element, locate the
> element "parameter
> name", which has the value "classname".
>
> It was at this point after looking at the server.wsdd (renamed from
> server.wsdd_win) file, that I realized that I didn't have the required
> .dll files to run the samples with, and that I probably needed to
> compile the examples.
>
> For instance I was missing the following dlls mentioned in the server.wsdd
> file:
> - AdminService.dll
> - Calculator.dll
> - doclitbase.dll
> - doclitgroupB.dll
> - base.dll
> - cbase.dll
> - cGroupB.dll
> - GroupB.dll
> - RPCFault.dll
> - DocLitFault.dll
>
> Now I need to compile those sample files into dlls so I can test out
> my configuration on my Apache 2 server, and I have found this rather
> difficult considering that the documentation for compling the examples
> using ANT doesn't match the documentation in antbuild-guide.pdf.
>
> For instance they request that I use a build file called package.xml
> and the distribution that I downloaded came with an ant build file
> called build.xml
>
> I'm at a loss of how to compile the examples, anyone have any hints on
> how to go about doing this?
>
> Thank you,
>    Andrew J. Leer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
http://rajikak.blogspot.com/

Re: Compiling examples using VC2005 and ANT?

Posted by Rajika Kumarasiri <ra...@wso2.com>.
Andrew,
This list is for axis2/java related discusstions. You'll need to ask your
questions on the axis2/c/c++ list here.
c-dev@axis.apache.org

Rajika

On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:

> Hello,
>
>      I'm trying to compile the samples mentioned in this URL:
> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>
> I downloaded the sources for Axis C/C++ here:
> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>
> And I am presently reading the installation guide for installing Axis
> using Apache 2.0
> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>
> The installation guide reads as follows:
>
> Also in order to run the provided samples do the following.
> Open server.wsdd for editing. For each service element, locate the
> element "parameter
> name", which has the value "classname".
>
> It was at this point after looking at the server.wsdd (renamed from
> server.wsdd_win) file, that I realized that I didn't have the required
> .dll files to run the samples with, and that I probably needed to
> compile the examples.
>
> For instance I was missing the following dlls mentioned in the server.wsdd
> file:
> - AdminService.dll
> - Calculator.dll
> - doclitbase.dll
> - doclitgroupB.dll
> - base.dll
> - cbase.dll
> - cGroupB.dll
> - GroupB.dll
> - RPCFault.dll
> - DocLitFault.dll
>
> Now I need to compile those sample files into dlls so I can test out
> my configuration on my Apache 2 server, and I have found this rather
> difficult considering that the documentation for compling the examples
> using ANT doesn't match the documentation in antbuild-guide.pdf.
>
> For instance they request that I use a build file called package.xml
> and the distribution that I downloaded came with an ant build file
> called build.xml
>
> I'm at a loss of how to compile the examples, anyone have any hints on
> how to go about doing this?
>
> Thank you,
>    Andrew J. Leer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
http://rajikak.blogspot.com/

Re: Compiling examples using VC2005 and ANT?

Posted by Rajika Kumarasiri <ra...@wso2.com>.
Andrew,
This list is for axis2/java related discusstions. You'll need to ask your
questions on the axis2/c/c++ list here.
c-dev@axis.apache.org

Rajika

On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:

> Hello,
>
>      I'm trying to compile the samples mentioned in this URL:
> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>
> I downloaded the sources for Axis C/C++ here:
> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>
> And I am presently reading the installation guide for installing Axis
> using Apache 2.0
> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>
> The installation guide reads as follows:
>
> Also in order to run the provided samples do the following.
> Open server.wsdd for editing. For each service element, locate the
> element "parameter
> name", which has the value "classname".
>
> It was at this point after looking at the server.wsdd (renamed from
> server.wsdd_win) file, that I realized that I didn't have the required
> .dll files to run the samples with, and that I probably needed to
> compile the examples.
>
> For instance I was missing the following dlls mentioned in the server.wsdd
> file:
> - AdminService.dll
> - Calculator.dll
> - doclitbase.dll
> - doclitgroupB.dll
> - base.dll
> - cbase.dll
> - cGroupB.dll
> - GroupB.dll
> - RPCFault.dll
> - DocLitFault.dll
>
> Now I need to compile those sample files into dlls so I can test out
> my configuration on my Apache 2 server, and I have found this rather
> difficult considering that the documentation for compling the examples
> using ANT doesn't match the documentation in antbuild-guide.pdf.
>
> For instance they request that I use a build file called package.xml
> and the distribution that I downloaded came with an ant build file
> called build.xml
>
> I'm at a loss of how to compile the examples, anyone have any hints on
> how to go about doing this?
>
> Thank you,
>    Andrew J. Leer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
http://rajikak.blogspot.com/

Re: Compiling examples using VC2005 and ANT?

Posted by Rajika Kumarasiri <ra...@wso2.com>.
Andrew,
This list is for axis2/java related discusstions. You'll need to ask your
questions on the axis2/c/c++ list here.
c-dev@axis.apache.org

Rajika

On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:

> Hello,
>
>      I'm trying to compile the samples mentioned in this URL:
> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>
> I downloaded the sources for Axis C/C++ here:
> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>
> And I am presently reading the installation guide for installing Axis
> using Apache 2.0
> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>
> The installation guide reads as follows:
>
> Also in order to run the provided samples do the following.
> Open server.wsdd for editing. For each service element, locate the
> element "parameter
> name", which has the value "classname".
>
> It was at this point after looking at the server.wsdd (renamed from
> server.wsdd_win) file, that I realized that I didn't have the required
> .dll files to run the samples with, and that I probably needed to
> compile the examples.
>
> For instance I was missing the following dlls mentioned in the server.wsdd
> file:
> - AdminService.dll
> - Calculator.dll
> - doclitbase.dll
> - doclitgroupB.dll
> - base.dll
> - cbase.dll
> - cGroupB.dll
> - GroupB.dll
> - RPCFault.dll
> - DocLitFault.dll
>
> Now I need to compile those sample files into dlls so I can test out
> my configuration on my Apache 2 server, and I have found this rather
> difficult considering that the documentation for compling the examples
> using ANT doesn't match the documentation in antbuild-guide.pdf.
>
> For instance they request that I use a build file called package.xml
> and the distribution that I downloaded came with an ant build file
> called build.xml
>
> I'm at a loss of how to compile the examples, anyone have any hints on
> how to go about doing this?
>
> Thank you,
>    Andrew J. Leer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
http://rajikak.blogspot.com/

Re: Compiling examples using VC2005 and ANT?

Posted by Rajika Kumarasiri <ra...@wso2.com>.
Andrew,
This list is for axis2/java related discusstions. You'll need to ask your
questions on the axis2/c/c++ list here.
c-dev@axis.apache.org

Rajika

On Thu, Apr 8, 2010 at 9:25 PM, Andrew J. Leer <le...@hotmail.com> wrote:

> Hello,
>
>      I'm trying to compile the samples mentioned in this URL:
> http://ws.apache.org/axis/cpp/arch/End-2-End-Sample.html
>
> I downloaded the sources for Axis C/C++ here:
> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>
> And I am presently reading the installation guide for installing Axis
> using Apache 2.0
> (axis-c-win32-current-bin.zip/docs/wininstall-guide.pdf)
>
> The installation guide reads as follows:
>
> Also in order to run the provided samples do the following.
> Open server.wsdd for editing. For each service element, locate the
> element "parameter
> name", which has the value "classname".
>
> It was at this point after looking at the server.wsdd (renamed from
> server.wsdd_win) file, that I realized that I didn't have the required
> .dll files to run the samples with, and that I probably needed to
> compile the examples.
>
> For instance I was missing the following dlls mentioned in the server.wsdd
> file:
> - AdminService.dll
> - Calculator.dll
> - doclitbase.dll
> - doclitgroupB.dll
> - base.dll
> - cbase.dll
> - cGroupB.dll
> - GroupB.dll
> - RPCFault.dll
> - DocLitFault.dll
>
> Now I need to compile those sample files into dlls so I can test out
> my configuration on my Apache 2 server, and I have found this rather
> difficult considering that the documentation for compling the examples
> using ANT doesn't match the documentation in antbuild-guide.pdf.
>
> For instance they request that I use a build file called package.xml
> and the distribution that I downloaded came with an ant build file
> called build.xml
>
> I'm at a loss of how to compile the examples, anyone have any hints on
> how to go about doing this?
>
> Thank you,
>    Andrew J. Leer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
http://rajikak.blogspot.com/