Can I include both Apache Axis 1 and 2 libraries in the same project?
Posted
by ian_scho_es
on Stack Overflow
See other posts from Stack Overflow
or by ian_scho_es
Published on 2010-06-15T14:33:46Z
Indexed on
2010/06/15
14:42 UTC
Read the original article
Hit count: 172
If it sounds like a ridiculous idea then it is. The client only wants to have to install one project on their server. Our web service will be bridging between mobile phones and various SOAP services made in .NET, Apache Axis 1 and 2, which rely on standards to transfer files such as MTOM and DIME.
I am looking for an 'architecture' trick, such as develop the Axis 1 calls in a separate project and compile as a jar, to then pass it into the Axis 2 project.... Hmmm.
Anything rather than having to download the source code for Axis 1 & 2 and compile them using the same xml libraries, etc.
"It can't be done" is an acceptable answer.
Thanks!
© Stack Overflow or respective owner