SanDegan Posted March 21, 2011 Share Posted March 21, 2011 I am VERY VERY green to PHP. I feel like a fish out of water. I need to create a simple SOAP listener in PHP. This site need not do anything with the SOAP message but send it to another web app within our clients network. The reason for this long winded and exceeds the scope of this request. Our client only has one Apache server exposed to the public internet so I cannot use .NET and IIS. All other web servers are internal and running IIS. The SOAP messages will be coming from SalesForce. They have a plethora of information on doing this in .NET and IIS but not PHP. Can anyone point me in a 'PHP for dummies' way? Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/231317-very-green-to-php-need-soap-listener/ Share on other sites More sharing options...
xangelo Posted March 21, 2011 Share Posted March 21, 2011 Oddly enough apple has a pretty in depth guide regarding SOAP. http://developer.apple.com/internet/webservices/soapphp.html Just to clarify, the PHP code is just going to serve as a middleman correct? Something pushes data to the PHP script, which in turn relays it internally on your clients network? Or will the PHP script be requesting some data from Salesforce which it will then push internally? Quote Link to comment https://forums.phpfreaks.com/topic/231317-very-green-to-php-need-soap-listener/#findComment-1190529 Share on other sites More sharing options...
SanDegan Posted March 21, 2011 Author Share Posted March 21, 2011 The current goal is to have the listener receive the message, acknowledge receipt of message with SalesForce and pass it to another web service. That's all. Quote Link to comment https://forums.phpfreaks.com/topic/231317-very-green-to-php-need-soap-listener/#findComment-1190533 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.