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
I have to specify XSI attributes for some types for which I need soapenc and tns1 namespaces which I had to include manually. Until I had manually included the namespaces, I was getting an error as follows:
The prefix "soapenc" for attribute "soapenc:arrayType" associated with an element type "items" is not bound.
The text was updated successfully, but these errors were encountered:
@amitavmohanty01 thank you for filing this issue. Would it be possible for you to write a test, or a script that reproduces this behavior? From what you've provided, I'm not entirely sure what might need to change in order to include the namespaces correctly.
Without being able to see your actual WSDL, my best guess is that your WSDL imports another WSDL which declares the soapenc and tns1 namespaces, which is a known defect in Wasabi.
The WSDL namespaces are:
However, when I make SOAP calls there are some WSDLs missing.
I have to specify XSI attributes for some types for which I need soapenc and tns1 namespaces which I had to include manually. Until I had manually included the namespaces, I was getting an error as follows:
The prefix "soapenc" for attribute "soapenc:arrayType" associated with an element type "items" is not bound.
The text was updated successfully, but these errors were encountered: