Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Apr 1, 2023
1 parent 9d834e8 commit da8d1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var_dump($metadata->getMethods(), $metadata->getTypes());

As shown above, parsing the WSDL is done in phases:

* Loading
* Select any [loader](https://github.com/php-soap/wsdl#wsdl-loader) to load the content of the WSDL. Tip: make sure to flatten it!
* Reading raw WSDL XML into value objects and [XSD schema](https://github.com/goetas-webservices/xsd-reader).
* Converting this WSDL to usable metadata

Expand Down

0 comments on commit da8d1e3

Please sign in to comment.