2017 © Pedro Peláez
 

library soap-client

Library that provides SOAP client through cURL to add support for timeouts.

image

idct/soap-client

Library that provides SOAP client through cURL to add support for timeouts.

  • Monday, May 7, 2018
  • by ideaconnect
  • Repository
  • 2 Watchers
  • 9 Stars
  • 26,912 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

idct-soap-client

Class derived from PHP SoapClient to add support for connection and read timeouts., (*1)

Requires PHP 5.4+ with SoapClient and cUrl., (*2)

usage

The usage is exactly the same as with PHP original SoapClient. The difference comes with the initialization as the constructor allows to set multiple new parameters which extend the original functionality., (*3)

Persistance Factor

Can be set in the constructor or using setPersistanceFactor method. Sets the amount of retries to conduct before treating the request as failed. By default set to 1., (*4)

Persistance Timeout

Can be set in the constructor or using setPersistanceTmeout method. Sets the amount of seconds to wait by cUrl before treating a single request as failed. Acts as a read timeout. By default set to 0 which means disabled., (*5)

Negotiation Timeout

Can be set in the constructor or using setNegotiationTimeout method. Sets the maximum amount of seconds cUrl will try to establish connection with the WebService before treating the request as failed. As a connectin timeout. By default set to 0 which means disabled., (*6)

tips

Content-Type and SOAPAction

Protocol SOAP 1.1 requires SOAPAction header to be set. Method buildHeaders automatically adds it during soap request. In SOAP 1.2 SOAPAction is included in Content-type header therefore if you need to overwrite Content-type with SOAP 1.2 be sure to include {SOAPACTION} token for automatic replacement., (*7)

contribution

If you find any issues or want to add new features please use the Issues or Pull Request functions: code addition is much appreciated!, (*8)

Before sending code be sure to run fix_code.sh to clean it up., (*9)

Thanks!, (*10)

The Versions

07/05 2018

dev-master

9999999-dev https://github.com/ideaconnect/idct-soap-client

Library that provides SOAP client through cURL to add support for timeouts.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-soap *
  • ext-curl *

 

The Development Requires

by IDCT Bartosz Pachołek
by Bartosz Pachołek

soap webservices idct

07/05 2018

0.2.1

0.2.1.0 https://github.com/ideaconnect/idct-soap-client

Library that provides SOAP client through cURL to add support for timeouts.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-soap *
  • ext-curl *

 

The Development Requires

by IDCT Bartosz Pachołek

soap webservices idct

27/04 2018

dev-soapaction

dev-soapaction https://github.com/ideaconnect/idct-soap-client

Library that provides SOAP client through cURL to add support for timeouts.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-soap *
  • ext-curl *

 

by IDCT Bartosz Pachołek

soap webservices idct