You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the place where a type is used determines what name it should have instead of the actual name of the type, which i think would be more helpful.
then the type dispatcher:Dispatcher, which is used by getDispatchersResponse will be generated under the name return instead of as the name Dispatcher which would be way more accurate and informative.
Currently the place where a type is used determines what name it should have instead of the actual name of the type, which i think would be more helpful.
For example, if we have a wsdl file like this:
with
schema/Dispatcher.xsd
containingthen the type
dispatcher:Dispatcher
, which is used bygetDispatchersResponse
will be generated under the namereturn
instead of as the nameDispatcher
which would be way more accurate and informative.Current output
Desired output
Here the attribute still has the correct name
return
, but the interface mirrors the original name of the type.The text was updated successfully, but these errors were encountered: