README.md in shapewear-0.0.4 vs README.md in shapewear-0.0.5
- old
+ new
@@ -33,10 +33,9 @@
class MyFirstService
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)