Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme updates, cleanup of Examples & code #19

Merged
merged 11 commits into from
Sep 27, 2016
Prev Previous commit
Next Next commit
fixed TOC
rashmihunt committed Sep 27, 2016
commit c1158f7145519aa95275564f45c3e914727c9de5
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -28,12 +28,12 @@ This module provides SOAP client for invoking Web Services. It also provides a m
- [SOAP Headers](#soap-headers)
- [Received SOAP Headers](#received-soap-headers)
- [Outgoing SOAP Headers](#outgoing-soap-headers)
- [XML Attributes](#XML_Attributes)
- [Handling XML Attributes](#Handling_XML_Attributes)
- [Overriding the value key](#Overriding_the_value_key)
- [Overriding the xml key](#Overriding_the_xml_key)
- [XMLHandler](#XMLHandler)
- [WSDL](#WSDL)
- [XML Attributes](#xml_attributes)
- [Handling XML Attributes](#handling_xml_attributes)
- [Overriding the value key](#overriding_the_value_key)
- [Overriding the xml key](#overriding_the_xml_key)
- [XMLHandler](#xmlhandler)
- [WSDL](#wsdl)
- [Server](#server)
- [soap.listen(*server*, *path*, *services*, *wsdl*) - create a new SOAP server that listens on *path* and provides *services*.](#soaplistenserver-path-services-wsdl---create-a-new-soap-server-that-listens-on-path-and-provides-services)
- [Options](#options)