Skip to content

Commit

Permalink
Change to X.004.009
Browse files Browse the repository at this point in the history
  • Loading branch information
jarabroz committed Dec 1, 2023
1 parent 7e893fd commit b641a1c
Show file tree
Hide file tree
Showing 8 changed files with 162,733 additions and 160,640 deletions.
13 changes: 13 additions & 0 deletions source_code/RFEMWebServiceLibrary/IRfemModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ public interface IRfemModel
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.calculate_allResponse calculate_all(Dlubal.WS.Rfem6.Model.calculate_allRequest request);

[System.ServiceModel.OperationContractAttribute(Action="http://localhost:8082/calculate_all_in_cloud", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.calculate_all_in_cloudResponse calculate_all_in_cloud(Dlubal.WS.Rfem6.Model.calculate_all_in_cloudRequest request);

[System.ServiceModel.OperationContractAttribute(Action="http://localhost:8082/calculate_specific", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.calculate_specificResponse calculate_specific(Dlubal.WS.Rfem6.Model.calculate_specificRequest request);
Expand Down Expand Up @@ -178,6 +182,10 @@ public interface IRfemModel
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.get_addon_statusesResponse get_addon_statuses(Dlubal.WS.Rfem6.Model.get_addon_statusesRequest request);

[System.ServiceModel.OperationContractAttribute(Action="http://localhost:8082/get_all_available_machines_in_cloud", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.get_all_available_machines_in_cloudResponse get_all_available_machines_in_cloud(Dlubal.WS.Rfem6.Model.get_all_available_machines_in_cloudRequest request);

[System.ServiceModel.OperationContractAttribute(Action="http://localhost:8082/get_all_object_numbers", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.get_all_object_numbersResponse get_all_object_numbers(Dlubal.WS.Rfem6.Model.get_all_object_numbersRequest request);
Expand Down Expand Up @@ -2062,6 +2070,11 @@ public interface IRfemModel
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.get_results_for_spectral_analysis_building_stories_interstory_driftsResponse get_results_for_spectral_analysis_building_stories_interstory_drifts(Dlubal.WS.Rfem6.Model.get_results_for_spectral_analysis_building_stories_interstory_driftsRequest request);

[System.ServiceModel.OperationContractAttribute(Action="http://localhost:8082/get_results_for_spectral_analysis_building_stories_sensitiv" +
"ity_coefficients", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dlubal.WS.Rfem6.Model.get_results_for_spectral_analysis_building_stories_sensitivity_coefficientsResponse get_results_for_spectral_analysis_building_stories_sensitivity_coefficients(Dlubal.WS.Rfem6.Model.get_results_for_spectral_analysis_building_stories_sensitivity_coefficientsRequest request);

[System.ServiceModel.OperationContractAttribute(Action="http://localhost:8082/get_results_for_spectral_analysis_building_stories_story_ac" +
"tions", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Expand Down
Loading

0 comments on commit b641a1c

Please sign in to comment.