Is there a way to change the models used to generate the client proxy WSDL classes

Hello
I'm curious to know if we will be able to customize the generation of proxy WSDL in the FB3 WSDL Import tool. The reason is that it creates quite a mess of spaghetti at the moment and it would be nicer to have a structure to create it classes. something like:

generated. WebServices.WebService1
generated. WebServices.WebService1.VO
generated. WebServices.WebService1.service

etc...

In addition, buy using namespaces we can import several webservices in a project that COULD have your bearing the same name.

Now, it's probably fine for users who have just a few methods for import, but once you start bringing some Web services, each with 20 methods, the directory structure is quite messy.

Thank you
Todd

Hi Todd,

No, the models used to generate the wsdl files are not editable, and for your destination will not help that much either - it is set at the location code files and not models. In addition, a proposal like this has been taken into account, but it won't really use of the function in the mxml syntax. By having more than one folder, you need to define several namespace prefixes and use - for example for service, one for the vo

Now you can import several services, even if they have similar class names, by setting the names of different package - the generated.webservices it is just the default that provide us with when you load the wsdl of a local computer document. You must use your own package name - for example com.service_name.

Hope that helps,
Cristian

Tags: Flex

Similar Questions

Maybe you are looking for