i think there is a strange issue with the code generation somewhere.
I'll have a second look.
regards, aki

2013/9/12 Clément Tamisier <[email protected]>:
> Hi,
>
> I am using wsdl2java to generate java class from Global Platform wsdl files
> (http://www.globalplatform.org/specificationssystems.asp)
>
> In ServiceLifeCycleNotification.java (generated file) there is:
>  @Action(input =
> "//globalplatform.org/servicelifecyclenotification/ServiceLifeCycleNotification/HandleStartServiceStateChangeNotification")
>
> but it should be:
>  @Action(input =
> "http://globalplatform.org/servicelifecyclenotification/ServiceLifeCycleNotification/HandleStartServiceStateChangeNotification";)
>
> In ServiceLifeCycleNotification.wsdl (the corresponding wsdl), there is:
> xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; in <wsdl:definitions>
> tag.
>
> Without this namespace the generation is correct.
>
> I joined a simple maven project to reproduce this: run "mvn clean
> generate-sources"
>
> Do you know if there is a problem during the generation or in my
> configuration ? or the wsdl definition ?
>
> Thanks for your help.
> Regards.
>
> Clément
>
>

Reply via email to