Giter VIP home page Giter VIP logo

soap-wsdl's Introduction

INTRO
-----

SOAP-WSDL provides a SOAP client with WSDL support.

SUBCLASSING
-----------

SOAP-WSDL is still under very active development. Please don't build
applications using the following modules directly:

 - SOAP::WSDL::Definitions
 - SOAP::WSDL::Port
 - SOAP::WSDL::PortType
 - SOAP::WSDL::Binding
 - SOAP::WSDL::Message
 - SOAP::WSDL::Operation
 - SOAP::WSDL::OpMessage
 - SOAP::WSDL::Part
 - SOAP::WSDL::Service
 - SOAP::WSDL::Types
 - SOAP::WSDL::XSD::Schema

Those will be replaced some time in the future.

INSTALLING
----------

Use the following mantra:

 perl Build.PL
 perl Build
 perl Build test
 perl Build install

If you don't have Module::Build installed, you may also use

 perl Makefile.PL
 make
 make test
 make install

Note that Module::Build is the recommended installer - make will not run
all tests provided with SOAP-WSDL.

SOLARIS INSTALLATION NOTES
--------------------------
According to a CPAN RT report http://rt.cpan.org/Ticket/Display.html?id=36865
it may be necessary to check (and possibly update) the expat libraries
required by XML::Parser.

SOAP::WSDL's metadata includes XML::Parser, but it seems that the expat
libraries XML::Parser depends on may slip through missing or outdated.

soap-wsdl's People

Contributors

scottwalters avatar szabgab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.