summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/test/wsdl/marshal/person.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_5/test/wsdl/marshal/person.wsdl')
-rw-r--r--ruby_1_8_5/test/wsdl/marshal/person.wsdl21
1 files changed, 0 insertions, 21 deletions
diff --git a/ruby_1_8_5/test/wsdl/marshal/person.wsdl b/ruby_1_8_5/test/wsdl/marshal/person.wsdl
deleted file mode 100644
index 6ea8a04825..0000000000
--- a/ruby_1_8_5/test/wsdl/marshal/person.wsdl
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<definitions name="Person"
- targetNamespace="http://www.jin.gr.jp/~nahi/xmlns/sample/Person"
- xmlns:tns="http://www.jin.gr.jp/~nahi/xmlns/sample/Person"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns="http://schemas.xmlsoap.org/wsdl/">
- <types>
- <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.jin.gr.jp/~nahi/xmlns/sample/Person">
- <complexType name="Person">
- <all>
- <element name="familyname" type="xsd:string"/>
- <element name="givenname" type="xsd:string"/>
- <element name="var1" type="xsd:int"/>
- <element name="var2" type="xsd:double"/>
- <element name="var3" type="xsd:string"/>
- </all>
- </complexType>
- </xsd:schema>
- </types>
-</definitions>