0
在AnypointStudio中,我想建立一個連接器打開html登錄文件。 As img Example mule open html file我想建立一個連接器來選擇文件Html的位置和處理它
請幫幫我。感謝所有
在AnypointStudio中,我想建立一個連接器打開html登錄文件。 As img Example mule open html file我想建立一個連接器來選擇文件Html的位置和處理它
請幫幫我。感謝所有
//請嘗試以下代碼 - //login.html保持在SRC /主/資源
<http:listener-config name="HTTP_Listener_Configuration" host="0.0.0.0" port="8089" basePath="/loginpage" doc:name="HTTP Listener Configuration"/>
<flow name="GetLoginPageFlow">
<http:listener config-ref="HTTP_Listener_Configuration" path="/" allowedMethods="GET" doc:name="HTTP"/>
<parse-template location="login.html" doc:name="Parse Template"/>
</flow>
非常感謝你!我已經做了。 –