mule

    1熱度

    1回答

    這是一個RESTful接口騾子嵌入,它接受一個用戶名和輸出「你好,$名」 以下是騾子-config.xml中的內容的一部分 <model name="greetingModel"> <service name="greetingService"> <inbound> <inbound-endpoint address="http://localho

    3熱度

    1回答

    我有一個工作的騾子到我使用的C#服務端點。 服務託管在WCF/C#上 - mule使用由apache cxf(Wsdl2java)生成的一組類來爲該服務打開一個客戶端。 但是,直到現在我所用的所有服務都是基於服務的 - 這意味着沒有安全/憑證驗證。 現在 - 我想改變這一點。我想將c#服務的綁定設置爲WSHttpBinding。 有沒有一種方法可以使用NTLM Credentials來使用c#服務

    1熱度

    1回答

    我可以發送到基於消息內容的動態URI列表。我有代碼將目標的URI放置在'destination'的標題鍵中。可以假定返回的URI是JMS URI。 JMS URI中的一個例子是 「JMS:// jmsEndpoint /隊列:outbound_queue連接器= jmsConnector」 怎樣添加交易到收件人列表? <flow name="Flow_Name"> <jms:inboun

    4熱度

    1回答

    我使用Mule 3.2,我正在將文件從一個位置移動到另一個位置。錯誤/問題是Mule一直處理相同的文件,並且不會刪除它們。 控制檯顯示: org.mule.transport.file.FileMessageReceiver: Lock obtained on file: 我的配置文件是如下: <flow name="File-FTP-Bridge"> <file:inbound-e

    2熱度

    1回答

    我需要發送一些post數據到其他服務器的mule 3.1.2。這裏是我的騾配置文件: <?xml version="1.0" encoding="UTF-8"?> <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:h

    0熱度

    1回答

    要翻譯傳入的HTTP請求中Play! Web框架,具體方法是直截了當的,看起來像如下: GET /users/{userId} UserController.getUser POST /users UserController.addUser PUT /users UserController.updateUser DELETE /users/{userId} UserControl

    0熱度

    1回答

    首先,請大家看一個片斷中mule-config.xml: <model name="userModel"> <service name="userService"> <inbound> <inbound-endpoint address="http://localhost:63080"/> </inbound> <outboun

    8熱度

    3回答

    我正在對ESB進行快速回顧,到目前爲止,我對Talend ESB感到驚訝和印象深刻。我真的期待Mule,一個更好的公認的開源esb,是事實。 在我僅僅進行了學術和基礎測試評估之後,是否有任何人對Talend有更多的實踐經驗(最好在使用其他開源ESB之後)提供任何優點/缺點? 給我留下深刻印象的領域是: * EAI,即將整合的組件/傳輸的數量。我發現其他一些ESB更多地遵循'您可以通過使用Camel

    3熱度

    2回答

    我試圖檢查MULE_HOME環境變量是否在maven-antrun-plugin中設置沒有成功。這是我到目前爲止有: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version>

    1熱度

    2回答

    我正在創建一個基本服務組件,該URL以http入站端點爲輸入。從騾配置文件的代碼段如下所示: <service name="follow"> <inbound> <http:inbound-endpoint address="http://localhost:8765/follow/" synchronous="true"/> </inbound>