Skip to content

gwestersf/ForceDotCom-Outbound-Message-Endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages