How to Consume a Web Service
This question comes up more than you would imagine. Although it’s a simple question, it’s hard to find a simple answer. This post will attempt to be the simple answer.
Mesa, AZ, United States
Experienced software engineer and architect, expert in C#, ASP.NET and WCF web services, with both front-end and back-end skills. Experience with SQL Server (T-SQL, Stored Procedures and Triggers, SSIS). Microsoft MVP 2007 to date.
I have always excelled at positions which require a broad skill set. I can accomplish tasks on my own which would normally need to be performed by a number of different developers with narrower skill sets. In a recent example, I did data mart design, SSIS packages for ETL load into the DM; wrote stored procedures and functions against the DM; wrote C# middle tier code to call them, then wrote the ASP.NET reports that called the middle tier for their data. I next learned SSRS to do more of the same.
I can put the pieces together to solve your problems as well.
September 2010 - April 2012
Took a leading role in updating the applications and processes of the ASP.NET development of the IT department. Modernized, enhanced and maintained web applications and WCF services; maintained existing database objects and designed and created new ones; proactively worked with other parts of the organization and the business to enhance customer satisfaction; shared knowledge with fellow developers, both one on one and in groups, including several presentations. Responsible for ALM within the organization, administering and customizing the TFS environments and designing and documenting the development processes.
Modernized ASP.NET projects in several ways:
Maintenance and new development of ASP.NET Web Forms and MVC applications using C#; Web Application Projects; Telerik controls
Provided several presentations to fellow developers:
Had primary responsibility for the ALM area (Application Lifecycle Management) within the organization.
January 2010 - August 2010
Project to add functionality to usairways.com requiring interaction with a business partner over web services. Created two WCF services, web pages and user controls. Worked with QA to resolve bugs in all components. Participated in International conference calls to troubleshoot and resolve integration problems.
All work was performed using Test-Driven Development using Visual Studio 2008 Team Suite. Source control was TFS.
October 2009 - October 2009
Designed enhancements to the Forms Authentication of a SharePoint-based application. Also created high-level design of a SAML-based SSO for same.
Before implementation, was switched to making a number of small changes to the base application: added command to site menu with a feature; fixed code using Dundas Chart; added list columns then changed code to use new columns to produce different graph results; corrected drill-down UI.
September 2009 - September 2009
Code Cleanup
Created settings permitting StyleCop and ReSharper to work in harmony; the default rules conflicted with each other. I created a set of refactorings and quick fixes which could be used in absolute safety on old code to make it readable. This could be performed with confidence by junior developers, and made it much easier for them to understand the code base and to have increased confidence in their changes. These were perfected while cleaning up the code that I had to examine or modify.
Production Exceptions
Addressed the many production exceptions in several ways:
February 2009 - June 2009
Participated in requirements gathering and design reviews. Assisted in determining the appropriate technology for the application, determining that Analysis Services were not required.
March 2006 - November 2008
Web UI Team (Clinical CareAdvance product)
New development and maintenance of an ASP.NET web application. General bug fixing. Refactoring of custom controls to separate the constant JavaScript from the variable. Constant JavaScript was emitted in a script tag, while variable continued to be emitted by the controls. Refactored data access to remove from individual pages into a common library.
Creation of an ASMX web service to permit submission and update of health insurance Authorization records. Created infrastructure to handle cross-cutting concerns such as exception logging, session management and authentication. Refactored code from the web application into a common library used by both. Created another ASMX service for administration of users of the web application. Created a test tool for web services, based on substituting variables into XML test files and evaluating the results using XPATH or XSLT.
Created a single sign-on component based on the SAML 1.0 protocol. Created library code for XML validation and transformation; unit test support. Used NUnit 2.2 for TDD.
Middle Tier Team
Developed ETL system for converting health insurance Authorization records to the CareAdvance format, using SQL Server 2005 and SSIS. Created the XML Schemas and Transforms; created the SSIS packages, using custom source, destination and transformation components I wrote. Created stored procedures, functions and scripts for converting input XML data to many database tables.
Web Solutions Architecture Team
[This team was formed to create a common architecture and set of reusable artifacts across the web-based portion of the TriZetto product line. It was a distributed team, with members in three offices across two time zones]
Evaluation, research and requirements for Source Control, Globalization and Web Services. Recommended Team Foundation Server 2008 for source control, and installed and maintained the server, including the SharePoint server it requires. Recommended using the Service Factory for web services, using only WCF.
Customized the Service Factory to add recipes for importing existing services and for creating the initial solution structure according to our requirements. Used Guidance Automation Toolkit and DSL Tools. Created tools for making mass changes to all projects in a large solution to implement common Code Analysis settings and to permit mass changes to reference paths.
August 2005 - January 2006
Wrote a program to produce a graphical report in Excel; Enhanced a Web; Created SQL Server 2000 DTS Packages and Scripts for ETL
Used C# and the Excel API to create a report from a CSV file of project data from OpenAir. A graphical report was produced showing project schedule. A library of utility methods was created to make the Excel API easier to use. A simple Windows Forms GUI was created to accept the parameters of the report, which were saved between runs using the Microsoft Configuration Application Block.
[NaviNet, NaviMedix’ web application, is specialized for each health plan through a “Plan Server”. The Plan Server consists of COM servers written in VB6, which communicate to the web front end via XML. Presentation is via HTML forms generated from XSL templates. All data is processed as XML. EDI over IBM MQ Series was frequently used to communicate to the customer’s mainframe systems.]
Participated in the release of enhancements to their NaviNet Plan Server for one of NaviMedix’ customers. Worked closely with other developers on the team as well as QA and analysts. A wide variety of tasks was completed during the release.
Skills and techniques used:
Created a set of DTS packages to load multiple CSV files from an FTP site into staging tables from which they would be processed into CRM system, then e-mail an XLS file containing the results and import errors. VBScript used for step scripts, transforms and ActiveX Task scripts.
Created a stored procedure to prepare other downloaded data for processing into CRM; diagnosed a problem with a separate stored procedure used to do the load.
Languages: VB6
Databases: SQL Server 2000
Tools: ClearCase, NUnit, VbUnit, Sparx Enterprise Architect, Symphonia, IBM MQ Series, MZ-Tools for VB6, XMLSpy
Operating Systems: Windows 2000
Other: XML, XSLT, HTML, stored procedures, UML, Scrum, DTS
January 2005 - June 2005
Maintained, Designed, Enhanced an Address Cleansing Web Service and .NET Components of a Siebel Implementation Integrated with a Web Site, using C#.
Used the Sparx Enterprise Architect UML modeling tool to design the next generation of a web service that utilized the Trillium Software System to cleanse address data.
Diagnosed and fixed several problems with the existing web service in Production: * Used the Microsoft CLR Profiler to diagnose a memory leak. Implemented an object pool to correct it. * Diagnosed performance problems, isolated them to a long-running query and to poorly performing library code. * Analyzed thousands of exceptions. Determined that the Trillium code was not thread-safe and corrected this by introducing a critical section.
In the process, created a test suite to run tests of every Trillium API used by the web service. Suite used functional composition via the Command Pattern and an Abstract Factory Pattern to run selected tests with combinations of threads, iterations, locking modes, etc. The test platform created for the suite was later used to produce tests of the Trillium Director product.
Designed and developed enhancements to the Order Processing portion of their Siebel-based CRM system. Produced detailed design from the Business Requirements and Functional Specifications. Wrote all code using TDD, using NUnit for unit tests. Elaborated the TDD test list into a Microsoft Project schedule. Worked with analysts, DBAs and Siebel. Worked with the QA department throughout the QA and UAT cycles.
Refactored the database access code into an object model and separate data access code. Refactored further, using a Strategy Pattern to allow the database objects to be persisted to disk. This allowed unit tests to be independent of the database. * Created SQL Server 2000 scripts to generate test data for integration testing and QA.
Refactored the gateway between .NET and Siebel, pushing all direct access to the Siebel Data Control into base classes. Created a consistent interface so that all Siebel objects are accessed in the same way.
Refactored the NAnt build scripts, placing all common build script into an included file. Added the ability to generate NDoc documentation for all builds.
July 2012 - Current
One of the developers of the Econometrix application for the TAPFIN business unit.
August 2004 - December 2004
Developed applications and components to complement the Web Services-based API of salesforce.com using C# and VB.NET
Created a set of classes in C# to allow the use of ADO.NET DataSet objects to manipulate salesforce.com data. Used these to create several applications:
1972 - 1975
The Bronx High School of Science is one of a handful of High Schools in New York City requiring that applicants complete an examination before admission. Graduation requirements include:
1975 - 1981
Note that my time at WPI was in two phases, 1975-1977 as a Life Science major, ran out of money and worked as a programmer, then back at WPI, as a Computer Science major 1978-1981.
This question comes up more than you would imagine. Although it’s a simple question, it’s hard to find a simple answer. This post will attempt to be the simple answer.
The tools used to consume a web service abstract the networking away from us, which is a good thing. On the other hand, this obscures the underlying processes, sometimes leading to misunderstanding of what's going on. This is an overview of how web services work.
There are several ways to see the soap traffic. You can use a debugger, like soapUI or the debugger in XMLSpy; a monitoring tool, like Fiddler; or you can make it a part of your ASMX application. Finally, you can use WCF for your client or service, which has this feature built-in.
Microsoft is finally acknowledging in public something that I’ve been failing to convince people about for a while now.The ASMX web service technology is a legacy technology. It is maintained primarily for backward compatibility. It is not being enhanced, and is only barely having bugs fixed. Do not use it unless you have no choice: use WCF instead.
There have been several questions in the ASMX Web Services and XML Serialization forum about customizing the behavior of the proxy class generated by Add Web Reference or by WSDL.EXE. This article shows you several ways in which you can take control of this generated code to meet your specific needs.

Improving the Design of Existing Code
Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts

Assembling Applications with Patterns, Models, Frameworks, and Tools
Jack Greenfield, Keith Short, Steve Cook, Stuart Kent, John Crupi

Conventions, Idioms, and Patterns for Reusable .NET Libraries
Krzysztof Cwalina, Brad Abrams

Steve Cook, Gareth Jones, Stuart Kent, Alan Cameron Wills

Ed Blankenship, Martin Woodward, Grant Holliday, Brian Keller
PDP-10
Visual Studio
Microsoft MVP – Connected System Developer
ITIL v3 Foundations Certified
Visual Studio is my favorite IDE now, but "back in the day", I hacked Emacs (the original one, written in TECO).