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

Add overrideImportLocation option #1114

Merged
merged 3 commits into from
Jul 15, 2020
Merged

Commits on May 27, 2020

  1. Add overrideImportLocation option

    To mock a remote server for tests, I need a way to override both the
    endpoint used for the SOAP services as well as the URI used in
    `import` statements inside the WSDL.
    
    The existing `Client.setEndpoint` works for the first case and this
    adds a new `overrideImportLocation` wsdl option to override the
    import statements.
    silverwind committed May 27, 2020
    Configuration menu
    Copy the full SHA
    6624a4d View commit details
    Browse the repository at this point in the history
  2. tweak documentation

    silverwind committed May 27, 2020
    Configuration menu
    Copy the full SHA
    a205230 View commit details
    Browse the repository at this point in the history
  3. fix test description

    silverwind committed May 27, 2020
    Configuration menu
    Copy the full SHA
    d601d18 View commit details
    Browse the repository at this point in the history