XML Web Services Tuc Goodwin 8/10/20151. Agenda Review: What is an XML Web Service? Review Steps to calling a Web Service SharePoint Web Services.

Slides:



Advertisements
Similar presentations
Site Collection, Sites and Sub-sites
Advertisements

SharePoint PREP Version 2.0 Chris Felknor MIT iCampus
Compunet Corporation Programming with Visual Studio.NET GUI Week 13 Tariq Aziz and Kevin Jones.
Web Site Security ISYS 512/812. Authentication Authentication is the process that determines the identity of a user. Web.config file – node Options: –Windows:
Introduction to ADO.Net, VB.Net Database Tools and Data Binding ISYS 512.
9. Web Services. 2 Microsoft Objectives “Web Services are poised to change the future of software development...” WebServices.
1 ©2005 Microsoft Building your own collaborative environment Mark Tigwell
Introduction to ADO.Net, VB.Net Database Tools and Data Binding ISYS 512.
Inside Microsoft Office SharePoint Server 2007 Jozef Kalivoda Solution Sales Professional Microsoft Slovakia.
1 Web Services Visual C# 2008 Step by Step Chapter 30.
Sharepoint Portal Server Basics. Introduction Sharepoint server belongs to Microsoft family of servers Integrated suite of server capabilities Hosted.
Welcome to the Minnesota SharePoint User Group. Introductions Next User Group Meeting Training / Events WorkFlow in SharePoint Out of the box 3 rd Party.
Welcome to the Minnesota SharePoint User Group. Quick Intro Announcements Personalization in SharePoint Configuring User Profiles Configuring Audiences.
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
Directory and File. Access Files in a Directory Name space: System.IO The Directory and File classes contain only shared methods that set or return information.
Developing Workflows with SharePoint Designer David Coe Application Development Consultant Microsoft Corporation.
© Minder Chen, ASP.NET 2.0: Introduction - 1 ASP.NET 2.0 Minder Chen, Ph.D. Framework Base Class Library ADO.NET: Data & XML.
1 © 2008 Avaya Inc. All rights reserved. IPOffice Configuration Service Emil Ratnam.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 4 I Need a Tour Guide.
11 Web Services. 22 Objectives You will be able to Say what a web service is. Write and deploy a simple web service. Test a simple web service. Write.
Slide 2 The Microsoft Office Project 2003 Software Development Kit Jim Corbin Programmer Writer Office Developer Documentation Microsoft Corporation Uma.
Introduction to XML and Web Service ISYS 464. HTML vs XML HTML is a language specifically designed for displaying information in browser. It doesn’t carry.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
1 CC111 Lec9 : Visual Basic Visual Basic (3) Lecture 9.
MOSS COLLABORATION Hieu Nguyen Trong. Agenda  MOSS Site structure  Collaboration introduction  Demo.
The SharePoint Shepherd’s Course for End Users Based on the book by Robert L. Bogue Copyright 2011 AvailTek LLC All Rights Reserved.
Doing Snippets in.NET Tuc Goodwin February Agenda What is a “snippet”? Where do I find Snippets? How do I use snippets? Demo How do I create a snippet?
Welcome to the Minnesota SharePoint User Group. Quick Intro Keynote Presentation – Chris Caposella User Group Kick Off Introductions Goals / Objectives.
Visual Basic.NET Windows Forms Hello World Homework Assignment.
Microsoft Visual Basic 2008 CHAPTER TWELVE Cell Phone Applications and Web Services.
Slide 1.NET Development for Project 2003 Samples from the Project 2003 SDK Jim Corbin Programmer Writer Office Developer Documentation Microsoft Corporation.
Agenda What’s functionally changed since 2003 What’s technically changed since 2003 What’s the difference between WSS 2007 and SharePoint 2007 What’s the.
What’s new in Kentico CMS 5.0 Michal Neuwirth Product Manager Kentico Software.
ADO.NET Objects – Data Providers Dr. Ron Eaglin. Requirements Visual Studio 2005 Microsoft SQL Server 2000 or 2005 –Adventure Works Database Installed.
Module 3: Using Microsoft.NET- Based Languages. Overview Overview of the.NET-Based Languages Comparison of the.NET-Based Languages.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Profiles and Active Directory Overview User profiles –Import from Active Directory –Creating.
Wellington SharePoint Users Group 2007 Microsoft Office System Overview Ryan Duguid.
Visual Basic.NET Programming March 3, Agenda Questions / Discussion Cookies Project Work (Ends Around 9:00 PM) Demo's (15 minutes per team)
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
MPA-GTA: 2005 EPM SCHEDULE and ANNOUNCEMENTS Dave D’Silva Vice President MPA-GTA.
Welcome to the Minnesota SharePoint User Group. Develop and support a local community focused on Microsoft SharePoint Technologies Educate user group.
SVR330 Introduction to The Microsoft Office Project 2003 Software Development Kit (SDK) Bob Walker IW Product Technical Specialist - EPM EPG Microsoft.
You are Here! Navigating SharePoint 1. Sharon Weaver 15 years designing, developing, and managing software 10 years SharePoint experience Six Sigma Black.
PRESENTATION BY SCOTT MCGEARY SHAREPOINT ADMINISTRATOR FOR DSHS – CHILDREN’S ADMINISTRATION T-5 - SharePoint - Streamline Productivity within your Agency.
Windows SharePoint 2007 Introduction. What is Microsoft SharePoint 2007? Microsoft SharePoint 2007 is the central information sharing and collaboration.
Created by Alia Al-Abdulkarim 2008 Visual Basic Vs. Java.
Using ADO.Net to Build a Login System Dr. Ron Eaglin.
XML Web Services Tuc Goodwin 2/9/ Agenda What is an XML Web Service? Web Services Business Benefits Changing Application Architectural Model Web.
.NET Mobile Application Development XML Web Services.
ADO.NET Objects Data Adapters Dr. Ron Eaglin. Agenda Builds on Information in Part I Should have working knowledge of creating a database connection Continuation.
Introduction to VB programming Dr. John P. Abraham UTPA Chapters 2 & 3.
Administration - I Jong S. Bok
Sharepoint-Biztalk Integration with Multiple Transport protocols Jin Thakur
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Understanding and implementing the remote provision pattern in SharePoint.
Visual Basic Declaring Variables Dim x as Integer = 0 In the statement above, x is being declared as an Integer (whole number) and is initialised.
Who Am I? Haystax Technology Contact Info Todays Agenda.
Introduction to SharePoint 2007 Brendon Schwartz
SharePoint PREP Version 2.0
“Information Sharing Portal for Indus Sub-System”
Integrating Enterprise Applications Into SharePoint® Portal Server
What is SharePoint and why you should care
Introduction to VB programming
TreeView Control.
للمزيد زورونا على موقعنا الإلكتروني:
1.الدوال Function 2.الاجراءاتSub Procedure 3.وحده نمطيه Add Module
SharePoint Foundation 2010
敦群數位科技有限公司(vanGene Digital Inc.) 游家德(Jade Yu.)
GUI Programming in Visual Studio .NET
Web Service.
SharePoint 2007 Developer Overview Collaboration BI Features
Presentation transcript:

XML Web Services Tuc Goodwin 8/10/20151

Agenda Review: What is an XML Web Service? Review Steps to calling a Web Service SharePoint Web Services

Upcoming Schedule WSDL, Schemas, and Proxies! (Oh, My) Serializations Intro to C# Debugging.NET 2.0 Creating Workflows in.NET 3.0 Object Thinking

Review: What is XML Web Services? Source:

Review: Steps to Calling a Web Service 1. Add Web Service Reference 2. Add Credentials (if necessary) 3. Instantiate the Web Service Object 4. Invoke the Web Service methods 5. Process the Results

SharePoint Web Services (part I) - Administrative methods such as creating and deleting sites - Methods for working with alerts - Methods for retrieving schemas and data - Methods for working with Document Workspaces - Methods for working with user interface forms - Methods for working with picture libraries - Methods for working with lists - Methods for working with Meeting Workspaces

SharePoint Web Services (part II) - Methods for working with SharePoint Services security - Methods used by Windows SharePoint Portal Server - Contains a single method to retrieve site templates - Methods for working with users and groups - Methods for working with file versions - Methods for working with views of lists - Methods for working with Web Parts - Methods for working with sites and subsites

Demo This demo was adapted from an online article by Mike Gunderloy, Coder To Developer (ISBN: X )

September 2005 Presentation The samples from 2005 are loaded on our SharePoint site at The example I am used came from the book Visual Basic.NET Tips & Techniques by Kris Jamsa (ISBN: ) 8/10/20159

Creating a Web Service 8/10/201510

Coding a Web Service 8/10/ Public Function DateOnly() As String DateOnly = Date.Today.Date.ToString End Function

Testing a Web Service 8/10/201512

Consuming a Web Service from a Web Form 8/10/ Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim myWebService As New localhost.Service1 If Me.RadioButton1.Checked Then Me.TextBox1.Text = myWebService.DateTime If Me.RadioButton2.Checked Then Me.TextBox1.Text = myWebService.DateOnly If Me.RadioButton3.Checked Then Me.TextBox1.Text = myWebService.TimeOnly If Me.RadioButton4.Checked Then Me.TextBox1.Text = myWebService.DayOfWeek End Sub

More Demo Let’s look at some code!

Summary We… Consumed a Web Service 8/10/201515

Other Resources msdn.microsoft.com/net support.microsoft.com/webcasts

Next Time… We will continue to build from here… WSDL, Schemas, and Proxies! (Oh, My) 8/10/201517

Questions? 8/10/201518