Skip to content

Commit

Permalink
updated the docs for version 3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jun 5, 2013
1 parent ce3beb8 commit 3e246ef
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/version3.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,17 @@ duplicated fixtures and specs. So all the code and tests for this are back in on
is good because it removes the need for me to coordinate releases between all those libraries.


New features
------------

* Version 3.0 requires Ruby 1.9 or higher. Yes, I'm considering this a feature!
* It does not have any opinions on HTTP and allows you to extend it to work in your scenario.
* It is based on specifications and validates against many real world WSDL documents.
* It is way faster than ever before, while now parsing all elements.
* It properly separates operations by service and port.
* It supports WSDL and XML Schema imports.
* It knows the input, output and fault message types, namespaces, etc.
* It can create example requests for you.
Features
--------

* Requires Ruby 1.9.2 or higher. Yes, I'm considering this a feature!
* Allows you to completely customize HTTP requests with adapters.
* Faster than ever before, while now parsing all elements.
* Based on specifications and validates against many real world WSDL documents.
* Properly separates operations by service and port.
* Supports Document/literal and RPC/literal documents.
* Supports WSDL and XML Schema imports.
* Knows the input, output and fault message types, namespaces, etc.
* Creates example requests for you.

This list is probably far from complete.

0 comments on commit 3e246ef

Please sign in to comment.