Forum Discussion

ethomson's avatar
13 years ago

Invoking a MockService 404 Error

Nooby (on Windows XP) trying to follow the tutorial
http://www.soapui.org/Getting-Started/m ... rvice.html

Setup Response 1 starts with
soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://www.webserviceX.NET/">
<soapenv:Header/>
<soapenv:Body>
<web:ConversionRateResponse>
<web:ConversionRateResult>2.34</web:ConversionRateResult>

3) Invoking a MockService
5.When you open the request, SoapUI will automatically change its endpoint to the endpoint of the locally running MockService instead of the endpoint that the WSDL is using. Submit the opened request by clicking the Run Button.

WSDL is http://localhost:8088/mockCurrencyConvertorSoap12

XML Results start with
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
<HTML>
<HEAD>
<TITLE>Error 404--Not Found</TITLE>
<META NAME="GENERATOR" CONTENT="WebLogic Server">
</HEAD>

I have tried some other tutorials using different WSDL services but they all result in a 404 message.
No RepliesBe the first to reply