Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help with: PHP SOAP SSL

  • 29-04-2014 1:11pm
    #1
    Registered Users, Registered Users 2 Posts: 202 ✭✭


    Apologies I posted this in Design first by mistake..


    Hi,

    First time trying this...

    I hope someone can help me here, I'm trying to implement a PHP SOAP client to connect to a third party Website.

    Essentially we have the third party web services URL and a .p12 cert and a username and password.

    I have tried all manner of examples from google but I'm getting nowhere!

    Does anyone have a pointer to some good sample PHP code for connecting to a SOAP web service using a cert?

    Any pointers greatly appreciated...


    Cheers,

    ~LTD


Comments

  • Registered Users, Registered Users 2 Posts: 202 ✭✭livingthedream


    FYI,

    CentOS
    PHP 5.3 with soap and ssl enabled..


  • Moderators, Computer Games Moderators Posts: 4,282 Mod ✭✭✭✭deconduo


    Apologies I posted this in Design first by mistake..


    Hi,

    First time trying this...

    I hope someone can help me here, I'm trying to implement a PHP SOAP client to connect to a third party Website.

    Essentially we have the third party web services URL and a .p12 cert and a username and password.

    I have tried all manner of examples from google but I'm getting nowhere!

    Does anyone have a pointer to some good sample PHP code for connecting to a SOAP web service using a cert?

    Any pointers greatly appreciated...


    Cheers,

    ~LTD

    Take a look at these, might be useful:

    http://stackoverflow.com/questions/471115/how-to-post-soap-request-from-php
    http://stackoverflow.com/questions/7120586/soap-request-in-php-with-curl


  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    Can you post some of your own code? It would make it a lot easier to help you.


  • Registered Users, Registered Users 2 Posts: 97 ✭✭myIdea



    I have tried all manner of examples from google but I'm getting nowhere!

    What browser(version) are you testing your script on?


Advertisement