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 Charles Ambrose <ja...@gmail.com> on 2007/03/09 13:52:45 UTC

SimpleAxisServer on axis2

Hi!

Does anybody have a tutorial on how to created a Embedded SimpleAxisServer
on Axis2? The axis2 website does not have one.

Thanks!

Jonathan

Re: SimpleAxisServer on axis2

Posted by sumedha rubasinghe <su...@wso2.com>.
public class EmbeddSimpleAxisServer {
    public static void main(String[] args) {
        String[] args2 = new 
String[]{"-repo","/home/abc/axis2-SNAPSHOT/repository"};
        try {
            SimpleAxis2Server.main(args2);
        } catch (Exception e) {
            e.printStackTrace();
        }
    }
}

I do not know how correct this is.. ;-). But it works..

/sumedha




Charles Ambrose wrote:
> thanks! will check on it :)
>
> On 3/12/07, *Thilina Gunarathne* <csethil@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Hi,
>     I'm not aware of such a tutorial.. But almost all the axis2
>     integration tests use the simple axis server.. They may be good
>     reference for you... You can find a simple example at here [1].
>
>     Thilina
>     [1]http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/test/org/apache/axis2/json/JSONIntegrationTest.java?view=markup
>
>     On 3/9/07, Charles Ambrose <jamjam360@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     >
>     > Hi!
>     >
>     > Does anybody have a tutorial on how to created a Embedded
>     SimpleAxisServer
>     > on Axis2? The axis2 website does not have one.
>     >
>     > Thanks!
>     >
>     > Jonathan
>     >
>
>
>     --
>     Thilina Gunarathne
>     WSO2, Inc.; http://www.wso2.com/
>     Home page: http://webservices.apache.org/~thilina/
>     <http://webservices.apache.org/%7Ethilina/>
>     Blog: http://thilinag.blogspot.com/
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     For additional commands, e-mail: axis-user-help@ws.apache.org
>     <ma...@ws.apache.org>
>
>


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


Re: SimpleAxisServer on axis2

Posted by Charles Ambrose <ja...@gmail.com>.
thanks! will check on it :)

On 3/12/07, Thilina Gunarathne <cs...@gmail.com> wrote:
>
> Hi,
> I'm not aware of such a tutorial.. But almost all the axis2
> integration tests use the simple axis server.. They may be good
> reference for you... You can find a simple example at here [1].
>
> Thilina
>
> [1]http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/test/org/apache/axis2/json/JSONIntegrationTest.java?view=markup
>
> On 3/9/07, Charles Ambrose <ja...@gmail.com> wrote:
> >
> >
> > Hi!
> >
> > Does anybody have a tutorial on how to created a Embedded
> SimpleAxisServer
> > on Axis2? The axis2 website does not have one.
> >
> > Thanks!
> >
> > Jonathan
> >
>
>
> --
> Thilina Gunarathne
> WSO2, Inc.; http://www.wso2.com/
> Home page: http://webservices.apache.org/~thilina/
> Blog: http://thilinag.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

Re: SimpleAxisServer on axis2

Posted by Thilina Gunarathne <cs...@gmail.com>.
Hi,
I'm not aware of such a tutorial.. But almost all the axis2
integration tests use the simple axis server.. They may be good
reference for you... You can find a simple example at here [1].

Thilina
[1]http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/test/org/apache/axis2/json/JSONIntegrationTest.java?view=markup

On 3/9/07, Charles Ambrose <ja...@gmail.com> wrote:
>
>
> Hi!
>
> Does anybody have a tutorial on how to created a Embedded SimpleAxisServer
> on Axis2? The axis2 website does not have one.
>
> Thanks!
>
> Jonathan
>


-- 
Thilina Gunarathne
WSO2, Inc.; http://www.wso2.com/
Home page: http://webservices.apache.org/~thilina/
Blog: http://thilinag.blogspot.com/

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