Advertisement
verygoodplugins

Untitled

Feb 25th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. $xml = simplexml_load_string( file_get_contents( 'php://input' ) );
  2.  
  3. $data = $xml->children('http://schemas.xmlsoap.org/soap/envelope/')->Body->children('http://soap.sforce.com/2005/09/outbound')->notifications->Notification->sObject->children('urn:sobject.enterprise.soap.sforce.com')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement