@@ -116,7 +116,7 @@ protected function _getWsdlContent($wsdlUrl)
116
116
$ responseDom ->loadXML ($ responseContent ),
117
117
"Valid XML is always expected as a response for WSDL request. "
118
118
);
119
- return $ responseContent ;
119
+ return $ responseDom -> saveXML () ;
120
120
}
121
121
122
122
/**
@@ -207,7 +207,7 @@ protected function _checkComplexTypesDeclaration($wsdlContent)
207
207
<xsd:sequence>
208
208
<xsd:element name="id" minOccurs="1" maxOccurs="1" type="xsd:int">
209
209
<xsd:annotation>
210
- <xsd:documentation></xsd:documentation >
210
+ <xsd:documentation/ >
211
211
<xsd:appinfo xmlns:inf=" {$ this ->_soapUrl }">
212
212
<inf:min/>
213
213
<inf:max/>
@@ -231,7 +231,7 @@ protected function _checkComplexTypesDeclaration($wsdlContent)
231
231
<xsd:sequence>
232
232
<xsd:element name="entityId" minOccurs="1" maxOccurs="1" type="xsd:int">
233
233
<xsd:annotation>
234
- <xsd:documentation></xsd:documentation >
234
+ <xsd:documentation/ >
235
235
<xsd:appinfo xmlns:inf=" {$ this ->_soapUrl }">
236
236
<inf:min/>
237
237
<inf:max/>
@@ -266,7 +266,7 @@ protected function _checkComplexTypesDeclaration($wsdlContent)
266
266
<xsd:sequence>
267
267
<xsd:element name="result" minOccurs="1" maxOccurs="1" type="tns:TestModule5V2EntityAllSoapAndRest">
268
268
<xsd:annotation>
269
- <xsd:documentation></xsd:documentation >
269
+ <xsd:documentation/ >
270
270
<xsd:appinfo xmlns:inf=" {$ this ->_soapUrl }">
271
271
<inf:callInfo>
272
272
<inf:callName>testModule5AllSoapAndRestV2Item</inf:callName>
@@ -290,7 +290,7 @@ protected function _checkComplexTypesDeclaration($wsdlContent)
290
290
<xsd:sequence>
291
291
<xsd:element name="result" minOccurs="1" maxOccurs="1" type="tns:TestModule5V1EntityAllSoapAndRest">
292
292
<xsd:annotation>
293
- <xsd:documentation></xsd:documentation >
293
+ <xsd:documentation/ >
294
294
<xsd:appinfo xmlns:inf=" {$ this ->_soapUrl }">
295
295
<inf:callInfo>
296
296
<inf:callName>testModule5AllSoapAndRestV1Item</inf:callName>
@@ -331,7 +331,7 @@ protected function _checkReferencedTypeDeclaration($wsdlContent)
331
331
<xsd:sequence>
332
332
<xsd:element name="price" minOccurs="1" maxOccurs="1" type="xsd:int">
333
333
<xsd:annotation>
334
- <xsd:documentation></xsd:documentation >
334
+ <xsd:documentation/ >
335
335
<xsd:appinfo xmlns:inf=" {$ this ->_soapUrl }">
336
336
<inf:min/>
337
337
<inf:max/>
@@ -835,15 +835,15 @@ protected function _checkFaultsComplexTypeSection($wsdlContent)
835
835
<xsd:sequence>
836
836
<xsd:element name="key" minOccurs="1" maxOccurs="1" type="xsd:string">
837
837
<xsd:annotation>
838
- <xsd:documentation></xsd:documentation >
838
+ <xsd:documentation/ >
839
839
<xsd:appinfo xmlns:inf=" {$ this ->_soapUrl }">
840
840
<inf:maxLength/>
841
841
</xsd:appinfo>
842
842
</xsd:annotation>
843
843
</xsd:element>
844
844
<xsd:element name="value" minOccurs="1" maxOccurs="1" type="xsd:string">
845
845
<xsd:annotation>
846
- <xsd:documentation></xsd:documentation >
846
+ <xsd:documentation/ >
847
847
<xsd:appinfo xmlns:inf=" {$ this ->_soapUrl }">
848
848
<inf:maxLength/>
849
849
</xsd:appinfo>
@@ -865,7 +865,7 @@ protected function _checkFaultsComplexTypeSection($wsdlContent)
865
865
<xsd:sequence>
866
866
<xsd:element name="message" minOccurs="1" maxOccurs="1" type="xsd:string">
867
867
<xsd:annotation>
868
- <xsd:documentation></xsd:documentation >
868
+ <xsd:documentation/ >
869
869
<xsd:appinfo xmlns:inf=" {$ this ->_baseUrl }/soap/ {$ this ->_storeCode }?services=testModule5AllSoapAndRestV2">
870
870
<inf:maxLength/>
871
871
</xsd:appinfo>
@@ -888,7 +888,7 @@ protected function _checkFaultsComplexTypeSection($wsdlContent)
888
888
<xsd:sequence>
889
889
<xsd:element name="message" minOccurs="1" maxOccurs="1" type="xsd:string">
890
890
<xsd:annotation>
891
- <xsd:documentation></xsd:documentation >
891
+ <xsd:documentation/ >
892
892
<xsd:appinfo xmlns:inf=" {$ this ->_baseUrl }/soap/ {$ this ->_storeCode }?services=testModule5AllSoapAndRestV1%2CtestModule5AllSoapAndRestV2">
893
893
<inf:maxLength/>
894
894
</xsd:appinfo>
0 commit comments