You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Kim, Ducheol" <du...@247realmedia.com> on 2010/03/11 08:59:17 UTC

Can I embeded axis2 on my application?

Hi there.

We deploy service using axis. ( Actually we use jBoss WS.)
Sometimes, it raise memory issue, so we are trying to upgrade to axis2.

Many client already use web service, so we need to upgrade it with backward compatible.

I found many articles to make webservice using axis2, but most of them is using  and most of them is based on axis2 service.
So wsdl url is changed  ( "/services/" is added on url.)

Is there any solution to keep previous wsdl url and service end point ?

Thanks
Ducheol









DUCHEOL.KIM/ SENIOR SOFTWARE ENGINEER
T:02.3459.2318/C.P:018.233.7939/F:568.8432
ducheol.kim@247realmedia.com




24/7 Real Media, Inc. A WPP Company
4F Poongsung Building 51-12 Banpo-4-Dong,Seocho-Gu
Seoul 137-802, South Korea





                                                                                                WWW.247REALMEDIA.COM
                                                                                  >THE SCIENCE OF DIGITAL MARKETING





Re: Can I embeded axis2 on my application?

Posted by Amila Suriarachchi <am...@gmail.com>.
On Thu, Mar 11, 2010 at 2:56 PM, Kim, Ducheol
<du...@247realmedia.com>wrote:

>  Thanks Amila.
>
>
>
> It is very helpful for me to keep url.
>
> Actually there is two reasons why I embedded axis2 on my application.
>
>
>
> 1.     Keep the wsdl url & SEP.
>
> 2.     We don’t’ want to published “Axis2 administration console”.
>

