Axis2 repository für axis2.xml client configuration

Hallo

Hab einen Clienten der auf ein Webservice auf Axis2 zugreift.
Dieser Client soll zuerst eine Configurationsdatei auslesen.
Das ganze sieht so aus:

Mein Webapp mit den services laufen auf http://localhost:8080/MyApp
auf http://localhost:8080/MyApp/services/ControlService?wsdl bekomme ich mein wsdl

im Clienten versuche ich nun folgendes:
Code:
ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem("http://localhost:8080/MyApp", "http://localhost:8080/MyApp/conf/axis2.xml");
jedoch bekomme ich folgenden Fehler:
org.apache.axis2.AxisFault: Couldn't find repository location 'http://localhost:8080/MyApp'

Was hat es aufsich mit diesem Repository?
Warum bekomm ich bei diesem Pfad selbst wenn ich ihn in den Browser eingebe keine axis2.xml?
Kann mir jemand weiter helfen?
 
Zurück