wsdl-creator icon indicating copy to clipboard operation
wsdl-creator copied to clipboard

PHP WSDL Creator using PHPdoc (annotations, reflections).

Results 10 wsdl-creator issues
Sort by recently updated
recently updated
newest added

Annotations should be cached for performance issue. https://www.doctrine-project.org/projects/doctrine-annotations/en/1.6/annotations.html#setup-and-configuration

feature request

```php /** * @WebMethod * @WebParam(param="string $token", header=true) * @WebParam(param="object $user { string $name int $age }") * @WebResult(param="object $userContext { string $token int $id object $userInfo { string $name...

Hi there, Thanks for you wunderfull package! Can you please don't make use of dev dependancies? ``` "letsdrink/ouzo-goodies": "dev-master", "doctrine/annotations": "1.7.x-dev" ``` doctrine/annotations is now on v1.7.0. And maybe you...

I have the following method signature I want to meet: **DetailedInfoResponse[]** userInfo (String secretKey, **DetailedInfoRequest[] requests**) Both DetailedInfoResponse and DetailedInfoRequest are objects that have their own properties. With the current...

I am currently investigating, whether I can replace the outdated nusoap library with yours. However I find one thing alarming in my test implementation. The application is rather large, so...

See title.. How :)

feature request

Add GitHub features: * [ ] dependabot * [ ] release-drafter

feature request

null is not allowed any more in php8.1: https://www.php.net/releases/8.1/en.php > Passing null to non-nullable internal function parameters is deprecated.