0
私はここで述べたのと同じ問題がありますが、答えはありません。 https://forums.mulesoft.com/questions/25918/mule-flow-is-not-generated-using-apikitraml.htmlAPIKitのRAMLからフローを生成できません。
基本的に私はこの単純なRAMLファイルを持っており、私はそれを使って新しいAPIKitプロジェクトを作成しようとしています。以前このRAMLを使用して成功しましたが、今はAnypoint Studioを試してみると空の設定ファイルが生成されます。 Mule Forumsのポスターによれば、これは6.0ベータ版で修正されましたが、私はそのバージョンを使用することはできません。何か案は?
%RAML 0.8
title: WorldGreetings
version: 1.0.0.0
baseUri: http://localhost:8081/world
/hello:
get:
description: Returns all care types. Sorted by "rank" field in CRM.
responses:
200:
body:
text/plain:
example: Hello World!
/goodbye:
get:
description: Returns all amenities. Sorted by name.
responses:
200:
body:
text/plain:
example: Goodbye World!