xml - How to remove `tns` prefix from elements in xsd schema inserted into wsdl? -
i have wsdl xsd inserted. looks like:
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
Post a Comment