0

I am trying to import a WSDL (referencing a number of XSDs) to soapUI 5.0.0 (Build Date: 20140409-1012) from an intranet HTTP server requiring Integrated Windows Authentication (IWA, also referred to as NTLM and SPNEGO).

Using web browsers and other windows applications (such as Altova XMLSpy) it works opening the WSDL.

However, when using soapUI, I get a question on user name, password and domain. When I provide these details I get an error message and the console reads:

15:59:04,474 INFO  [WsdlLoader] xxx.yyy.com:443 requires Windows authentication org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Unexpected element: TAG_END

I found this site on the subject, but I am not sure on whether it applies also to WSDL imports.

Is it supported to import in this way? How do I do it?

TylerH
  • 20,799
  • 66
  • 75
  • 101
nize
  • 1,012
  • 1
  • 11
  • 27

2 Answers2

0

As you marked, since you are using SoapUI 5.0 you could perfectly use the steps detailed on the site you provided, it applies to WSDL imports.

If you want to try a workaround used in the times when SoapUI doesn't supportes NLTM, check this question.

Community
  • 1
  • 1
Leandro Carracedo
  • 7,233
  • 2
  • 44
  • 50
0

Related issue with importing WSDL through NTLM in SoapUI. There I provided my answer stating there is very probably a bug in SoapUI when importing through NTLM in some environments. The best workaround is to download the WSDL (and its references) and import it from disk. Calling of operations through NTLM works in SoapUI as expected.

Community
  • 1
  • 1
Peter Sladek
  • 900
  • 9
  • 8