HI while trying to use soapUI, I got error; SOAP RESPONSE FAILED: this is my request xml, I just copy pasted this xml under soapenv:Body, and sumbitted a request, do I need to do something else?
<holyrequest xsi:schemaLocation="http://www.mywebsite.com/xml/webservice Request.xsd"
xmlns="http://www.mywebsite.com/xml/webservice"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<state reached="false">
<value>Plan</value>
<myvariable>myplan</myvariable>
</state>
</holyrequest>
I found it;