-
Notifications
You must be signed in to change notification settings - Fork 0
chrisa/perl-XMLCompileSOAP-PSGI
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
XML::Compile::SOAP::PSGI - serve up XML::Compile::SOAP as PSGI.
This module glues an XML::Compile::SOAP service into a PSGI
app. Assumes you have a WSDL for your service.
my $impl = Service::Implementation->new(...);
my $app = XML::Compile::SOAP::PSGI->new(
wsdl_file => 'wsdl/foo.wsdl',
impl_object => $impl,
endpoint => 'http://localhost:5000/soap/foo',
);
$app; # PSGI app
About
Serve XML::Compile::SOAP up as PSGI
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published