I need help ... probably the simplest question of the day for some of you. I've been struggling for days with SoapClient. I'm on PHP 5 and trying to connect to a web service and I'm having no luck. I have XML that I know for certain is the right request. I have the right URL to connect to. I've built a lot of things in PHP, but I've never done OOP and this is killing me. I know it's one of those things where once I see the right code working, it will all make sense, but right now, I'm going around in circles Googling everything and the examples on php.net aren't helping me.
I know this is probably simpler than I can even image, but it's just not clicking. If I have
$url = URL
$xml_request = XML REQUEST
and the function I need (per the wsdl) is CreateOnlineSignup
how do I throw it together and escape this frustration?
MANY thanks to anybody who can help!
SoapClient ... SOMEBODY PLEASE HELP!
Moderator: General Moderators
-
sammyslims
- Forum Newbie
- Posts: 1
- Joined: Mon Apr 06, 2009 6:47 pm