Changeset 2011 for trunk/test/wsdl
- Timestamp:
- 02/10/08 10:57:09 (10 months ago)
- Files:
-
- trunk/test/wsdl/axisArray/itemList.rb (deleted)
- trunk/test/wsdl/raa/RAA.rb (deleted)
- trunk/test/wsdl/rpc/test_rpc_lit.rb (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/wsdl/rpc/test_rpc_lit.rb
r2006 r2011 156 156 ECHO_STRING_ARRAY_REQUEST = 157 157 %q[<?xml version="1.0" encoding="utf-8" ?> 158 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 158 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 159 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 159 160 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 160 161 <env:Body> … … 171 172 ECHO_STRING_ARRAY_RESPONSE = 172 173 %q[<?xml version="1.0" encoding="utf-8" ?> 173 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 174 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 175 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 174 176 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 175 177 <env:Body> … … 199 201 ECHO_STRING_ARRAY_INLINE_REQUEST = 200 202 %q[<?xml version="1.0" encoding="utf-8" ?> 201 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 203 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 204 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 202 205 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 203 206 <env:Body> … … 214 217 ECHO_STRING_ARRAY_INLINE_RESPONSE = 215 218 %q[<?xml version="1.0" encoding="utf-8" ?> 216 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 219 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 220 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 217 221 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 218 222 <env:Body> … … 241 245 ECHO_NESTED_STRUCT_REQUEST = 242 246 %q[<?xml version="1.0" encoding="utf-8" ?> 243 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 247 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 248 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 244 249 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 245 250 <env:Body> … … 261 266 ECHO_NESTED_STRUCT_RESPONSE = 262 267 %q[<?xml version="1.0" encoding="utf-8" ?> 263 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 268 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 269 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 264 270 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 265 271 <env:Body> … … 300 306 ECHO_NESTED_STRUCT_REQUEST_NIL = 301 307 %q[<?xml version="1.0" encoding="utf-8" ?> 302 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 308 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 309 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 303 310 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 304 311 <env:Body> … … 319 326 ECHO_NESTED_STRUCT_RESPONSE_NIL = 320 327 %q[<?xml version="1.0" encoding="utf-8" ?> 321 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 328 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 329 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 322 330 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 323 331 <env:Body> … … 379 387 ECHO_STRUCT_ARRAY_REQUEST = 380 388 %q[<?xml version="1.0" encoding="utf-8" ?> 381 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 389 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 390 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 382 391 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 383 392 <env:Body> … … 401 410 ECHO_STRUCT_ARRAY_RESPONSE = 402 411 %q[<?xml version="1.0" encoding="utf-8" ?> 403 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 412 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" 413 xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 404 414 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 405 415 <env:Body>