wsdltophp / package-colissimo-pickup-point
Package generated from https://ws.colissimo.fr/pointretrait-ws-cxf/PointRetraitServiceWS/2.0?wsdl using wsdltophp/packagegenerator
Installs: 18 415
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- php: >=5.3.3
- ext-mbstring: *
- ext-soap: *
- wsdltophp/packagebase: ~2.0
This package is auto-updated.
Last update: 2024-10-12 03:11:45 UTC
README
PackageColissimoPickupPoint
This package has been generated from the Colissimo PickupPoint Web Services WSDL using the PackageGenerator project.
Summary
- Generating again the package
- How to use the generated package?
- Need support or having a question?
Generating again the package
You can generate again the package's sources using the generate.sh script:
$ git clone https://github.com/WsdlToPhp/PackageColissimoPickupPoint.git package-colissimo-pickup-point
$ cd package-colissimo-pickup-point
$ ./generate.sh
After generating the package, don't forget to edit the generated composer.json file in order to update the psr-4 autoloading:
"psr-4": { "ColissimoPickupPoint\\": "./src/", "SoapClient\\": "./SoapClient/" }
Then run:
$ composer update
To learn how to customize the generated package, please read the PackageGenerator's README.
How to use the generated package?
Install the project
$ git clone https://github.com/WsdlToPhp/PackageColissimoPickupPoint.git package-colissimo-pickup-point
$ cd package-colissimo-pickup-point
$ composer update
Learn from the tutorial
Start looking into the auto-generated tutorial.php file. This file contains the starting code to use this package. In addition it contains all the operations provided by the Exchange Web Services and the way to call them.
Start from the samples
Update your settings first in the file settings.inc.php.
Sample scripts are available under the samples folder:
- findInternalPointRetraitAcheminementByID
- findInternalRDVPointRetraitAcheminement
- findInternalRDVPointRetraitAcheminementByID
- findPointRetraitAcheminementByID
- findRDVPointRetraitAcheminement
Need support or having a question?
We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com.