Skip to content

xevo/soap-sanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

This module uses its companion script, wsdl2perl.pl,
to generate Moo based objects from a WSDL.

Start by running the wsdl2perl.pl script, passing it the location of the WSDL:

    $ cd scripts
    $ perl wsdl2perl.pl --wsdl http://example.com/path/to/wsdl

The objects will be generated into a directory called lib,
inside of your current working directory.

You can then look at the auto generated client module's
POD to see how to call each method in the API.

The client module will be called something like:
lib/SOAP/Sanity/SomeServiceClient.pm

You can find more detailed POD in the wsdl2perl.pl script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages