diff options
Diffstat (limited to 'ext/soap/tests/schema/test_schema.inc')
| -rw-r--r-- | ext/soap/tests/schema/test_schema.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/schema/test_schema.inc b/ext/soap/tests/schema/test_schema.inc index 186eda33a6..4e1e2df9eb 100644 --- a/ext/soap/tests/schema/test_schema.inc +++ b/ext/soap/tests/schema/test_schema.inc @@ -37,7 +37,7 @@ $wsdl = <<<EOF <operation name="test"> <soap:operation soapAction="#test" style="$style"/> <input> - <soap:body parts="body" use="$use" namespace="http://test-uri/"/> + <soap:body parts="body" use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> </operation> </binding> |
