Hartmut

Sorry for the delay in responding to this, as it went into the moderation queue due to the attachment and I missed it with the release work.
How can I start an stop the WSO2 ESB from an production environment 
(SOLARIS/UNIX/LINUX,WINDOWS, etc). I didn't mean the use for example Windows 
Service!!! Have you any experience on that? I see that I can start it via *.bat 
files...
We use the Java Service Wrapper which supports running the ESB as a daemon process on Linux, Solaris etc. and as a Windows service.
[EMAIL PROTECTED]:~/java/wso2esb-1.6/bin$ ./wso2-esb-daemon.sh
Usage: ./wso2-esb-daemon.sh { console | start | stop | restart | status | dump }
I know the topic in the forum: http://wso2.org/forum/thread/1915, but that 
doesn't fit for me!!!
I'm sorry but your question here is not clear for me.. are you running the ESB as a WAR on another application server or start it standalone?
I will use the Bus to administrate WebServices in an running WebApplication, 
how can I plugIn there? Respectively I'd like to start and stop the bus out of 
the WebApplication. More precisely the application is running on JDK 1.4.2_13 
and the bus needs
JDK5.0!
Unless you have specific restrictions, I would suggest that you run your ESB separate from other applications to enforce hard modularity - i.e. you don't want your ESB to get stuck, even if your app server or a mis-behaving application does.. Also, you will need to use JDK 1.5.x for the ESB..
Furthermore I bind an existing Webservice via Endpoint and Proxy configuration 
on the bus, the problem here is that I will receive an error by generation the 
WSDL
Your WSDL worked for me when attached as in the email attachment - note that I have commented the import. Also note that the WSDL does not contain a service..

asankha

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; targetNamespace="urn:MyTestWSWsd/Config1/document" xmlns:prt0="urn:MyTestWSWsd/MyTestWSVi/document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
  <!--<wsdl:import location="http://localhost:50000/MyTestWS/Config1/porttypes?wsdl&amp;style=document"; namespace="urn:MyTestWSWsd/MyTestWSVi/document"/>-->
  <wsdl:binding name="Config1Binding" type="prt0:MyTestWSVi_Document">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; style="document"/>
    <wsdl:operation name="execute">
      <soap:operation soapAction=""/>
      <wsdl:input>
        <soap:body use="literal" parts="parameters"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
</wsdl:definitions>


_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to