반응형
wsdl을 cs 생성하려다 반나절 삽질. 그러다 발견한...
모르면 손발에 머리까지 고생이다.
인터넷아 고맙다.
wsdl.exe Utility
proxy 클래스를 자동으로 생성한다.
ex) with the .asmx file as the parameter:
wsdl http://localhost/.../CreditVerify.asmx /n:CreditVerifyProxy /out:CreditVerifyProxy.cs
ex) with the .wsdl document as the parameter:
wsdl http://localhost/.../CreditVerify.asmx?WSDL /n:CreditVerifyProxy /out:CreditVerifyProxy.cs
ex) language selection:
wsdl /language:VB http://localhost/.../CrditVerify.asmx?WSDL /n:CrditVerifyProxy
/out: CreditVerifyProxy.cs
ex) protocol selection:
wsdl http://localhost/.../CreditVerify.asmx /n:CreditVerifyProxy /out:CreditVerifyProxy.cs
/protocol:HttpGet
반응형
'Scrapbook > 개발 및 프로그래밍' 카테고리의 다른 글
[iOS] 웹뷰 백그라운드 투명 처리 (0) | 2013.10.16 |
---|---|
[IOS] 화면 강제 밝기 후 이전 밝기 설정 복원 (1) | 2013.10.11 |
이전 프로젝트 아이폰5 해상도 대응 (0) | 2013.01.08 |
[iOS] UIAlertView - didDismissWithButtonIndex 이벤트 문제 (0) | 2012.12.04 |
스마트폰 디바이스별 사이즈(해상도) (4) | 2012.08.22 |