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++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -