Edit
by Pity - 8 years ago (2016-08-02)
Problem to call Web service with authentication
| I am facing problem in calling a web service and get its info
The web services URL (SSL):
https://www.tadawul.com.sa/Tadawul_WebAPI/services/GetDetailQuote
https://www.tadawul.com.sa/Tadawul_WebAPI/services/GetDetailQuote?wsdl
With authentication made of company ID and secure key. |
Ask clarification
2 Recommendations
This package can generate package to call SOAP services using WSDL.
The package can take a given WSDL file URL and generates a PHP package to perform calls to the respective Web service based on SOAP.
The generated code uses the SoapClient extension that comes with PHP since version 5.
| by WsdlToPhp package author 65 - 8 years ago (2016-08-08) Comment
Hi,
I would recommand you to use the Package generator project as it would ease you the requests and authentication with your SOAP Web Service,
Good luck, |
Package Base: Base classes for implementing a package generator
This package contains base classes for implementing a package generator.
It defines several base classes and interfaces that are implemented and extended by the package generator package.
Currently it provides an AbstractSoapClientBase class, AbstractStructArrayBase class, AbstractStructBase class, and the interfaces SoapClientInterface, StructArrayInterface, StructInterface.
| by Manuel Lemos 26695 - 8 years ago (2016-08-07) Comment
If what you need is something basic user name and password authentication, this package can generate SOAP Web service classes with support with authetication. |