SoapUI 5.2.0 receiving response: HTTP/1.1 301 Moved Permanently
I downloaded SoapUI 5.2.0 on Windows Server 2012 R2 and performed the steps of the tutorial.
- import Sample SOAP Project Core
- generate New SOAP MockService
- start the ServiceSoapBinding MockService
- open login rq and submit request
However this doen't work. I'm getting an unexpected response: HTTP/1.1 301 Moved Permanently (see the log below)
and the standard page of IIS.
Any idee of what could be wrong on my machine?
SoapU log:
Fri Sep 11 08:55:56 CEST 2015:INFO:Mounted WSDL for interface [ServiceSoapBinding] at [/mockServiceSoapBinding?WSDL]
Fri Sep 11 08:55:56 CEST 2015:INFO:Started mockService [ServiceSoapBinding MockService] on port [8088] at path [/mockServiceSoapBinding]
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Attempt 1 to execute request
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Sending request: POST http://127.0.0.1:8088/mockServiceSoapBinding HTTP/1.1
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Receiving response: HTTP/1.1 301 Moved Permanently
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Connection shut down
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Attempt 1 to execute request
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Sending request: GET http://145.219.224.214/ HTTP/1.1
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Receiving response: HTTP/1.1 200 OK
Fri Sep 11 08:56:16 CEST 2015:DEBUG:Connection can be kept alive indefinitely
Fri Sep 11 08:56:16 CEST 2015:INFO:Got response for [ServiceSoapBinding.login:login rq] in 8ms (701 bytes)
Problem solved by setting "SoapUI Preferences | Proxy Settings" to "None".