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* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> 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 <[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>> 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: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>
    For additional commands, e-mail: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>




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

Reply via email to