Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Example of publishing a complex document
This example describes how to publish a web service with two operations:
CreatePurchaseOrder takes purchase order information as input and returns the purchase order ID as output.
GetPurchaseOrder takes the purchase order ID as input and returns information for that purchase order.
The process for publishing this complex document is as follows: