Hi everybody,
I am using DefaultWsdl11Definition to generate a wsdl from a xsd schema (which works perfectly) but I would like to change the default namespace:
Is it possible to have:Code:<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://service.bdf.fr/model/util" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
[/CODE]Code:<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://service.bdf.fr/model/util" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
in order to avoid having each tags starting with <wsdl:....>
I am currently looking at the DefaultWsdl11Definition.class but I don't find where this is defined.
Can anybody help me on this please?
Thanks


Reply With Quote