README.md in shapewear-0.0.2 vs README.md in shapewear-0.0.3
- old
+ new
@@ -29,9 +29,11 @@
include Shapewear
wsdl_namespace 'http://services.example.com/v1'
schema_namespace 'http://schemas.example.com/v1'
+ endpoint_url 'http://localhost:3000/my_first_service'
+
operation :hello, :parameters => [[:name, String]], :returns => String
def hello(name)
"hello, #{name}"
end