Re: [Axis2] Using axis2.war repository remotely from another application

2007-02-06 Thread Evaldas Taroza
Message- From: Brecht Yperman [mailto:[EMAIL PROTECTED] Sent: dinsdag 6 februari 2007 13:41 To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: RE: [Axis2] Using axis2.war repository remotely from another application Hi, I've done this creating a webservice which mimicks behav

RE: [Axis2] Using axis2.war repository remotely from another application

2007-02-06 Thread Brecht Yperman
xis2] Using axis2.war repository remotely from another application Hi, Thanks for the answer. But I suppose there should be something much simpler. Look: ConfigurationContext ctx = ???; AxisService service = AxisService.createService( TestService.class.getCanonical

RE: [Axis2] Using axis2.war repository remotely from another application

2007-02-06 Thread Brecht Yperman
echt Yperman [mailto:[EMAIL PROTECTED] Sent: dinsdag 6 februari 2007 13:41 To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: RE: [Axis2] Using axis2.war repository remotely from another application Hi, I've done this creating a webservice which mimicks behaviour from the AxisAdminServlet

RE: [Axis2] Using axis2.war repository remotely from another application

2007-02-06 Thread Brecht Yperman
bytes from the jar to the repository using the filename. Best regards, Brecht -Original Message- From: Evaldas Taroza [mailto:[EMAIL PROTECTED] Sent: dinsdag 6 februari 2007 13:23 To: axis-user@ws.apache.org Subject: [Axis2] Using axis2.war repository remotely from another application

[Axis2] Using axis2.war repository remotely from another application

2007-02-06 Thread Evaldas Taroza
Hi, I want to programmatically deploy modules/services to the axis2 repository configured in axis2.war. This way I want to be able to admin the services I deploy from my application using axis2.war administration page. As far as I understand I need to somehow get the instance of Configurati