使用Flask响应Salesforce出站消息(SOAP RPC)

时间:2019-02-04 03:22:34

标签: flask salesforce integration

我能够在使用Flask构建的包含xmltodict的应用程序中解析出站消息。但是,我无法正确回答。 Salesforce出站消息传递监视器显示我遇到500错误。

我的回答如下:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body><notifications xmlns="http://soap.sforce.com/2005/09/outbound"><Ack>true</Ack></notifications></soapenv:Body></soapenv:Envelope>

是否需要设置标题?如果是这样,我如何在回复中做到这一点?我想念什么?

0 个答案:

没有答案