Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.6.1
Description
For example,i have two service like this:
service FirstService
{
string hello()
}
service SecondService
{
string hello()
}
the generated code have two skeleton server file,how can i use them in one program?