2017 © Pedro Peláez
 

library wsdl-creator

PHP WSDL creator using PHPdoc (annotations, reflections).

image

piotrooo/wsdl-creator

PHP WSDL creator using PHPdoc (annotations, reflections).

  • Saturday, June 30, 2018
  • by piotrooo
  • Repository
  • 9 Watchers
  • 70 Stars
  • 46,936 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 42 Forks
  • 3 Open issues
  • 12 Versions
  • 7 % Grown

The README.md

PHP WSDL Creator

Build Status Scrutinizer Code Quality Code Coverage Total Downloads License Gitter, (*1)

Supported versions

Major version PHP Compatibility
WSDL Creator 1 Legacy version, not supported.
WSDL Creator 2 PHP 7.1, PHP 7.2, PHP 7.3
WSDL Creator 3 PHP 7.3, PHP 7.4
WSDL Creator 4 PHP 8.0, PHP 8.1

Class annotations

@WebService

Parameters:, (*2)

  • name (string "WebServiceAnnotations") default: service name
  • targetNamespace (string "http://foo.bar/webserviceannotations")
  • location (string "http://localhost/wsdl-creator/service.php")
  • ns (string "http://foo.bar/webserviceannotations/types")
  • portName (string "PortNameWebService") default: service name

@BindingType

Parameters:, (*3)

  • value (enum {"SOAP_11", "SOAP_12"}) default: "SOAP_11"

@SoapBinding

Parameters:, (*4)

  • style (enum {"RPC", "DOCUMENT"}) default: "RPC"
  • use (enum {"LITERAL", "ENCODED"}) default: "LITERAL"
  • parameterStyle (enum {"BARE", "WRAPPED"}) default: "BARE"

Method annotations

@WebMethod

No parameters - mark method as a Web Service method, (*5)

@WebParam

@WebResult

Param examples

  • string $userName - simple type
  • object $user { string $name int $age } - complex type
  • int[] $numbers - array of simple or complex types

The Versions

30/06 2018

dev-master

9999999-dev

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Requires

 

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

06/04 2018

2.0.0

2.0.0.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Requires

 

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

01/04 2016

1.4.2

1.4.2.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Requires

 

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

26/03 2016

1.0.x-dev

1.0.9999999.9999999-dev

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Requires

 

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

15/07 2015

1.4.1

1.4.1.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Requires

 

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

26/06 2015

1.4.0

1.4.0.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Requires

 

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

07/07 2014

1.3

1.3.0.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

22/05 2014

1.2

1.2.0.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

22/03 2014

1.1.1

1.1.1.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

10/03 2014

1.1.0

1.1.0.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

10/02 2014

1.0.1

1.0.1.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections

15/10 2013

1.0.0

1.0.0.0

PHP WSDL creator using PHPdoc (annotations, reflections).

  Sources   Download

MIT

The Development Requires

by Piotr Olaszewski

php generator annotations soap wsdl creator reflections