Here we have XML that reflects the Doc/Lit Schema.

echoStringParam
<echoStringParam xmlns="http://soapinterop.org/xsd">
Hello World
</echoStringParam>
echoStringParam
<ns4:echoStringArrayParam 
    xmlns:ns4="http://soapinterop.org/xsd">

    <ns4:item>good</ns4:item>
    <ns4:item>bad</ns4:item>
</ns4:echoStringArrayParam>