Skip to content

chrisa/perl-XMLCompileSOAP-PSGI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages