xml - How to remove `tns` prefix from elements in xsd schema inserted into wsdl? -


i have wsdl xsd inserted. looks like:

enter image description here

the question quite simple, can not find decision: how remove tns profix login , password elements?

when tried remove tns appears automatically.

i remove elementformdefault="qualified"

<xsi:schema xmlns:xsi="http://www.w3.org/2001/xmlschema" xmlns:altova="http://www.altova.com/xml-schema-extensions" targetnamespace="http://new.webservice.namespace" elementformdefault="qualified">  

in wsdl , there no tns prefix. or change "qualified" "unqualified".


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -