• Amigo
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 8
    Replies

Hi,

I write a post to parse the filed value in a Salesforce outbound message.

 

To simplified, I save the Salesforce outbound message in XML file. It shall help you to focus on how to parse the XML with namespace by SimpleXML in PHP.

 

You will need children and the right syntax to get the field value. Here is an example:

 

$rcXML->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')->CreatedDate

 

A more detail explain on children and full list of sample xml and PHP code is here:

 

Parse XML with namespace by SimpleXML in PHP

 

Wish it could save your time!

Best regards,

 

Amigo

  • November 16, 2013
  • Like
  • 0

Dear All,

 

I have write a post to grab data from Salesforce DB to WordPress without authentication. If you need authentication, it may be done with Salesforce Streaming API which I didn't mentioned in my post.

 

So far as I know, there are two different solution that doesn't need authentication:

 

  1. Embedded Salesforce page in WordPress: need a iframe WordPress plug-in
  2. Get data through Salesforce REST API: need to write Apex code and a preVU WordPress plug-in to handle REST returned JSON.

 

How to get data in Salesforce from WordPress without authentication?

 

A more detail step-by-step shall be available within next 14 days.

 

Wish it helps!

 

Bestr egards,

 

Amigo

  • November 12, 2013
  • Like
  • 0

Dear all,

 

I just create a new Force.com Site to handle registeration with Force.com Frree Edition. Strangely, this site may be viewed with https but need authentication with http:

 

http://free-12415f14c3a-124e539428a-125109c507b.force.com/

 


https://free-12415f14c3a-124e539428a-125109c507b.secure.force.com/

 

I made a copy of my environment in sandbox. The Site in sandbox has no problems at all. Both may be seen without any problems.

 

The start page is simple html text without any apex or controls. It shouldn't do anything with authentication.

 

I have check the profile, object, and data access setting but still have no idea at all. Is there any one could be me any suggestion to fix the issue?

 

Please help!

 

Best regards,

 

Amigo

Message Edited by Amigo on 01-12-2010 08:18 AM
  • January 12, 2010
  • Like
  • 0

Hi,

 

We want to integrate ckEditor to one of our VF pages, but ckEditor doesn't provide browse file functinality and it has to be custom built or use plugins available.

 

All the plugins are written in PHP, and we have to provide the path of 2 PHP files in the config file of ckEditor. When tried open the ckEditor plugin running on PHP, browser simply downloads the source file rather than rendering it as HTML?

 

Any suggestions on what can be done !!

 

Thanks

JK

  • November 12, 2013
  • Like
  • 0

Hello there,

 

Im having trouble on how to create a listener of salesforce outbound message. Do you have a step-by-step lesson on how to create a salesforce outbound listener ? specially in java and php language ? Please help me.

 

Kind Regards,

 

John

Dear all,

 

I just create a new Force.com Site to handle registeration with Force.com Frree Edition. Strangely, this site may be viewed with https but need authentication with http:

 

http://free-12415f14c3a-124e539428a-125109c507b.force.com/

 


https://free-12415f14c3a-124e539428a-125109c507b.secure.force.com/

 

I made a copy of my environment in sandbox. The Site in sandbox has no problems at all. Both may be seen without any problems.

 

The start page is simple html text without any apex or controls. It shouldn't do anything with authentication.

 

I have check the profile, object, and data access setting but still have no idea at all. Is there any one could be me any suggestion to fix the issue?

 

Please help!

 

Best regards,

 

Amigo

Message Edited by Amigo on 01-12-2010 08:18 AM
  • January 12, 2010
  • Like
  • 0

Hi,

 

I'm not too technical here, but I have a general wordpquestion.

 

I currently run my website with Wordpress CMS, is it possible to grab data from Salesforce DB using Sites and have it displayed in my Wordpress CMS?

 

Ex: Display my product list on my Website.

 

Thanks

 

Alex

Hi There,
I'm excited about the outbound messages and workflow, I was wondering if there is a complete example of creating a Service that will consume the outbound messages? I assume for PHP the use of SoapServer is the easiest.

Also (and maybe this is a feature request)... under monitoring outbound messages it would be great to actually "see" what the soap message looks like.

Thx in advance,
joshQ

  • January 19, 2007
  • Like
  • 0