Business process management Cordys BPM-基于XML模式文档创建电子邮件模型

Business process management Cordys BPM-基于XML模式文档创建电子邮件模型,business-process-management,Business Process Management,我创建了一个独立的电子邮件模型,并基于该电子邮件模型生成了一个web服务。我遵循了Cordys文档()中描述的相同步骤,但是当我尝试调用web服务时,我遇到了一个错误,比如“不理解stat\u Email\u Model\u webservicecooperation类型NSCUST” 我已经将我的WebServiceInterface链接到电子邮件服务容器(如果我在这里做错了,请纠正我) 故障的完整描述如下所示。任何建议 <ErrorDetails> <Request&g

我创建了一个独立的电子邮件模型,并基于该电子邮件模型生成了一个web服务。我遵循了Cordys文档()中描述的相同步骤,但是当我尝试调用web服务时,我遇到了一个错误,比如“不理解stat\u Email\u Model\u webservicecooperation类型NSCUST”

我已经将我的WebServiceInterface链接到电子邮件服务容器(如果我在这里做错了,请纠正我)

故障的完整描述如下所示。任何建议

<ErrorDetails>
  <Request>
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP:Header xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
        <header xmlns="http://schemas.cordys.com/General/1.0/">
          <Logger xmlns="http://schemas.cordys.com/General/1.0/" />
        </header>
        <i18n:international xmlns:i18n="http://www.w3.org/2005/09/ws-i18n">
          <locale xmlns="http://www.w3.org/2005/09/ws-i18n">en-US</locale>
        </i18n:international>
      </SOAP:Header>
      <SOAP:Body>
        <TAT_Email_Model_WebserviceOperation xmlns="http://schemas.cordys.com/1.0/email">
          <SOURCE>Notification Custom Method</SOURCE>
          <MESSAGE_DATA>
            <Application>
              <data>
                <message_data />
                <message_metadata />
              </data>
            </Application>
          </MESSAGE_DATA>
          <SUBJECT>PARAMETER</SUBJECT>
          <attachments>
            <attachment name="" encoded="false">PARAMETER</attachment>
          </attachments>
          <SENDER_ADDRESS>
            <MAIL_ID>PARAMETER</MAIL_ID>
            <DISPLAY_NAME>PARAMETER</DISPLAY_NAME>
          </SENDER_ADDRESS>
          <RECEIVERS>
            <MAILING_LIST>
              <to>
                <address>
                  <displayName>PARAMETER</displayName>
                  <emailAddress>PARAMETER</emailAddress>
                </address>
              </to>
              <cc>
                <address>
                  <displayName>PARAMETER</displayName>
                  <emailAddress>PARAMETER</emailAddress>
                </address>
              </cc>
              <bcc>
                <address>
                  <displayName>PARAMETER</displayName>
                  <emailAddress>PARAMETER</emailAddress>
                </address>
              </bcc>
            </MAILING_LIST>
          </RECEIVERS>
        </TAT_Email_Model_WebserviceOperation>
      </SOAP:Body>
    </SOAP:Envelope>
  </Request>
  <Response>
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP:Header xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
        <header xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.cordys.com/General/1.0/">
          <msg-id>000C297F-0536-11E3-E944-DF0951D0118E</msg-id>
          <license>License has expired since 138 day(s)</license>
        </header>
      </SOAP:Header>
      <SOAP:Body>
        <SOAP:Fault>
          <faultcode>MustUnderstand</faultcode>
          <faultstring xml:lang="en-US">Do not understand method TAT_Email_Model_WebserviceOperation of type NSCUST</faultstring>
          <faultactor>http://schemas.cordys.com/1.0/email</faultactor>
          <detail>
            <cordys:FaultDetails xmlns:cordys="http://schemas.cordys.com/General/1.0/">
              <cordys:LocalizableMessage xmlns:cordys="http://schemas.cordys.com/General/1.0/">
                <cordys:MessageCode xmlns:cordys="http://schemas.cordys.com/General/1.0/" />
              </cordys:LocalizableMessage>
            </cordys:FaultDetails>
          </detail>
        </SOAP:Fault>
      </SOAP:Body>
    </SOAP:Envelope>
  </Response>
</ErrorDetails>

恩美
通知自定义方法
参数
参数
参数
参数
参数
参数
参数
参数
参数
参数
000C297F-0536-11E3-E944-DF0951D0118E
许可证自138天起过期
必须理解
不理解NSCUST类型的方法TAT\U电子邮件\U模型\U Web服务操作
http://schemas.cordys.com/1.0/email

如果已将其绑定到错误的服务容器,则必须将其附加到通知服务容器

该错误告诉您当前处理服务容器无法处理NSCUST类型的请求。这在webservice的实现中可用

注意:您在该服务器上的许可证已过期。使用Cordys中的许可证管理器,您可以对其进行更新