개정판 dc1554b9
issue #0000 app.release.config markus image create uri 수정
Change-Id: Ib0ab7d5b7234818720f3b1f2c8d40a1c256da419
ID2.Manager/ID2.Manager/App.Release.config | ||
---|---|---|
7 | 7 |
<add name="Markus" providerName="System.Data.SqlClient" connectionString="data source=192.168.0.67;initial catalog=Markus_SEC;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True" /> |
8 | 8 |
<add name="ID2Project" providerName="System.Data.SqlClient" connectionString="data source={0};initial catalog={1};persist security info=True;user id={2};password={3};multipleactiveresultsets=True" /> |
9 | 9 |
</connectionStrings> |
10 |
<userSettings> |
|
11 |
<ID2.Manager.Properties.Settings> |
|
12 |
<setting name="MarkusService" serializeAs="String" xdt:Transform="Replace" xdt:Locator="Match(name)"> |
|
13 |
<value>http://http://12.127.163.230:9991/MarkusImageCreateAPI</value> |
|
14 |
</setting> |
|
15 |
</ID2.Manager.Properties.Settings> |
|
16 |
</userSettings> |
|
10 | 17 |
</configuration> |
ID2.Manager/ID2.Manager/Classes/MarkusConvert.cs | ||
---|---|---|
9 | 9 |
{ |
10 | 10 |
public static class MarkusConvert |
11 | 11 |
{ |
12 |
static string RequestMessage = @" |
|
13 |
<?xml version=""1.0"" encoding=""utf-8""?> |
|
14 |
<soap:Envelope xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:soap=""http://schemas.xmlsoap.org/soap/envelope/""> |
|
15 |
<soap:Body> |
|
16 |
<Run xmlns=""http://markus.org/""> |
|
17 |
<ProjectNo>@ProjectNo</ProjectNo> |
|
18 |
<DocID>@DocID</DocID> |
|
19 |
</Run> |
|
20 |
</soap:Body> |
|
21 |
</soap:Envelope> |
|
22 |
"; |
|
23 |
|
|
24 | 12 |
public static bool Call(string serviceUri,string projectNo,string DocumentID) |
25 | 13 |
{ |
26 | 14 |
bool result = false; |
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
51 | 51 |
<LangVersion>7.3</LangVersion> |
52 | 52 |
<ErrorReport>prompt</ErrorReport> |
53 | 53 |
<Prefer32Bit>true</Prefer32Bit> |
54 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
54 | 55 |
</PropertyGroup> |
55 | 56 |
<PropertyGroup> |
56 | 57 |
<ApplicationIcon>ID2 Manager.ico</ApplicationIcon> |
ID2.Manager/ID2.Manager/Main.Designer.cs | ||
---|---|---|
510 | 510 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
511 | 511 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F)); |
512 | 512 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
513 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 76F));
|
|
513 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
|
|
514 | 514 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 2); |
515 | 515 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 2); |
516 | 516 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 2); |
ID2.Manager/MarkusImageCreateAPI/Web.config | ||
---|---|---|
4 | 4 |
https://go.microsoft.com/fwlink/?LinkId=169433 |
5 | 5 |
--> |
6 | 6 |
<configuration> |
7 |
<location path="." inheritInChildApplications="false"> |
|
7 | 8 |
<system.web> |
8 | 9 |
<compilation debug="true" targetFramework="4.6" /> |
9 | 10 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
11 |
<webServices> |
|
12 |
<protocols> |
|
13 |
<add name="HttpGet"/> |
|
14 |
<add name="HttpPost"/> |
|
15 |
</protocols> |
|
16 |
</webServices> |
|
10 | 17 |
</system.web> |
11 |
<system.serviceModel> |
|
18 |
</location> |
|
19 |
<system.serviceModel> |
|
12 | 20 |
<bindings/> |
13 | 21 |
<client/> |
14 | 22 |
</system.serviceModel> |
내보내기 Unified diff