この前に質問をしました。私のサービス構成は次のとおりです。
<proxy xmlns="http://ws.apache.org/ns/synapse"
name="UnpayBilling_Task"
transports="https,http"
statistics="disable"
trace="disable"
startOnLoad="true">
<target>
<inSequence>
<class name="com.coship.mediator.UnpayBillingMediator"></class>
<log level="full" />
</inSequence>
<outSequence>
<log level="full" />
<send />
</outSequence>
<endpoint>
<address uri="http://172.21.13.153:18080/aaa/services/receiveMsg" />
</endpoint>
</target>
</proxy>
拡張メディエーターUnpayBillingMediator
取引ファイルを作成します。クラスはファイル名を返し、リクエストを service に送信しますhttp://172.21.13.153:18080/aaa/services/receiveMsg
。サービスの入力メッセージはありません。毎日 13:30 にサービスを実行したい。新しいスケジュールされたタスクを追加しようとしました。
soapAction:urn:mediate,to:http://localhost:8280/services/UnpayBilling?wsdl, Cron: 30 13 * * *.
しかし、それは動作しませんか?このスケジュールされたタスクを設定する方法を教えてもらえますか?
SimpleQuartz Server name not in pinned servers list. Not starting Task
「固定サーバー」の設定方法もわかりません。