RE: Query about Axis-C version

2006-08-21 Thread Jacoud Bastien
Arrr :(
I'm sorry but I'm really not a specialist of C++ compilation (I usually 
developed with java), and I don't arrive to compile axis sources under windows 
xp...
Can I abuse of our kindness to help me to configure it??? I'm completely 
lost... :(
Bastien.

-Message d'origine-
De : Adrian Dick [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 18 août 2006 16:53
À : Apache AXIS C User List
Objet : RE: Query about Axis-C version

The binaries were built using gcc 3.2.3, so that sounds like it could be
sufficiently different to cause compatibility issues.

If your latest checks don't get it working, it may be that you will need to
compile from source, to suit your version of the compiler.

Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
14:37:31:

> Yes I use binaries version of Axis and the version of the compiler is
3.4.2.
> I'm trying to re-install Axis with the installation guide to be sure
> I did not forget something during the 1st installation.
>
>
> -Message d'origine-
> De : Adrian Dick [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 18 août 2006 12:38
> À : Apache AXIS C User List
> Objet : RE: Query about Axis-C version
>
> Hmm...
>
> If, as you say, you have the Axis C++ JARs available on the appropriate
> paths, and using the command you originally gave, I wouldn't expect you
to
> see this error.
>
> Are you using pre-build binaries?
> If so, could it be the compiler/linker used to create theAxis C++
binaries
> is not totally compatible with the compiler/linker you're using for your
> application?
>
>
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
>
>
> "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
> 09:49:51:
>
> > Hi,
> > This is one of errors I obtained:
> >
> > D:\DOCUME~1\A118733\LOCALS~1\Temp/cc0qbaaa.o(.text+0x55f):
> > ConnectionException.cpp: undefined reference to `axiscpp::
> > SoapFaultException::SoapFaultException()'
> >
> > All other errors look like to this one.
> >
> > Regards,
> > Bastien.
> >
> > -Message d'origine-
> > De : Adrian Dick [mailto:[EMAIL PROTECTED]
> > Envoyé : vendredi 18 août 2006 10:40
> > À : Apache AXIS C User List
> > Objet : Re: Query about Axis-C version
> >
> > Hi,
> >
> > Your command looks right.  What are the specific errors you're seeing?
> >
> > Regards.
> > Adrian
> > ___
> > Adrian Dick ([EMAIL PROTECTED])
> >
> >
> > "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
> > 09:05:15:
> >
> > > Hello,
> > > I had developed java web services with Axis 1.3 to deploy them on
> > > tomcat server. These services work correctly with a java client.
> > > For another application, I need to compile web services in C++. So I
> > > downloaded the current version of Axis-C on your web site (it seems
> > > to be 1.6 Beta version) and I tried to compile the web services from
> > > my WSDL files on a windows platform.
> > > To compile from the WSDL, I followed the procedure described on the
> > > joined file, but, when I realize the operation:
> > > "g++ *.cpp -I/include -L > > installation directory>/lib -ldl -laxiscpp_client -ocalculator"
> > > I obtain lot of "undefined reference" messages although I put .dll
> > > files in lib directory.
> > > I don't know if it's an error of Axis version or I don't realize
> > > good operation. Can you help to resolve this problem?
> > > Regards,
> > >
> > > Bastien JACOUD
> > > Unité Public - Santé - Transport - Département SPSL - Atos WORLDLINE
> > > [EMAIL PROTECTED]
> > > Tel.: + 33.(0)4 78 17 69 57
> > > 107-109 Boulevard Vivier Merle 69438 Lyon Cedex 03
> > >  [attachment "clientuser-guide.pdf" deleted by Adrian Dick/UK/IBM]
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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




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



RE: Query about Axis-C version

2006-08-18 Thread Adrian Dick
The binaries were built using gcc 3.2.3, so that sounds like it could be
sufficiently different to cause compatibility issues.

If your latest checks don't get it working, it may be that you will need to
compile from source, to suit your version of the compiler.

Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
14:37:31:

> Yes I use binaries version of Axis and the version of the compiler is
3.4.2.
> I'm trying to re-install Axis with the installation guide to be sure
> I did not forget something during the 1st installation.
>
>
> -Message d'origine-
> De : Adrian Dick [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 18 août 2006 12:38
> À : Apache AXIS C User List
> Objet : RE: Query about Axis-C version
>
> Hmm...
>
> If, as you say, you have the Axis C++ JARs available on the appropriate
> paths, and using the command you originally gave, I wouldn't expect you
to
> see this error.
>
> Are you using pre-build binaries?
> If so, could it be the compiler/linker used to create theAxis C++
binaries
> is not totally compatible with the compiler/linker you're using for your
> application?
>
>
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
>
>
> "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
> 09:49:51:
>
> > Hi,
> > This is one of errors I obtained:
> >
> > D:\DOCUME~1\A118733\LOCALS~1\Temp/cc0qbaaa.o(.text+0x55f):
> > ConnectionException.cpp: undefined reference to `axiscpp::
> > SoapFaultException::SoapFaultException()'
> >
> > All other errors look like to this one.
> >
> > Regards,
> > Bastien.
> >
> > -Message d'origine-
> > De : Adrian Dick [mailto:[EMAIL PROTECTED]
> > Envoyé : vendredi 18 août 2006 10:40
> > À : Apache AXIS C User List
> > Objet : Re: Query about Axis-C version
> >
> > Hi,
> >
> > Your command looks right.  What are the specific errors you're seeing?
> >
> > Regards.
> > Adrian
> > ___
> > Adrian Dick ([EMAIL PROTECTED])
> >
> >
> > "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
> > 09:05:15:
> >
> > > Hello,
> > > I had developed java web services with Axis 1.3 to deploy them on
> > > tomcat server. These services work correctly with a java client.
> > > For another application, I need to compile web services in C++. So I
> > > downloaded the current version of Axis-C on your web site (it seems
> > > to be 1.6 Beta version) and I tried to compile the web services from
> > > my WSDL files on a windows platform.
> > > To compile from the WSDL, I followed the procedure described on the
> > > joined file, but, when I realize the operation:
> > > "g++ *.cpp -I/include -L > > installation directory>/lib -ldl -laxiscpp_client -ocalculator"
> > > I obtain lot of "undefined reference" messages although I put .dll
> > > files in lib directory.
> > > I don't know if it's an error of Axis version or I don't realize
> > > good operation. Can you help to resolve this problem?
> > > Regards,
> > >
> > > Bastien JACOUD
> > > Unité Public - Santé - Transport - Département SPSL - Atos WORLDLINE
> > > [EMAIL PROTECTED]
> > > Tel.: + 33.(0)4 78 17 69 57
> > > 107-109 Boulevard Vivier Merle 69438 Lyon Cedex 03
> > >  [attachment "clientuser-guide.pdf" deleted by Adrian Dick/UK/IBM]
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



RE: Query about Axis-C version

2006-08-18 Thread Jacoud Bastien
Yes I use binaries version of Axis and the version of the compiler is 3.4.2.
I'm trying to re-install Axis with the installation guide to be sure I did not 
forget something during the 1st installation.


-Message d'origine-
De : Adrian Dick [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 18 août 2006 12:38
À : Apache AXIS C User List
Objet : RE: Query about Axis-C version

Hmm...

If, as you say, you have the Axis C++ JARs available on the appropriate
paths, and using the command you originally gave, I wouldn't expect you to
see this error.

Are you using pre-build binaries?
If so, could it be the compiler/linker used to create theAxis C++ binaries
is not totally compatible with the compiler/linker you're using for your
application?


Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
09:49:51:

> Hi,
> This is one of errors I obtained:
>
> D:\DOCUME~1\A118733\LOCALS~1\Temp/cc0qbaaa.o(.text+0x55f):
> ConnectionException.cpp: undefined reference to `axiscpp::
> SoapFaultException::SoapFaultException()'
>
> All other errors look like to this one.
>
> Regards,
> Bastien.
>
> -Message d'origine-
> De : Adrian Dick [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 18 août 2006 10:40
> À : Apache AXIS C User List
> Objet : Re: Query about Axis-C version
>
> Hi,
>
> Your command looks right.  What are the specific errors you're seeing?
>
> Regards.
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
>
>
> "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
> 09:05:15:
>
> > Hello,
> > I had developed java web services with Axis 1.3 to deploy them on
> > tomcat server. These services work correctly with a java client.
> > For another application, I need to compile web services in C++. So I
> > downloaded the current version of Axis-C on your web site (it seems
> > to be 1.6 Beta version) and I tried to compile the web services from
> > my WSDL files on a windows platform.
> > To compile from the WSDL, I followed the procedure described on the
> > joined file, but, when I realize the operation:
> > "g++ *.cpp -I/include -L > installation directory>/lib -ldl -laxiscpp_client -ocalculator"
> > I obtain lot of "undefined reference" messages although I put .dll
> > files in lib directory.
> > I don't know if it's an error of Axis version or I don't realize
> > good operation. Can you help to resolve this problem?
> > Regards,
> >
> > Bastien JACOUD
> > Unité Public - Santé - Transport - Département SPSL - Atos WORLDLINE
> > [EMAIL PROTECTED]
> > Tel.: + 33.(0)4 78 17 69 57
> > 107-109 Boulevard Vivier Merle 69438 Lyon Cedex 03
> >  [attachment "clientuser-guide.pdf" deleted by Adrian Dick/UK/IBM]
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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





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



RE: Query about Axis-C version

2006-08-18 Thread Adrian Dick
Hmm...

If, as you say, you have the Axis C++ JARs available on the appropriate
paths, and using the command you originally gave, I wouldn't expect you to
see this error.

Are you using pre-build binaries?
If so, could it be the compiler/linker used to create theAxis C++ binaries
is not totally compatible with the compiler/linker you're using for your
application?


Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
09:49:51:

> Hi,
> This is one of errors I obtained:
>
> D:\DOCUME~1\A118733\LOCALS~1\Temp/cc0qbaaa.o(.text+0x55f):
> ConnectionException.cpp: undefined reference to `axiscpp::
> SoapFaultException::SoapFaultException()'
>
> All other errors look like to this one.
>
> Regards,
> Bastien.
>
> -Message d'origine-
> De : Adrian Dick [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 18 août 2006 10:40
> À : Apache AXIS C User List
> Objet : Re: Query about Axis-C version
>
> Hi,
>
> Your command looks right.  What are the specific errors you're seeing?
>
> Regards.
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
>
>
> "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
> 09:05:15:
>
> > Hello,
> > I had developed java web services with Axis 1.3 to deploy them on
> > tomcat server. These services work correctly with a java client.
> > For another application, I need to compile web services in C++. So I
> > downloaded the current version of Axis-C on your web site (it seems
> > to be 1.6 Beta version) and I tried to compile the web services from
> > my WSDL files on a windows platform.
> > To compile from the WSDL, I followed the procedure described on the
> > joined file, but, when I realize the operation:
> > "g++ *.cpp -I/include -L > installation directory>/lib -ldl -laxiscpp_client -ocalculator"
> > I obtain lot of "undefined reference" messages although I put .dll
> > files in lib directory.
> > I don't know if it's an error of Axis version or I don't realize
> > good operation. Can you help to resolve this problem?
> > Regards,
> >
> > Bastien JACOUD
> > Unité Public - Santé - Transport - Département SPSL - Atos WORLDLINE
> > [EMAIL PROTECTED]
> > Tel.: + 33.(0)4 78 17 69 57
> > 107-109 Boulevard Vivier Merle 69438 Lyon Cedex 03
> >  [attachment "clientuser-guide.pdf" deleted by Adrian Dick/UK/IBM]
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



RE: Query about Axis-C version

2006-08-18 Thread Jacoud Bastien
Hi,
This is one of errors I obtained:

D:\DOCUME~1\A118733\LOCALS~1\Temp/cc0qbaaa.o(.text+0x55f):ConnectionException.cpp:
 undefined reference to `axiscpp::SoapFaultException::SoapFaultException()'

All other errors look like to this one.

Regards,
Bastien.

-Message d'origine-
De : Adrian Dick [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 18 août 2006 10:40
À : Apache AXIS C User List
Objet : Re: Query about Axis-C version

Hi,

Your command looks right.  What are the specific errors you're seeing?

Regards.
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
09:05:15:

> Hello,
> I had developed java web services with Axis 1.3 to deploy them on
> tomcat server. These services work correctly with a java client.
> For another application, I need to compile web services in C++. So I
> downloaded the current version of Axis-C on your web site (it seems
> to be 1.6 Beta version) and I tried to compile the web services from
> my WSDL files on a windows platform.
> To compile from the WSDL, I followed the procedure described on the
> joined file, but, when I realize the operation:
> "g++ *.cpp -I/include -L installation directory>/lib -ldl -laxiscpp_client -ocalculator"
> I obtain lot of "undefined reference" messages although I put .dll
> files in lib directory.
> I don't know if it's an error of Axis version or I don't realize
> good operation. Can you help to resolve this problem?
> Regards,
>
> Bastien JACOUD
> Unité Public - Santé - Transport - Département SPSL - Atos WORLDLINE
> [EMAIL PROTECTED]
> Tel.: + 33.(0)4 78 17 69 57
> 107-109 Boulevard Vivier Merle 69438 Lyon Cedex 03
>  [attachment "clientuser-guide.pdf" deleted by Adrian Dick/UK/IBM]
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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



Re: Query about Axis-C version

2006-08-18 Thread Adrian Dick
Hi,

Your command looks right.  What are the specific errors you're seeing?

Regards.
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006
09:05:15:

> Hello,
> I had developed java web services with Axis 1.3 to deploy them on
> tomcat server. These services work correctly with a java client.
> For another application, I need to compile web services in C++. So I
> downloaded the current version of Axis-C on your web site (it seems
> to be 1.6 Beta version) and I tried to compile the web services from
> my WSDL files on a windows platform.
> To compile from the WSDL, I followed the procedure described on the
> joined file, but, when I realize the operation:
> “g++ *.cpp -I/include -L installation directory>/lib -ldl -laxiscpp_client –ocalculator”
> I obtain lot of “undefined reference” messages although I put .dll
> files in lib directory.
> I don’t know if it’s an error of Axis version or I don’t realize
> good operation. Can you help to resolve this problem?
> Regards,
>
> Bastien JACOUD
> Unité Public - Santé - Transport - Département SPSL - Atos WORLDLINE
> [EMAIL PROTECTED]
> Tel.: + 33.(0)4 78 17 69 57
> 107–109 Boulevard Vivier Merle 69438 Lyon Cedex 03
>  [attachment "clientuser-guide.pdf" deleted by Adrian Dick/UK/IBM]
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]