Because I create workflows (web services orchestration), so I use Web Services. To develop Workflows, the Web Services's WSDL must : - have only one binding (soap1.1, xor soap1.2, xor http). - Axis2 uses an incorrect network interface of my computer to generate the address of binding operation
2009/5/17 Mark Azzam <[email protected]> > Not to my knowkedge, no. Why do you want to use a cached copyoc the wsdl? > > On Friday, May 15, 2009, Rudy <[email protected]> wrote: > > Hello, > > > > I use Axis2 with Eclipse on Windows XP. > > I creates some Web Services in Java. > > > > By default Axis2 generates the WSDL of my Web Services at : > http://localhost:8080/myProject/services/myWebService?wsdl > > And I have not the WSDL file in my project directory. > > > > I want Axis2 generates the first time the WSDL file, and store it in my > project directory, and the other times Axis2 will use the WSDL stored. > > Can I to configure Axis2 like it ? > > > > Thank you. > > >
