#!/usr/bin/env ruby
require 'defaultDriver.rb'

endpoint_url = ARGV.shift
obj = PortType.new(endpoint_url)

# run ruby with -d to see SOAP wiredumps.
obj.wiredump_dev = STDERR if $DEBUG

# SYNOPSIS
#   echoAnySimpleTypeElement(echoAnySimpleTypeElementRequest)
#
# ARGS
#   echoAnySimpleTypeElementRequest EchoAnySimpleTypeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnySimpleTypeElement
#
# RETURNS
#   echoAnySimpleTypeElementResponse EchoAnySimpleTypeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnySimpleTypeElement
#
echoAnySimpleTypeElementRequest = nil
puts obj.echoAnySimpleTypeElement(echoAnySimpleTypeElementRequest)

# SYNOPSIS
#   echoAnyTypeElement(echoAnyTypeElementRequest)
#
# ARGS
#   echoAnyTypeElementRequest EchoAnyTypeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyTypeElement
#
# RETURNS
#   echoAnyTypeElementResponse EchoAnyTypeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyTypeElement
#
echoAnyTypeElementRequest = nil
puts obj.echoAnyTypeElement(echoAnyTypeElementRequest)

# SYNOPSIS
#   echoImportSchema(echoImportSchemaRequest)
#
# ARGS
#   echoImportSchemaRequest EchoImportSchema - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoImportSchema
#
# RETURNS
#   echoImportSchemaResponse EchoImportSchema - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoImportSchema
#
echoImportSchemaRequest = nil
puts obj.echoImportSchema(echoImportSchemaRequest)

# SYNOPSIS
#   echoDocumentationElement(echoDocumentationElementRequest)
#
# ARGS
#   echoDocumentationElementRequest EchoDocumentationElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDocumentationElement
#
# RETURNS
#   echoDocumentationElementResponse EchoDocumentationElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDocumentationElement
#
echoDocumentationElementRequest = nil
puts obj.echoDocumentationElement(echoDocumentationElementRequest)

# SYNOPSIS
#   echoStringElement(echoStringElementRequest)
#
# ARGS
#   echoStringElementRequest EchoStringElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoStringElement
#
# RETURNS
#   echoStringElementResponse EchoStringElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoStringElement
#
echoStringElementRequest = nil
puts obj.echoStringElement(echoStringElementRequest)

# SYNOPSIS
#   echoGlobalStringAttribute(echoGlobalStringAttributeRequest)
#
# ARGS
#   echoGlobalStringAttributeRequest EchoGlobalStringAttribute - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGlobalStringAttribute
#
# RETURNS
#   echoGlobalStringAttributeResponse EchoGlobalStringAttribute - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGlobalStringAttribute
#
echoGlobalStringAttributeRequest = nil
puts obj.echoGlobalStringAttribute(echoGlobalStringAttributeRequest)

# SYNOPSIS
#   echoBooleanElement(echoBooleanElementRequest)
#
# ARGS
#   echoBooleanElementRequest EchoBooleanElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoBooleanElement
#
# RETURNS
#   echoBooleanElementResponse EchoBooleanElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoBooleanElement
#
echoBooleanElementRequest = nil
puts obj.echoBooleanElement(echoBooleanElementRequest)

# SYNOPSIS
#   echoDecimalElement(echoDecimalElementRequest)
#
# ARGS
#   echoDecimalElementRequest EchoDecimalElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDecimalElement
#
# RETURNS
#   echoDecimalElementResponse EchoDecimalElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDecimalElement
#
echoDecimalElementRequest = nil
puts obj.echoDecimalElement(echoDecimalElementRequest)

# SYNOPSIS
#   echoFloatElement(echoFloatElementRequest)
#
# ARGS
#   echoFloatElementRequest EchoFloatElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoFloatElement
#
# RETURNS
#   echoFloatElementResponse EchoFloatElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoFloatElement
#
echoFloatElementRequest = nil
puts obj.echoFloatElement(echoFloatElementRequest)

# SYNOPSIS
#   echoDoubleElement(echoDoubleElementRequest)
#
# ARGS
#   echoDoubleElementRequest EchoDoubleElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDoubleElement
#
# RETURNS
#   echoDoubleElementResponse EchoDoubleElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDoubleElement
#
echoDoubleElementRequest = nil
puts obj.echoDoubleElement(echoDoubleElementRequest)

# SYNOPSIS
#   echoDurationElement(echoDurationElementRequest)
#
# ARGS
#   echoDurationElementRequest EchoDurationElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDurationElement
#
# RETURNS
#   echoDurationElementResponse EchoDurationElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDurationElement
#
echoDurationElementRequest = nil
puts obj.echoDurationElement(echoDurationElementRequest)

# SYNOPSIS
#   echoDateTimeElement(echoDateTimeElementRequest)
#
# ARGS
#   echoDateTimeElementRequest EchoDateTimeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDateTimeElement
#
# RETURNS
#   echoDateTimeElementResponse EchoDateTimeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDateTimeElement
#
echoDateTimeElementRequest = nil
puts obj.echoDateTimeElement(echoDateTimeElementRequest)

# SYNOPSIS
#   echoTimeElement(echoTimeElementRequest)
#
# ARGS
#   echoTimeElementRequest EchoTimeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoTimeElement
#
# RETURNS
#   echoTimeElementResponse EchoTimeElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoTimeElement
#
echoTimeElementRequest = nil
puts obj.echoTimeElement(echoTimeElementRequest)

# SYNOPSIS
#   echoDateElement(echoDateElementRequest)
#
# ARGS
#   echoDateElementRequest EchoDateElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDateElement
#
# RETURNS
#   echoDateElementResponse EchoDateElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDateElement
#
echoDateElementRequest = nil
puts obj.echoDateElement(echoDateElementRequest)

# SYNOPSIS
#   echoGYearMonthElement(echoGYearMonthElementRequest)
#
# ARGS
#   echoGYearMonthElementRequest EchoGYearMonthElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGYearMonthElement
#
# RETURNS
#   echoGYearMonthElementResponse EchoGYearMonthElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGYearMonthElement
#
echoGYearMonthElementRequest = nil
puts obj.echoGYearMonthElement(echoGYearMonthElementRequest)

# SYNOPSIS
#   echoGYearElement(echoGYearElementRequest)
#
# ARGS
#   echoGYearElementRequest EchoGYearElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGYearElement
#
# RETURNS
#   echoGYearElementResponse EchoGYearElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGYearElement
#
echoGYearElementRequest = nil
puts obj.echoGYearElement(echoGYearElementRequest)

# SYNOPSIS
#   echoGMonthDayElement(echoGMonthDayElementRequest)
#
# ARGS
#   echoGMonthDayElementRequest EchoGMonthDayElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGMonthDayElement
#
# RETURNS
#   echoGMonthDayElementResponse EchoGMonthDayElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGMonthDayElement
#
echoGMonthDayElementRequest = nil
puts obj.echoGMonthDayElement(echoGMonthDayElementRequest)

# SYNOPSIS
#   echoGDayElement(echoGDayElementRequest)
#
# ARGS
#   echoGDayElementRequest EchoGDayElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGDayElement
#
# RETURNS
#   echoGDayElementResponse EchoGDayElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGDayElement
#
echoGDayElementRequest = nil
puts obj.echoGDayElement(echoGDayElementRequest)

# SYNOPSIS
#   echoGMonthElement(echoGMonthElementRequest)
#
# ARGS
#   echoGMonthElementRequest EchoGMonthElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGMonthElement
#
# RETURNS
#   echoGMonthElementResponse EchoGMonthElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoGMonthElement
#
echoGMonthElementRequest = nil
puts obj.echoGMonthElement(echoGMonthElementRequest)

# SYNOPSIS
#   echoHexBinaryElement(echoHexBinaryElementRequest)
#
# ARGS
#   echoHexBinaryElementRequest EchoHexBinaryElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoHexBinaryElement
#
# RETURNS
#   echoHexBinaryElementResponse EchoHexBinaryElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoHexBinaryElement
#
echoHexBinaryElementRequest = nil
puts obj.echoHexBinaryElement(echoHexBinaryElementRequest)

# SYNOPSIS
#   echoBase64BinaryElement(echoBase64BinaryElementRequest)
#
# ARGS
#   echoBase64BinaryElementRequest EchoBase64BinaryElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoBase64BinaryElement
#
# RETURNS
#   echoBase64BinaryElementResponse EchoBase64BinaryElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoBase64BinaryElement
#
echoBase64BinaryElementRequest = nil
puts obj.echoBase64BinaryElement(echoBase64BinaryElementRequest)

# SYNOPSIS
#   echoAnyURIElement(echoAnyURIElementRequest)
#
# ARGS
#   echoAnyURIElementRequest EchoAnyURIElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyURIElement
#
# RETURNS
#   echoAnyURIElementResponse EchoAnyURIElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyURIElement
#
echoAnyURIElementRequest = nil
puts obj.echoAnyURIElement(echoAnyURIElementRequest)

# SYNOPSIS
#   echoQNameElement(echoQNameElementRequest)
#
# ARGS
#   echoQNameElementRequest EchoQNameElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoQNameElement
#
# RETURNS
#   echoQNameElementResponse EchoQNameElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoQNameElement
#
echoQNameElementRequest = nil
puts obj.echoQNameElement(echoQNameElementRequest)

# SYNOPSIS
#   echoNormalizedStringElement(echoNormalizedStringElementRequest)
#
# ARGS
#   echoNormalizedStringElementRequest EchoNormalizedStringElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNormalizedStringElement
#
# RETURNS
#   echoNormalizedStringElementResponse EchoNormalizedStringElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNormalizedStringElement
#
echoNormalizedStringElementRequest = nil
puts obj.echoNormalizedStringElement(echoNormalizedStringElementRequest)

# SYNOPSIS
#   echoTokenElement(echoTokenElementRequest)
#
# ARGS
#   echoTokenElementRequest EchoTokenElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoTokenElement
#
# RETURNS
#   echoTokenElementResponse EchoTokenElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoTokenElement
#
echoTokenElementRequest = nil
puts obj.echoTokenElement(echoTokenElementRequest)

# SYNOPSIS
#   echoLanguageElement(echoLanguageElementRequest)
#
# ARGS
#   echoLanguageElementRequest EchoLanguageElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoLanguageElement
#
# RETURNS
#   echoLanguageElementResponse EchoLanguageElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoLanguageElement
#
echoLanguageElementRequest = nil
puts obj.echoLanguageElement(echoLanguageElementRequest)

# SYNOPSIS
#   echoNMTOKENElement(echoNMTOKENElementRequest)
#
# ARGS
#   echoNMTOKENElementRequest EchoNMTOKENElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNMTOKENElement
#
# RETURNS
#   echoNMTOKENElementResponse EchoNMTOKENElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNMTOKENElement
#
echoNMTOKENElementRequest = nil
puts obj.echoNMTOKENElement(echoNMTOKENElementRequest)

# SYNOPSIS
#   echoNMTOKENSElement(echoNMTOKENSElementRequest)
#
# ARGS
#   echoNMTOKENSElementRequest EchoNMTOKENSElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNMTOKENSElement
#
# RETURNS
#   echoNMTOKENSElementResponse EchoNMTOKENSElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNMTOKENSElement
#
echoNMTOKENSElementRequest = nil
puts obj.echoNMTOKENSElement(echoNMTOKENSElementRequest)

# SYNOPSIS
#   echoNameElement(echoNameElementRequest)
#
# ARGS
#   echoNameElementRequest EchoNameElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNameElement
#
# RETURNS
#   echoNameElementResponse EchoNameElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNameElement
#
echoNameElementRequest = nil
puts obj.echoNameElement(echoNameElementRequest)

# SYNOPSIS
#   echoNCNameElement(echoNCNameElementRequest)
#
# ARGS
#   echoNCNameElementRequest EchoNCNameElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNCNameElement
#
# RETURNS
#   echoNCNameElementResponse EchoNCNameElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNCNameElement
#
echoNCNameElementRequest = nil
puts obj.echoNCNameElement(echoNCNameElementRequest)

# SYNOPSIS
#   echoIDElement(echoIDElementRequest)
#
# ARGS
#   echoIDElementRequest EchoIDElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIDElement
#
# RETURNS
#   echoIDElementResponse EchoIDElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIDElement
#
echoIDElementRequest = nil
puts obj.echoIDElement(echoIDElementRequest)

# SYNOPSIS
#   echoIDREFElement(echoIDREFElementRequest)
#
# ARGS
#   echoIDREFElementRequest EchoIDREFElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIDREFElement
#
# RETURNS
#   echoIDREFElementResponse EchoIDREFElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIDREFElement
#
echoIDREFElementRequest = nil
puts obj.echoIDREFElement(echoIDREFElementRequest)

# SYNOPSIS
#   echoIDREFSElement(echoIDREFSElementRequest)
#
# ARGS
#   echoIDREFSElementRequest EchoIDREFSElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIDREFSElement
#
# RETURNS
#   echoIDREFSElementResponse EchoIDREFSElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIDREFSElement
#
echoIDREFSElementRequest = nil
puts obj.echoIDREFSElement(echoIDREFSElementRequest)

# SYNOPSIS
#   echoENTITYElement(echoENTITYElementRequest)
#
# ARGS
#   echoENTITYElementRequest EchoENTITYElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoENTITYElement
#
# RETURNS
#   echoENTITYElementResponse EchoENTITYElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoENTITYElement
#
echoENTITYElementRequest = nil
puts obj.echoENTITYElement(echoENTITYElementRequest)

# SYNOPSIS
#   echoENTITIESElement(echoENTITIESElementRequest)
#
# ARGS
#   echoENTITIESElementRequest EchoENTITIESElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoENTITIESElement
#
# RETURNS
#   echoENTITIESElementResponse EchoENTITIESElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoENTITIESElement
#
echoENTITIESElementRequest = nil
puts obj.echoENTITIESElement(echoENTITIESElementRequest)

# SYNOPSIS
#   echoIntegerElement(echoIntegerElementRequest)
#
# ARGS
#   echoIntegerElementRequest EchoIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntegerElement
#
# RETURNS
#   echoIntegerElementResponse EchoIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntegerElement
#
echoIntegerElementRequest = nil
puts obj.echoIntegerElement(echoIntegerElementRequest)

# SYNOPSIS
#   echoNonPositiveIntegerElement(echoNonPositiveIntegerElementRequest)
#
# ARGS
#   echoNonPositiveIntegerElementRequest EchoNonPositiveIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNonPositiveIntegerElement
#
# RETURNS
#   echoNonPositiveIntegerElementResponse EchoNonPositiveIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNonPositiveIntegerElement
#
echoNonPositiveIntegerElementRequest = nil
puts obj.echoNonPositiveIntegerElement(echoNonPositiveIntegerElementRequest)

# SYNOPSIS
#   echoNegativeIntegerElement(echoNegativeIntegerElementRequest)
#
# ARGS
#   echoNegativeIntegerElementRequest EchoNegativeIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNegativeIntegerElement
#
# RETURNS
#   echoNegativeIntegerElementResponse EchoNegativeIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNegativeIntegerElement
#
echoNegativeIntegerElementRequest = nil
puts obj.echoNegativeIntegerElement(echoNegativeIntegerElementRequest)

# SYNOPSIS
#   echoLongElement(echoLongElementRequest)
#
# ARGS
#   echoLongElementRequest EchoLongElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoLongElement
#
# RETURNS
#   echoLongElementResponse EchoLongElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoLongElement
#
echoLongElementRequest = nil
puts obj.echoLongElement(echoLongElementRequest)

# SYNOPSIS
#   echoIntElement(echoIntElementRequest)
#
# ARGS
#   echoIntElementRequest EchoIntElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntElement
#
# RETURNS
#   echoIntElementResponse EchoIntElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntElement
#
echoIntElementRequest = nil
puts obj.echoIntElement(echoIntElementRequest)

# SYNOPSIS
#   echoShortElement(echoShortElementRequest)
#
# ARGS
#   echoShortElementRequest EchoShortElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoShortElement
#
# RETURNS
#   echoShortElementResponse EchoShortElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoShortElement
#
echoShortElementRequest = nil
puts obj.echoShortElement(echoShortElementRequest)

# SYNOPSIS
#   echoByteElement(echoByteElementRequest)
#
# ARGS
#   echoByteElementRequest EchoByteElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoByteElement
#
# RETURNS
#   echoByteElementResponse EchoByteElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoByteElement
#
echoByteElementRequest = nil
puts obj.echoByteElement(echoByteElementRequest)

# SYNOPSIS
#   echoNonNegativeIntegerElement(echoNonNegativeIntegerElementRequest)
#
# ARGS
#   echoNonNegativeIntegerElementRequest EchoNonNegativeIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNonNegativeIntegerElement
#
# RETURNS
#   echoNonNegativeIntegerElementResponse EchoNonNegativeIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNonNegativeIntegerElement
#
echoNonNegativeIntegerElementRequest = nil
puts obj.echoNonNegativeIntegerElement(echoNonNegativeIntegerElementRequest)

# SYNOPSIS
#   echoUnsignedLongElement(echoUnsignedLongElementRequest)
#
# ARGS
#   echoUnsignedLongElementRequest EchoUnsignedLongElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedLongElement
#
# RETURNS
#   echoUnsignedLongElementResponse EchoUnsignedLongElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedLongElement
#
echoUnsignedLongElementRequest = nil
puts obj.echoUnsignedLongElement(echoUnsignedLongElementRequest)

# SYNOPSIS
#   echoUnsignedIntElement(echoUnsignedIntElementRequest)
#
# ARGS
#   echoUnsignedIntElementRequest EchoUnsignedIntElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedIntElement
#
# RETURNS
#   echoUnsignedIntElementResponse EchoUnsignedIntElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedIntElement
#
echoUnsignedIntElementRequest = nil
puts obj.echoUnsignedIntElement(echoUnsignedIntElementRequest)

# SYNOPSIS
#   echoUnsignedShortElement(echoUnsignedShortElementRequest)
#
# ARGS
#   echoUnsignedShortElementRequest EchoUnsignedShortElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedShortElement
#
# RETURNS
#   echoUnsignedShortElementResponse EchoUnsignedShortElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedShortElement
#
echoUnsignedShortElementRequest = nil
puts obj.echoUnsignedShortElement(echoUnsignedShortElementRequest)

# SYNOPSIS
#   echoUnsignedByteElement(echoUnsignedByteElementRequest)
#
# ARGS
#   echoUnsignedByteElementRequest EchoUnsignedByteElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedByteElement
#
# RETURNS
#   echoUnsignedByteElementResponse EchoUnsignedByteElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedByteElement
#
echoUnsignedByteElementRequest = nil
puts obj.echoUnsignedByteElement(echoUnsignedByteElementRequest)

# SYNOPSIS
#   echoPositiveIntegerElement(echoPositiveIntegerElementRequest)
#
# ARGS
#   echoPositiveIntegerElementRequest EchoPositiveIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoPositiveIntegerElement
#
# RETURNS
#   echoPositiveIntegerElementResponse EchoPositiveIntegerElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoPositiveIntegerElement
#
echoPositiveIntegerElementRequest = nil
puts obj.echoPositiveIntegerElement(echoPositiveIntegerElementRequest)

# SYNOPSIS
#   echoStringEnumeration(echoStringEnumerationRequest)
#
# ARGS
#   echoStringEnumerationRequest EchoStringEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoStringEnumeration
#
# RETURNS
#   echoStringEnumerationResponse EchoStringEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoStringEnumeration
#
echoStringEnumerationRequest = nil
puts obj.echoStringEnumeration(echoStringEnumerationRequest)

# SYNOPSIS
#   echoIntEnumeration(echoIntEnumerationRequest)
#
# ARGS
#   echoIntEnumerationRequest EchoIntEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntEnumeration
#
# RETURNS
#   echoIntEnumerationResponse EchoIntEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntEnumeration
#
echoIntEnumerationRequest = nil
puts obj.echoIntEnumeration(echoIntEnumerationRequest)

# SYNOPSIS
#   echoShortEnumeration(echoShortEnumerationRequest)
#
# ARGS
#   echoShortEnumerationRequest EchoShortEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoShortEnumeration
#
# RETURNS
#   echoShortEnumerationResponse EchoShortEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoShortEnumeration
#
echoShortEnumerationRequest = nil
puts obj.echoShortEnumeration(echoShortEnumerationRequest)

# SYNOPSIS
#   echoLongEnumeration(echoLongEnumerationRequest)
#
# ARGS
#   echoLongEnumerationRequest EchoLongEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoLongEnumeration
#
# RETURNS
#   echoLongEnumerationResponse EchoLongEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoLongEnumeration
#
echoLongEnumerationRequest = nil
puts obj.echoLongEnumeration(echoLongEnumerationRequest)

# SYNOPSIS
#   echoDoubleEnumeration(echoDoubleEnumerationRequest)
#
# ARGS
#   echoDoubleEnumerationRequest EchoDoubleEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDoubleEnumeration
#
# RETURNS
#   echoDoubleEnumerationResponse EchoDoubleEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDoubleEnumeration
#
echoDoubleEnumerationRequest = nil
puts obj.echoDoubleEnumeration(echoDoubleEnumerationRequest)

# SYNOPSIS
#   echoIntegerEnumeration(echoIntegerEnumerationRequest)
#
# ARGS
#   echoIntegerEnumerationRequest EchoIntegerEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntegerEnumeration
#
# RETURNS
#   echoIntegerEnumerationResponse EchoIntegerEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIntegerEnumeration
#
echoIntegerEnumerationRequest = nil
puts obj.echoIntegerEnumeration(echoIntegerEnumerationRequest)

# SYNOPSIS
#   echoDecimalEnumeration(echoDecimalEnumerationRequest)
#
# ARGS
#   echoDecimalEnumerationRequest EchoDecimalEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDecimalEnumeration
#
# RETURNS
#   echoDecimalEnumerationResponse EchoDecimalEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoDecimalEnumeration
#
echoDecimalEnumerationRequest = nil
puts obj.echoDecimalEnumeration(echoDecimalEnumerationRequest)

# SYNOPSIS
#   echoFloatEnumeration(echoFloatEnumerationRequest)
#
# ARGS
#   echoFloatEnumerationRequest EchoFloatEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoFloatEnumeration
#
# RETURNS
#   echoFloatEnumerationResponse EchoFloatEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoFloatEnumeration
#
echoFloatEnumerationRequest = nil
puts obj.echoFloatEnumeration(echoFloatEnumerationRequest)

# SYNOPSIS
#   echoNonNegativeIntegerEnumeration(echoNonNegativeIntegerEnumerationRequest)
#
# ARGS
#   echoNonNegativeIntegerEnumerationRequest EchoNonNegativeIntegerEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNonNegativeIntegerEnumeration
#
# RETURNS
#   echoNonNegativeIntegerEnumerationResponse EchoNonNegativeIntegerEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNonNegativeIntegerEnumeration
#
echoNonNegativeIntegerEnumerationRequest = nil
puts obj.echoNonNegativeIntegerEnumeration(echoNonNegativeIntegerEnumerationRequest)

# SYNOPSIS
#   echoPositiveIntegerEnumeration(echoPositiveIntegerEnumerationRequest)
#
# ARGS
#   echoPositiveIntegerEnumerationRequest EchoPositiveIntegerEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoPositiveIntegerEnumeration
#
# RETURNS
#   echoPositiveIntegerEnumerationResponse EchoPositiveIntegerEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoPositiveIntegerEnumeration
#
echoPositiveIntegerEnumerationRequest = nil
puts obj.echoPositiveIntegerEnumeration(echoPositiveIntegerEnumerationRequest)

# SYNOPSIS
#   echoUnsignedLongEnumeration(echoUnsignedLongEnumerationRequest)
#
# ARGS
#   echoUnsignedLongEnumerationRequest EchoUnsignedLongEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedLongEnumeration
#
# RETURNS
#   echoUnsignedLongEnumerationResponse EchoUnsignedLongEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedLongEnumeration
#
echoUnsignedLongEnumerationRequest = nil
puts obj.echoUnsignedLongEnumeration(echoUnsignedLongEnumerationRequest)

# SYNOPSIS
#   echoUnsignedIntEnumeration(echoUnsignedIntEnumerationRequest)
#
# ARGS
#   echoUnsignedIntEnumerationRequest EchoUnsignedIntEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedIntEnumeration
#
# RETURNS
#   echoUnsignedIntEnumerationResponse EchoUnsignedIntEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedIntEnumeration
#
echoUnsignedIntEnumerationRequest = nil
puts obj.echoUnsignedIntEnumeration(echoUnsignedIntEnumerationRequest)

# SYNOPSIS
#   echoUnsignedShortEnumeration(echoUnsignedShortEnumerationRequest)
#
# ARGS
#   echoUnsignedShortEnumerationRequest EchoUnsignedShortEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedShortEnumeration
#
# RETURNS
#   echoUnsignedShortEnumerationResponse EchoUnsignedShortEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnsignedShortEnumeration
#
echoUnsignedShortEnumerationRequest = nil
puts obj.echoUnsignedShortEnumeration(echoUnsignedShortEnumerationRequest)

# SYNOPSIS
#   echoCollection(echoCollectionRequest)
#
# ARGS
#   echoCollectionRequest EchoCollection - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoCollection
#
# RETURNS
#   echoCollectionResponse EchoCollection - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoCollection
#
echoCollectionRequest = nil
puts obj.echoCollection(echoCollectionRequest)

# SYNOPSIS
#   echoMinOccurs1(echoMinOccurs1Request)
#
# ARGS
#   echoMinOccurs1Request EchoMinOccurs1 - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMinOccurs1
#
# RETURNS
#   echoMinOccurs1Response EchoMinOccurs1 - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMinOccurs1
#
echoMinOccurs1Request = nil
puts obj.echoMinOccurs1(echoMinOccurs1Request)

# SYNOPSIS
#   echoMinOccurs2MaxOccurs2(echoMinOccurs2MaxOccurs2Request)
#
# ARGS
#   echoMinOccurs2MaxOccurs2Request EchoMinOccurs2MaxOccurs2 - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMinOccurs2MaxOccurs2
#
# RETURNS
#   echoMinOccurs2MaxOccurs2Response EchoMinOccurs2MaxOccurs2 - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMinOccurs2MaxOccurs2
#
echoMinOccurs2MaxOccurs2Request = nil
puts obj.echoMinOccurs2MaxOccurs2(echoMinOccurs2MaxOccurs2Request)

# SYNOPSIS
#   echoMinOccurs2orMore(echoMinOccurs2orMoreRequest)
#
# ARGS
#   echoMinOccurs2orMoreRequest EchoMinOccurs2orMore - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMinOccurs2orMore
#
# RETURNS
#   echoMinOccurs2orMoreResponse EchoMinOccurs2orMore - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMinOccurs2orMore
#
echoMinOccurs2orMoreRequest = nil
puts obj.echoMinOccurs2orMore(echoMinOccurs2orMoreRequest)

# SYNOPSIS
#   echoMaxOccurs1(echoMaxOccurs1Request)
#
# ARGS
#   echoMaxOccurs1Request EchoMaxOccurs1 - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMaxOccurs1
#
# RETURNS
#   echoMaxOccurs1Response EchoMaxOccurs1 - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMaxOccurs1
#
echoMaxOccurs1Request = nil
puts obj.echoMaxOccurs1(echoMaxOccurs1Request)

# SYNOPSIS
#   echoMaxOccursUnbounded(echoMaxOccursUnboundedRequest)
#
# ARGS
#   echoMaxOccursUnboundedRequest EchoMaxOccursUnbounded - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMaxOccursUnbounded
#
# RETURNS
#   echoMaxOccursUnboundedResponse EchoMaxOccursUnbounded - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMaxOccursUnbounded
#
echoMaxOccursUnboundedRequest = nil
puts obj.echoMaxOccursUnbounded(echoMaxOccursUnboundedRequest)

# SYNOPSIS
#   echoMaxOccursFinite(echoMaxOccursFiniteRequest)
#
# ARGS
#   echoMaxOccursFiniteRequest EchoMaxOccursFinite - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMaxOccursFinite
#
# RETURNS
#   echoMaxOccursFiniteResponse EchoMaxOccursFinite - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMaxOccursFinite
#
echoMaxOccursFiniteRequest = nil
puts obj.echoMaxOccursFinite(echoMaxOccursFiniteRequest)

# SYNOPSIS
#   echoAttributeOptional(echoAttributeOptionalRequest)
#
# ARGS
#   echoAttributeOptionalRequest EchoAttributeOptional - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeOptional
#
# RETURNS
#   echoAttributeOptionalResponse EchoAttributeOptional - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeOptional
#
echoAttributeOptionalRequest = nil
puts obj.echoAttributeOptional(echoAttributeOptionalRequest)

# SYNOPSIS
#   echoAttributeRequired(echoAttributeRequiredRequest)
#
# ARGS
#   echoAttributeRequiredRequest EchoAttributeRequired - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeRequired
#
# RETURNS
#   echoAttributeRequiredResponse EchoAttributeRequired - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeRequired
#
echoAttributeRequiredRequest = nil
puts obj.echoAttributeRequired(echoAttributeRequiredRequest)

# SYNOPSIS
#   echoAttributeFixed(echoAttributeFixedRequest)
#
# ARGS
#   echoAttributeFixedRequest EchoAttributeFixed - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeFixed
#
# RETURNS
#   echoAttributeFixedResponse EchoAttributeFixed - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeFixed
#
echoAttributeFixedRequest = nil
puts obj.echoAttributeFixed(echoAttributeFixedRequest)

# SYNOPSIS
#   echoUnorderedCollection(echoUnorderedCollectionRequest)
#
# ARGS
#   echoUnorderedCollectionRequest EchoUnorderedCollection - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnorderedCollection
#
# RETURNS
#   echoUnorderedCollectionResponse EchoUnorderedCollection - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoUnorderedCollection
#
echoUnorderedCollectionRequest = nil
puts obj.echoUnorderedCollection(echoUnorderedCollectionRequest)

# SYNOPSIS
#   echoOptionalElement(echoOptionalElementRequest)
#
# ARGS
#   echoOptionalElementRequest EchoOptionalElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoOptionalElement
#
# RETURNS
#   echoOptionalElementResponse EchoOptionalElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoOptionalElement
#
echoOptionalElementRequest = nil
puts obj.echoOptionalElement(echoOptionalElementRequest)

# SYNOPSIS
#   echoNillableElement(echoNillableElementRequest)
#
# ARGS
#   echoNillableElementRequest EchoNillableElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNillableElement
#
# RETURNS
#   echoNillableElementResponse EchoNillableElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNillableElement
#
echoNillableElementRequest = nil
puts obj.echoNillableElement(echoNillableElementRequest)

# SYNOPSIS
#   echoNillableOptionalElement(echoNillableOptionalElementRequest)
#
# ARGS
#   echoNillableOptionalElementRequest EchoNillableOptionalElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNillableOptionalElement
#
# RETURNS
#   echoNillableOptionalElementResponse EchoNillableOptionalElement - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNillableOptionalElement
#
echoNillableOptionalElementRequest = nil
puts obj.echoNillableOptionalElement(echoNillableOptionalElementRequest)

# SYNOPSIS
#   echoChoice(echoChoiceRequest)
#
# ARGS
#   echoChoiceRequest EchoChoice - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoChoice
#
# RETURNS
#   echoChoiceResponse EchoChoice - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoChoice
#
echoChoiceRequest = nil
puts obj.echoChoice(echoChoiceRequest)

# SYNOPSIS
#   echoNullEnumeration(echoNullEnumerationRequest)
#
# ARGS
#   echoNullEnumerationRequest EchoNullEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNullEnumeration
#
# RETURNS
#   echoNullEnumerationResponse EchoNullEnumeration - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNullEnumeration
#
echoNullEnumerationRequest = nil
puts obj.echoNullEnumeration(echoNullEnumerationRequest)

# SYNOPSIS
#   echoEmptyComplexType(echoEmptyComplexTypeRequest)
#
# ARGS
#   echoEmptyComplexTypeRequest EchoEmptyComplexType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoEmptyComplexType
#
# RETURNS
#   echoEmptyComplexTypeResponse EchoEmptyComplexType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoEmptyComplexType
#
echoEmptyComplexTypeRequest = nil
puts obj.echoEmptyComplexType(echoEmptyComplexTypeRequest)

# SYNOPSIS
#   echoEmptySequence(echoEmptySequenceRequest)
#
# ARGS
#   echoEmptySequenceRequest EchoEmptySequence - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoEmptySequence
#
# RETURNS
#   echoEmptySequenceResponse EchoEmptySequence - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoEmptySequence
#
echoEmptySequenceRequest = nil
puts obj.echoEmptySequence(echoEmptySequenceRequest)

# SYNOPSIS
#   echoItemList(echoItemListRequest)
#
# ARGS
#   echoItemListRequest EchoItemList - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoItemList
#
# RETURNS
#   echoItemListResponse EchoItemList - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoItemList
#
echoItemListRequest = nil
puts obj.echoItemList(echoItemListRequest)

# SYNOPSIS
#   echoNestedItemList(echoNestedItemListRequest)
#
# ARGS
#   echoNestedItemListRequest EchoNestedItemList - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNestedItemList
#
# RETURNS
#   echoNestedItemListResponse EchoNestedItemList - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoNestedItemList
#
echoNestedItemListRequest = nil
puts obj.echoNestedItemList(echoNestedItemListRequest)

# SYNOPSIS
#   echoMixedContent(echoMixedContentRequest)
#
# ARGS
#   echoMixedContentRequest EchoMixedContent - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMixedContent
#
# RETURNS
#   echoMixedContentResponse EchoMixedContent - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoMixedContent
#
echoMixedContentRequest = nil
puts obj.echoMixedContent(echoMixedContentRequest)

# SYNOPSIS
#   echoConstrainedIntType(echoConstrainedIntTypeRequest)
#
# ARGS
#   echoConstrainedIntTypeRequest EchoConstrainedIntType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedIntType
#
# RETURNS
#   echoConstrainedIntTypeResponse EchoConstrainedIntType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedIntType
#
echoConstrainedIntTypeRequest = nil
puts obj.echoConstrainedIntType(echoConstrainedIntTypeRequest)

# SYNOPSIS
#   echoConstrainedIntegerType(echoConstrainedIntegerTypeRequest)
#
# ARGS
#   echoConstrainedIntegerTypeRequest EchoConstrainedIntegerType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedIntegerType
#
# RETURNS
#   echoConstrainedIntegerTypeResponse EchoConstrainedIntegerType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedIntegerType
#
echoConstrainedIntegerTypeRequest = nil
puts obj.echoConstrainedIntegerType(echoConstrainedIntegerTypeRequest)

# SYNOPSIS
#   echoConstrainedLongType(echoConstrainedLongTypeRequest)
#
# ARGS
#   echoConstrainedLongTypeRequest EchoConstrainedLongType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedLongType
#
# RETURNS
#   echoConstrainedLongTypeResponse EchoConstrainedLongType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedLongType
#
echoConstrainedLongTypeRequest = nil
puts obj.echoConstrainedLongType(echoConstrainedLongTypeRequest)

# SYNOPSIS
#   echoConstrainedDecimalType(echoConstrainedDecimalTypeRequest)
#
# ARGS
#   echoConstrainedDecimalTypeRequest EchoConstrainedDecimalType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedDecimalType
#
# RETURNS
#   echoConstrainedDecimalTypeResponse EchoConstrainedDecimalType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedDecimalType
#
echoConstrainedDecimalTypeRequest = nil
puts obj.echoConstrainedDecimalType(echoConstrainedDecimalTypeRequest)

# SYNOPSIS
#   echoConstrainedFloatType(echoConstrainedFloatTypeRequest)
#
# ARGS
#   echoConstrainedFloatTypeRequest EchoConstrainedFloatType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedFloatType
#
# RETURNS
#   echoConstrainedFloatTypeResponse EchoConstrainedFloatType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedFloatType
#
echoConstrainedFloatTypeRequest = nil
puts obj.echoConstrainedFloatType(echoConstrainedFloatTypeRequest)

# SYNOPSIS
#   echoConstrainedDoubleType(echoConstrainedDoubleTypeRequest)
#
# ARGS
#   echoConstrainedDoubleTypeRequest EchoConstrainedDoubleType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedDoubleType
#
# RETURNS
#   echoConstrainedDoubleTypeResponse EchoConstrainedDoubleType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedDoubleType
#
echoConstrainedDoubleTypeRequest = nil
puts obj.echoConstrainedDoubleType(echoConstrainedDoubleTypeRequest)

# SYNOPSIS
#   echoConstrainedShortType(echoConstrainedShortTypeRequest)
#
# ARGS
#   echoConstrainedShortTypeRequest EchoConstrainedShortType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedShortType
#
# RETURNS
#   echoConstrainedShortTypeResponse EchoConstrainedShortType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedShortType
#
echoConstrainedShortTypeRequest = nil
puts obj.echoConstrainedShortType(echoConstrainedShortTypeRequest)

# SYNOPSIS
#   echoConstrainedNonNegativeIntegerType(echoConstrainedNonNegativeIntegerTypeRequest)
#
# ARGS
#   echoConstrainedNonNegativeIntegerTypeRequest EchoConstrainedNonNegativeIntegerType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedNonNegativeIntegerType
#
# RETURNS
#   echoConstrainedNonNegativeIntegerTypeResponse EchoConstrainedNonNegativeIntegerType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedNonNegativeIntegerType
#
echoConstrainedNonNegativeIntegerTypeRequest = nil
puts obj.echoConstrainedNonNegativeIntegerType(echoConstrainedNonNegativeIntegerTypeRequest)

# SYNOPSIS
#   echoConstrainedPositiveIntegerType(echoConstrainedPositiveIntegerTypeRequest)
#
# ARGS
#   echoConstrainedPositiveIntegerTypeRequest EchoConstrainedPositiveIntegerType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedPositiveIntegerType
#
# RETURNS
#   echoConstrainedPositiveIntegerTypeResponse EchoConstrainedPositiveIntegerType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedPositiveIntegerType
#
echoConstrainedPositiveIntegerTypeRequest = nil
puts obj.echoConstrainedPositiveIntegerType(echoConstrainedPositiveIntegerTypeRequest)

# SYNOPSIS
#   echoConstrainedUnsignedLongType(echoConstrainedUnsignedLongTypeRequest)
#
# ARGS
#   echoConstrainedUnsignedLongTypeRequest EchoConstrainedUnsignedLongType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedUnsignedLongType
#
# RETURNS
#   echoConstrainedUnsignedLongTypeResponse EchoConstrainedUnsignedLongType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedUnsignedLongType
#
echoConstrainedUnsignedLongTypeRequest = nil
puts obj.echoConstrainedUnsignedLongType(echoConstrainedUnsignedLongTypeRequest)

# SYNOPSIS
#   echoConstrainedUnsignedIntType(echoConstrainedUnsignedIntTypeRequest)
#
# ARGS
#   echoConstrainedUnsignedIntTypeRequest EchoConstrainedUnsignedIntType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedUnsignedIntType
#
# RETURNS
#   echoConstrainedUnsignedIntTypeResponse EchoConstrainedUnsignedIntType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedUnsignedIntType
#
echoConstrainedUnsignedIntTypeRequest = nil
puts obj.echoConstrainedUnsignedIntType(echoConstrainedUnsignedIntTypeRequest)

# SYNOPSIS
#   echoConstrainedUnsignedShortType(echoConstrainedUnsignedShortTypeRequest)
#
# ARGS
#   echoConstrainedUnsignedShortTypeRequest EchoConstrainedUnsignedShortType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedUnsignedShortType
#
# RETURNS
#   echoConstrainedUnsignedShortTypeResponse EchoConstrainedUnsignedShortType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoConstrainedUnsignedShortType
#
echoConstrainedUnsignedShortTypeRequest = nil
puts obj.echoConstrainedUnsignedShortType(echoConstrainedUnsignedShortTypeRequest)

# SYNOPSIS
#   echoAnyAttribute(echoAnyAttributeRequest)
#
# ARGS
#   echoAnyAttributeRequest EchoAnyAttribute - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyAttribute
#
# RETURNS
#   echoAnyAttributeResponse EchoAnyAttribute - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyAttribute
#
echoAnyAttributeRequest = nil
puts obj.echoAnyAttribute(echoAnyAttributeRequest)

# SYNOPSIS
#   echoAnyAttributeSkip(echoAnyAttributeSkipRequest)
#
# ARGS
#   echoAnyAttributeSkipRequest EchoAnyAttributeSkip - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyAttributeSkip
#
# RETURNS
#   echoAnyAttributeSkipResponse EchoAnyAttributeSkip - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyAttributeSkip
#
echoAnyAttributeSkipRequest = nil
puts obj.echoAnyAttributeSkip(echoAnyAttributeSkipRequest)

# SYNOPSIS
#   echoAnyAttributeLax(echoAnyAttributeLaxRequest)
#
# ARGS
#   echoAnyAttributeLaxRequest EchoAnyAttributeLax - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyAttributeLax
#
# RETURNS
#   echoAnyAttributeLaxResponse EchoAnyAttributeLax - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAnyAttributeLax
#
echoAnyAttributeLaxRequest = nil
puts obj.echoAnyAttributeLax(echoAnyAttributeLaxRequest)

# SYNOPSIS
#   echoElementReference(echoElementReferenceRequest)
#
# ARGS
#   echoElementReferenceRequest EchoElementReference - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoElementReference
#
# RETURNS
#   echoElementReferenceResponse EchoElementReference - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoElementReference
#
echoElementReferenceRequest = nil
puts obj.echoElementReference(echoElementReferenceRequest)

# SYNOPSIS
#   echoAttributeReference(echoAttributeReferenceRequest)
#
# ARGS
#   echoAttributeReferenceRequest EchoAttributeReference - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeReference
#
# RETURNS
#   echoAttributeReferenceResponse EchoAttributeReference - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeReference
#
echoAttributeReferenceRequest = nil
puts obj.echoAttributeReference(echoAttributeReferenceRequest)

# SYNOPSIS
#   echoAttributeElementNameClash(echoAttributeElementNameClashRequest)
#
# ARGS
#   echoAttributeElementNameClashRequest EchoAttributeElementNameClash - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeElementNameClash
#
# RETURNS
#   echoAttributeElementNameClashResponse EchoAttributeElementNameClash - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoAttributeElementNameClash
#
echoAttributeElementNameClashRequest = nil
puts obj.echoAttributeElementNameClash(echoAttributeElementNameClashRequest)

# SYNOPSIS
#   echoExtendedCollectionStrict(echoExtendedCollectionStrictRequest)
#
# ARGS
#   echoExtendedCollectionStrictRequest EchoExtendedCollectionStrict - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoExtendedCollectionStrict
#
# RETURNS
#   echoExtendedCollectionStrictResponse EchoExtendedCollectionStrict - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoExtendedCollectionStrict
#
echoExtendedCollectionStrictRequest = nil
puts obj.echoExtendedCollectionStrict(echoExtendedCollectionStrictRequest)

# SYNOPSIS
#   echoExtendedCollectionLax(echoExtendedCollectionLaxRequest)
#
# ARGS
#   echoExtendedCollectionLaxRequest EchoExtendedCollectionLax - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoExtendedCollectionLax
#
# RETURNS
#   echoExtendedCollectionLaxResponse EchoExtendedCollectionLax - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoExtendedCollectionLax
#
echoExtendedCollectionLaxRequest = nil
puts obj.echoExtendedCollectionLax(echoExtendedCollectionLaxRequest)

# SYNOPSIS
#   echoExtendedCollectionSkip(echoExtendedCollectionSkipRequest)
#
# ARGS
#   echoExtendedCollectionSkipRequest EchoExtendedCollectionSkip - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoExtendedCollectionSkip
#
# RETURNS
#   echoExtendedCollectionSkipResponse EchoExtendedCollectionSkip - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoExtendedCollectionSkip
#
echoExtendedCollectionSkipRequest = nil
puts obj.echoExtendedCollectionSkip(echoExtendedCollectionSkipRequest)

# SYNOPSIS
#   echoElementTypeDefaultNamespace(echoElementTypeDefaultNamespaceRequest)
#
# ARGS
#   echoElementTypeDefaultNamespaceRequest EchoElementTypeDefaultNamespace - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoElementTypeDefaultNamespace
#
# RETURNS
#   echoElementTypeDefaultNamespaceResponse EchoElementTypeDefaultNamespace - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoElementTypeDefaultNamespace
#
echoElementTypeDefaultNamespaceRequest = nil
puts obj.echoElementTypeDefaultNamespace(echoElementTypeDefaultNamespaceRequest)

# SYNOPSIS
#   echoBareVector(echoBareVectorRequest)
#
# ARGS
#   echoBareVectorRequest EchoBareVector - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoBareVector
#
# RETURNS
#   echoBareVectorResponse EchoBareVector - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoBareVector
#
echoBareVectorRequest = nil
puts obj.echoBareVector(echoBareVectorRequest)

# SYNOPSIS
#   echoInherited(echoInheritedRequest)
#
# ARGS
#   echoInheritedRequest EchoInherited - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoInherited
#
# RETURNS
#   echoInheritedResponse EchoInherited - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoInherited
#
echoInheritedRequest = nil
puts obj.echoInherited(echoInheritedRequest)

# SYNOPSIS
#   echoTypeSubstitutionUsingXsiType(echoTypeSubstitutionUsingXsiTypeRequest)
#
# ARGS
#   echoTypeSubstitutionUsingXsiTypeRequest EchoTypeSubstitutionUsingXsiType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoTypeSubstitutionUsingXsiType
#
# RETURNS
#   echoTypeSubstitutionUsingXsiTypeResponse EchoTypeSubstitutionUsingXsiType - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoTypeSubstitutionUsingXsiType
#
echoTypeSubstitutionUsingXsiTypeRequest = nil
puts obj.echoTypeSubstitutionUsingXsiType(echoTypeSubstitutionUsingXsiTypeRequest)

# SYNOPSIS
#   echoIncludeFullPath(echoIncludeFullPathRequest)
#
# ARGS
#   echoIncludeFullPathRequest EchoIncludeFullPath - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIncludeFullPath
#
# RETURNS
#   echoIncludeFullPathResponse EchoIncludeFullPath - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoIncludeFullPath
#
echoIncludeFullPathRequest = nil
puts obj.echoIncludeFullPath(echoIncludeFullPathRequest)

# SYNOPSIS
#   echoSimpleTypeAttributes(echoSimpleTypeAttributesRequest)
#
# ARGS
#   echoSimpleTypeAttributesRequest EchoSimpleTypeAttributes - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoSimpleTypeAttributes
#
# RETURNS
#   echoSimpleTypeAttributesResponse EchoSimpleTypeAttributes - {http://www.w3.org/2002/ws/databinding/examples/6/05/}echoSimpleTypeAttributes
#
echoSimpleTypeAttributesRequest = nil
puts obj.echoSimpleTypeAttributes(echoSimpleTypeAttributesRequest)


