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'm trying to make a call via this WSDL and the namespace that the server expects is http://tempuri.org/, but the library sends http://tempuri.org/Imports instead. The WSDL has a section:
and it looks like the call takes the namespace from this section's targetNamespace instead of taking it from the xsd:import or the top level wsdl:definitions.
The text was updated successfully, but these errors were encountered:
During request marshal the namespace is not set correctly. Instead of
using from xsd:schema targetNamespace, it now uses the namespace from
wsld definitions.
Fixes: tiaguinho#48
I'm trying to make a call via this WSDL and the namespace that the server expects is
http://tempuri.org/
, but the library sendshttp://tempuri.org/Imports
instead. The WSDL has a section:and it looks like the call takes the namespace from this section's
targetNamespace
instead of taking it from thexsd:import
or the top levelwsdl:definitions
.The text was updated successfully, but these errors were encountered: