Making SOAP-call in PHP and setting SSL version

后端 未结 6 2055
慢半拍i
慢半拍i 2021-02-07 16:31

I\'ve made several scripts working with external WSDL. I have encountered one I have to integrate into our system that I can\'t get to work. I\'be been trying for a week without

6条回答
  •  情书的邮戳
    2021-02-07 16:57

    If you are using Oracle Weblogic 11g to host your web services under SSL, make sure you are using the JSSE-Based SSL Implementation.

    Log into the Weblogic Console, and go to Server->(your server)->Configuration->SSL->Advanced and check the Use JSSE SSL check box.

    More information can be found in the Weblogic Manuals

提交回复
热议问题