gwestersf / ForceDotCom-Outbound-Message-Endpoint

A web server that accepts workflow outbound messages from Salesforce, and can make Apex call ins.

Home Page:http://crm-bridge.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Required enviornment variables to run this app:

PORT=80


How to create java classes from a WSDL you downloaded from Salesforce:

bin/wsdl2java workflowOutboundMessage.wsdl

How to create a web service from a java class with Apache CXF:

../bin/java2ws -wsdl -cp ~/git/crm-bridge/target/classes/ -server -a https://crm-bridge.herokuapp.com/payment -V com.heroku.crm.CrmService

About

A web server that accepts workflow outbound messages from Salesforce, and can make Apex call ins.

http://crm-bridge.herokuapp.com/


Languages

Language:Java 100.0%