Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Tags
- Apache Lucene
- Eclipse
- decompiler
- TextBox
- jsp
- MSsql
- Android
- Maven
- SpringSource Tool Suite
- Redirect
- Bootstrap
- varags
- Web Service
- WebView
- asp.net
- Java
- 자바스크립트
- 웹뷰
- 자바
- 안드로이드
- javascript
- 웹 서비스
- scrollView
- STS
- MS-SQL
- html
- C#
- MANTIS
- 컬럼명
- 이클립스
Archives
- Today
- Total
목록2012/10 (1)
bboks.net™
C# 실행시간에 웹서비스 참조 추가하기
웹서비스 참조 생성에 필요한 클래스 using System; using System.Collections.Generic; using System.Text; using System.Reflection; using System.CodeDom; using System.CodeDom.Compiler; using System.Security.Permissions; using System.Web.Services.Description; namespace WebServiceCall { internal class WsProxy { [SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)] internal static object CallWebSer..
C# | ASP.NET
2012. 10. 16. 11:11