|''create soap file''|request.in|''with''|<request b="b" a="a">in</request>|
|''create soap file''|response.xml|''with''|<response>out</response>|

|''mock ${soap} on port''|8081|
|''matches request from file''|!-FitNesseRoot/files/soap/request.in-!|
|''response from file''|!-FitNesseRoot/files/soap/response.xml-!|

|''to''|http://localhost:8081/service|''post ${soap}''|<request b="b" a="a">in</request>|'''is'''|<response>out</response>|

|''close''|
