lib/lolsoap/request.rb in lolsoap-0.6.1 vs lib/lolsoap/request.rb in lolsoap-0.7.0
- old
+ new
@@ -34,15 +34,15 @@
envelope.endpoint
end
# The type of the element sent in the request body
def input_type
- envelope.input_body_type
+ envelope.input_body_content_type
end
# The type of the element that will be received in the response body
def output_type
- envelope.output_body_type
+ envelope.output_body_content_type
end
# The MIME type of the request. This is always application/soap+xml,
# but it could be overridden in a subclass.
def mime