Skip to content

Commit

Permalink
Merge pull request #7363 from nandika/master
Browse files Browse the repository at this point in the history
Fixed link to limitations.md
  • Loading branch information
rosensilva authored Nov 17, 2023
2 parents 007c4a0 + aa5073a commit f1d9112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Follow the instructions given below to create a new [REST API]({{base_path}}/ref
</table>

!!! Note
- Current SOAP to REST Generation has the limitations mentioned at https://github.com/wso2/soap-to-rest/blob/main/limitations.md
- Current SOAP to REST Generation has the limitations mentioned at [https://github.com/wso2/soap-to-rest/blob/main/limitations.md](https://github.com/wso2/soap-to-rest/blob/main/limitations.md)
- All the generated REST Services are not production ready and users need to review them manually using Integration Studio IDE and edit them if needed
- Since having "." (dot) in XML element names is not a best practice, you may need to manually change the generated soap payload to include the "." (dot)

Expand Down
1 change: 0 additions & 1 deletion en/docs/tutorials/tutorials-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ The streaming tutorials walk you through the main capabilities and features of t
<td>
<ul>
<li><a href="{{base_path}}/use-cases/streaming-tutorials/expose-a-kafka-topic-as-a-managed-websocket-api">Exposing a Kafka Stream as a Managed WebSocket API</a></li>
<li><a href="{{base_path}}/use-cases/streaming-tutorials/performing-real-time-etl-with-mysql">Performing Real-time Change Data Capture with MySQL</a></li>
<li><a href="{{base_path}}/use-cases/streaming-tutorials/performing-real-time-etl-with-mysql">Performing Real-time Change Data Capture with MySQL</a></li>
<li><a href="{{base_path}}/use-cases/streaming-tutorials/performing-real-time-etl-with-files">Performing Real-time ETL with Files</a></li>
<li><a href="{{base_path}}/use-cases/streaming-tutorials/creating-etl-application-via-tooling">Creating an ETL Application via SI Tooling</a></li>
Expand Down

0 comments on commit f1d9112

Please sign in to comment.