diff --git a/lib/service_proxy/soap/soap_fault.rb b/lib/service_proxy/soap/soap_fault.rb deleted file mode 100644 index dd93a3b..0000000 --- a/lib/service_proxy/soap/soap_fault.rb +++ /dev/null @@ -1,12 +0,0 @@ -class SOAPFault - attr_accessor :fault_code, :fault_string, :fault_actor, :detail - - def to_xml -=begin - - env:VersionMismatch - Version Mismatch - -=end - end -end \ No newline at end of file