본문 바로가기
반응형

개발언어/ASP.NET47

How to configure multiple WCF binding configurations for a single scheme How to configure multiple WCF binding configurations for a single scheme 어떻게 하면 WCF 를 멀티바인딩해서 쓸 수 있을까? 결론은 L4 장비로 묶여 있어서 서버는 외부아이피로 연결되지만 실제로 내부망에서는 내부 ip로 세팅된 웹서비스로 구동되는 경우다. 글쓴이는 L4 장비와 네트워크에 대해서 잘 모른다. 구성상 WCF 서비스를 연결할 경우, 외부망에서는 외부IP로 서비스가 되어야 하고 내부망에서는 내부IP로 서비스가 되어야 한다. 하지만 보안장치에 의해서 WCF 하는 서버 안에서 외부IP로 서비스가 호출되지 않는다. 서버는 내부IP가 세팅되어 있기 때문에 내부IP로 WCF 호출이 되어야 한다. 결론, 내부망에서 호출하면 IP가 192.~~~ 이.. 2013. 1. 17.
SharePoint 2010 - How to consume web services in SandBox solution? SharePoint 2010 - How to consume web services in SandBox solution? 개발 환경 CKS - Development Tools Edition (Server)를 설치한다. CKS - Development Tools Edition (Server)FreeThe SharePoint 2010 Visual Studio 2010 Extensions project (CKSDEV) is a collection of Visual Studio templates, Server Explorer extensions and tools providing accelerated SharePoint 2010 development based on Microsoft's new SharePoint.. 2012. 11. 14.
[쉐어포인트 웹파트 개발] Programmatically get/search SharePoint List items using SPView, SPList.GetItems (SPView) SPList.GetItems Method (SPView) 쉐어포인트의 사이트에서 원하는 리스트(목록)의 item들을 가져 오는 방법입니다. 조금 까다로운 것이 http://wp/ 라는 사이트에서 http://wp/Tasks 에 있는 [메모] 목록과 http://wp/approval 에 있는 [결재관리] 내역을 가져와야 합니다. 출력할 곳은 상위 사이트 http://wp/ 이고 가져와야 하는 데이타는 하위 사이트 http://wp/Tasks, http://wp/approval 입니다. 이런 경우 웹파트를 만들어서 가져와야 할 경우 해당 사이트를 오픈하여 가져 올 수 있습니다. 웹파트에 해당 내역을 가져와서 보여 주려고 합니다. 목록의 내역을 각각 들고와서 보여 주어야 하는 데요. 코드 private int.. 2012. 10. 31.
How to get Item from ListItem with Client Object model How to get Item from ListItem with Client Object model The GetItems(CamlQuery) method allows you to define a Collaborative Application Markup Language (CAML) query that specifies which items to return. You can pass an undefined CamlQuery object to return all items from the list, or use the ViewXml property to define a CAML query and return items that meet specific criteria. The following example.. 2012. 10. 30.
반응형