Code Monkey home page Code Monkey logo

cakesoap's People

Contributors

darensipes avatar jrble819 avatar robertotrapanese avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cakesoap's Issues

error Call to undefined method CakeSoap\Network\CakeSoap::setConfig()

Please helpme..

Call to undefined method CakeSoap\Network\CakeSoap::setConfig()
File /var/www/html/AloAurora/vendor/queencitycodefactory/cakesoap/src/Network/CakeSoap.php
Line: 86

$soap = new CakeSoap([
	        'wsdl' => 'https://domain/wsdl/customer.wsdl',
	        'userAgent' => 'SoapClient'
	        'uri' => 'http://domain/soap/',
    		'login' => 'xxx',
    		'password' => 'xxx',
	    ]);
		$action = 'get_xdrs';
	    $response = $soap->sendRequest($action, [
	        'SomeData' => [
	            'i_customer' => '270086',
	            'from_date' => '2018-06-01 00:00:00',
	            'to_date' => '2018-06-30 23:59:59',
	            'limit' => '10'		            
	        ]
	    ]);

Expose more Soap options to developer

As a developer I need more control on SoapClient behavior. Change "User Agent", caching, compression and other settings.

Following SoapClient options needs to be exposed to plugin users:

proxy_host
proxy_port
proxy_login
proxy_password
local_cert
passphrase
compression
encoding
classmap
exceptions
connection_timeout
typemap
cache_wsdl
user_agent
features
keep_alive
ssl_method

Full list of SoapClient options can be found here http://php.net/manual/en/soapclient.soapclient.php

To simplify support, I suggest to expose SoapClient options as prefixed options, e.g. soap_*, soap_compression.

incompatible cakephp 3.1.14

In requirements says CakePHP 3.x but if try install on a old cakephp(3.1.14) app get this error

 Problem 1
    - queencitycodefactory/cakesoap 3.3.1 requires cakephp/cakephp >=3.2.0 ....

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.