> Hi Fellow axis2 users/developers,
>
> I hope that this is the correct mail address (newbie I'm afraid).
>
> I have a programmatic deployment of an axis2 service using embedded http
> server so :-
> //--------------------------------------------------
> String AXIS2_PATH = "C:\\resources\\";
> String SERVICES_XML = AXIS2_PATH + "services.xml";
> ConfigurationContext configContext = 
>       
> ConfigurationContextFactory.createConfigurationContextFromFileSystem(AXIS2_P
> ATH, null);
> InputStream in = new FileInputStream(SERVICES_XML);
> AxisService service = DeploymentEngine.buildService(in, configContext);
> configContext.getAxisConfiguration().addService(service);
> SimpleHTTPServer server = new SimpleHTTPServer(configContext, 8082);
> server.start();
> //--------------------------------------------------
> This all works when wsdl is generated by axis 2 but when I try to use the
> original wsdl
> In this case with 
>         <parameter name="modifyUserWSDLPortAddress">true</parameter>
> in services.xml
>
> where should the wsdl be put relative to the services.xml etc. Obviously as
> I'm not
> deploying to an application server I haven't got a WEB-INF or META-INF
>   
Hmm , when you use this approach you can not put the WSDL. May be we can
implement this , but at the moment this a limitation unless you use
service aar file. Anyway I would be great if you could create a JIRA

-Deepal



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

Reply via email to