You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If wsdl is loaded from a file, modified and then exported using getAsString() it gets generated in default namespace. If the original wsdl was defined with a namespace prefix and default namespace was not defined or was defined as something other than http://schemas.xmlsoap.org/wsdl/, wsdl produced using getAsString will be invalid due to incorrect namespace.
If wsdl is loaded from a file, modified and then exported using getAsString() it gets generated in default namespace. If the original wsdl was defined with a namespace prefix and default namespace was not defined or was defined as something other than http://schemas.xmlsoap.org/wsdl/, wsdl produced using getAsString will be invalid due to incorrect namespace.
See attached test case
NamespaceTest.txt
The text was updated successfully, but these errors were encountered: