method

soap_rpc_complextypes

ruby latest stable - Class: WSDL::Definitions

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

soap_rpc_complextypes(binding)
public

No documentation available.

# File lib/wsdl/soap/definitions.rb, line 73
  def soap_rpc_complextypes(binding)
    types = rpc_operation_complextypes(binding)
    types + self.class.soap_rpc_complextypes
  end