ok anne, thanks a lot for the explanations :) For now,does someone have any ideas about the import:schema problems ?
I'm fighting with axis since 14 month, trying others versions, changind wsdl... but some errors occurs everytime.. I just found out that if I have one wsdl file by service, the line to import schema is ok. But, it's not very useful to have 1 wsdl by service, since axis2 generate all the request, responses, bindings and ports in every wsdl from the original one. Ok it's not very clear.. so : I've a wsdl which define my web service : for each service I've one port, so something like 10 services, and 1 port by service. so, axis2 generate 10 wsdl files when I use wsdl2java. It's not very useful I think, but.. ok.. I can understand that maybe it's more easy to separate all the services. But ! but axis put every request and ports in every wsdl... so why separate the services ? if you separate the services, separate the requests,responses, messages, ports and operations no? does someone have an example of an axis2 version and a wsdl+shcema files which are welle deployed and generated by axis2 when you use wsdl2java (I mean generated, in the resources folder) ? thanks a lot :)