remove

 <servlet-mapping>
        <servlet-name>AxisAdminServlet</servlet-name>
        <url-pattern>/axis2-admin/*</url-pattern>
    </servlet-mapping>

and delete axis2-web folder.

thanks,
Amila.

>
>
> Below is solution for 1, but isn’t solve 2.
>
> It could be solve it by remarking config on web.xml related with “Axis2
> administration console”.
>
> I hope there is a solution more elegance.
>
>
>
> Do you have any idea about 2. Issue ?
>
>
>
> Thanks
>
> Ducheol
>
>
>
> *From:* Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com]
> *Sent:* Thursday, March 11, 2010 5:29 PM
> *To:* java-user@axis.apache.org
> *Subject:* Re: Can I embeded axis2 on my application?
>
>
>
>
>
> On Thu, Mar 11, 2010 at 1:29 PM, Kim, Ducheol <
> ducheol.kim@247realmedia.com> wrote:
>
> Hi there.
>
>
>
> We deploy service using axis. ( Actually we use jBoss WS.)
>
> Sometimes, it raise memory issue, so we are trying to upgrade to axis2.
>
>
>
> Many client already use web service, so we need to upgrade it with backward
> compatible.
>
>
>
> I found many articles to make webservice using axis2, but most of them is
> using  and most of them is based on axis2 service.
>
> So wsdl url is changed  ( “/services/” is added on url.)
>
>
>
> Is there any solution to keep previous wsdl url and service end point ?
>
>
> this[1] this may help you.
>
> thanks,
> Amila.
>
> [1]
> http://amilachinthaka.blogspot.com/2010/01/changing-axis2-application-path.html
>
>
>
> Thanks
>
> Ducheol
>
>
>
>
>
>
>
>
>
> DUCHEOL.KIM/ SENIOR SOFTWARE ENGINEER
>
> T:02.3459.2318/C.P:018.233.7939/F:568.8432
> ducheol.kim@247realmedia.com
>
> 24/7 Real Media, Inc. A WPP Company
> 4F Poongsung Building 51-12 Banpo-4-Dong,Seocho-Gu
> Seoul 137-802, South Korea
>
>
>
>
>          WWW.247REALMEDIA.COM
>
> >THE SCIENCE OF DIGITAL MARKETING
>
>
>
>
>
>
>
>
> --
> Amila Suriarachchi
> WSO2 Inc.
> blog: http://amilachinthaka.blogspot.com/
>



-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

RE: Can I embeded axis2 on my application?

Posted by "Kim, Ducheol" <du...@247realmedia.com>.
Thanks Amila.

It is very helpful for me to keep url.
Actually there is two reasons why I embedded axis2 on my application.


1.     Keep the wsdl url & SEP.

2.     We don't' want to published "Axis2 administration console".

Below is solution for 1, but isn't solve 2.
It could be solve it by remarking config on web.xml related with "Axis2 administration console".
I hope there is a solution more elegance.

Do you have any idea about 2. Issue ?

Thanks
Ducheol

From: Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com]
Sent: Thursday, March 11, 2010 5:29 PM
To: java-user@axis.apache.org
Subject: Re: Can I embeded axis2 on my application?


On Thu, Mar 11, 2010 at 1:29 PM, Kim, Ducheol <du...@247realmedia.com>> wrote:
Hi there.

We deploy service using axis. ( Actually we use jBoss WS.)
Sometimes, it raise memory issue, so we are trying to upgrade to axis2.

Many client already use web service, so we need to upgrade it with backward compatible.

I found many articles to make webservice using axis2, but most of them is using  and most of them is based on axis2 service.
So wsdl url is changed  ( "/services/" is added on url.)

Is there any solution to keep previous wsdl url and service end point ?

this[1] this may help you.

thanks,
Amila.

[1] http://amilachinthaka.blogspot.com/2010/01/changing-axis2-application-path.html

Thanks
Ducheol









DUCHEOL.KIM/ SENIOR SOFTWARE ENGINEER
T:02.3459.2318/C.P:018.233.7939/F:568.8432
ducheol.kim@247realmedia.com<ma...@247realmedia.com>




24/7 Real Media, Inc. A WPP Company
4F Poongsung Building 51-12 Banpo-4-Dong,Seocho-Gu
Seoul 137-802, South Korea





                                                                                                WWW.247REALMEDIA.COM<http://WWW.247REALMEDIA.COM>
                                                                                  >THE SCIENCE OF DIGITAL MARKETING







--
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

Re: Can I embeded axis2 on my application?

Posted by Amila Suriarachchi <am...@gmail.com>.
On Thu, Mar 11, 2010 at 1:29 PM, Kim, Ducheol
<du...@247realmedia.com>wrote:

>  Hi there.
>
>
>
> We deploy service using axis. ( Actually we use jBoss WS.)
>
> Sometimes, it raise memory issue, so we are trying to upgrade to axis2.
>
>
>
> Many client already use web service, so we need to upgrade it with backward
> compatible.
>
>
>
> I found many articles to make webservice using axis2, but most of them is
> using  and most of them is based on axis2 service.
>
> So wsdl url is changed  ( “/services/” is added on url.)
>
>
>
> Is there any solution to keep previous wsdl url and service end point ?
>

this[1] this may help you.

thanks,
Amila.

[1]
http://amilachinthaka.blogspot.com/2010/01/changing-axis2-application-path.html

>
>
> Thanks
>
> Ducheol
>
>
>
>
>
>
>
>
>
> DUCHEOL.KIM/ SENIOR SOFTWARE ENGINEER
>
> T:02.3459.2318/C.P:018.233.7939/F:568.8432
> ducheol.kim@247realmedia.com
>
> 24/7 Real Media, Inc. A WPP Company
> 4F Poongsung Building 51-12 Banpo-4-Dong,Seocho-Gu
> Seoul 137-802, South Korea
>
>
>
>
>          WWW.247REALMEDIA.COM
>
> >THE SCIENCE OF DIGITAL MARKETING
>
>
>
>
>



-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

Re: Can I embeded axis2 on my application?

Posted by Dave Cherkassky <dc...@djinnsoft.com>.
Ducheol:

Here's what we've done:
- simply unzip the entire axis war file on top of your application
- merge axis's web.xml file with your own
- war everything back up together

It seems to be working just fine for us.  It might work for you too!

Good luck,
-- 
Dave Cherkassky
   VP of Software Development
   DJiNN Software Inc.
   416.504.1354


On 11/03/2010 2:59 AM, Kim, Ducheol wrote:
> Hi there.
>
> We deploy service using axis. ( Actually we use jBoss WS.)
>
> Sometimes, it raise memory issue, so we are trying to upgrade to axis2.
>
> Many client already use web service, so we need to upgrade it with
> backward compatible.
>
> I found many articles to make webservice using axis2, but most of them
> is using and most of them is based on axis2 service.
>
> So wsdl url is changed ( “/services/” is added on url.)
>
> Is there any solution to keep previous wsdl url and service end point ?
>
> Thanks
>
> Ducheol
>
> 	
>
> 	
>
> DUCHEOL.KIM/ SENIOR SOFTWARE ENGINEER
>
> T:02.3459.2318/C.P:018.233.7939/F:568.8432
> ducheol.kim@247realmedia.com
>
> 	
>
> 	
>
> 24/7 Real Media, Inc. A WPP Company
> 4F Poongsung Building 51-12 Banpo-4-Dong,Seocho-Gu
> Seoul 137-802, South Korea
>
> WWW.247REALMEDIA.COM
>>THE SCIENCE OF DIGITAL MARKETING
>

-- 
Dave Cherkassky
   VP of Software Development
   DJiNN Software Inc.
   416.504.1354


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