개정판 bc28fe10
issue #000: interface url 을 Ensemble+ 에서 base64 encoding 해서 전달 하고 WCF 에서 decoding 해서 DB에 Insert 하도록 수정.
Change-Id: Ibaa0a7e6e183f835a31a693cccbb24af7a05daa0
ConvertService/ServiceBase/ConvertionWebService/Conversion.asmx.cs | ||
---|---|---|
197 | 197 |
{ |
198 | 198 |
//Omsk 는 웹서비스 호출 시 인코딩 |
199 | 199 |
//Omsk 제외는 Markus 에서 인코딩 |
200 |
document_Url = HttpUtility.UrlEncodeUnicode(document_Url);
|
|
200 |
document_Url = Base64Decode(document_Url);
|
|
201 | 201 |
} |
202 | 202 |
_entity.AddToDOCUMENT_ITEM(new DOCUMENT_ITEM |
203 | 203 |
{ |
... | ... | |
497 | 497 |
{ |
498 | 498 |
//Omsk 는 웹서비스 호출 시 인코딩 |
499 | 499 |
//Omsk 제외는 Markus 에서 인코딩 |
500 |
document_Url = HttpUtility.UrlEncodeUnicode(document_Url);
|
|
500 |
document_Url = Base64Decode(document_Url);
|
|
501 | 501 |
} |
502 | 502 |
_entity.AddToDOCUMENT_ITEM(new DOCUMENT_ITEM |
503 | 503 |
{ |
내보내기 Unified diff