PHP webservices_PHP tutorial for JAVA Authentication

Source: Internet
Author: User
PHP calls the webservices to be authenticated by JAVA. According to the official documentation, the sending header information is generally used, but this SOAP server does not support it, finally, the official PHP instance is authenticated only after the related parameters are sent at the time of new. Basically, the following information is sent according to the official documentation. However, this SOAP server does not support this information, finally, the related parameters are sent at the time of new to pass the authentication.
PHP official instances are basically the following code, 'authentication '=> SOAP_AUTHENTICATION_BASIC is basically less of this line
The main problem encountered this time was that the service provider did not clarify the specific authentication method and specific parameters, resulting in a long time.
The login and password parameters can be customized.

Help 010203040506 $ soapParams = array ('login' => 'username', 'password' => 'password', 'authentication '=> SOAP_AUTHENTICATION_BASIC ); $ client = new SoapClient ('xxxx? Wsdl ', $ soapParams );

The official examples of PHP connector are basically the following...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.