In-Depth

Integrate xmlspy 2004 Into VS.NET

Integrate Altova's new release of xmlspy 2004 into your existing Visual Studio .NET projects.

Technology Toolbox: XML

Altova's xmlspy has been one of the top XML editors for several years due to its support for XML document editing, schema design and validation, XSLT editing and debugging, and WSDL/SOAP capabilities. I've been a fan of xmlspy, but have often wished there were a way to integrate it into existing Visual Studio .NET projects. This capability is now possible with Altova's release of xmlspy 2004. You can use the product within Visual Studio .NET directly; this is a big win for .NET/XML and Web service developers.

You first must install the product onto your development machine. You can download a demo from Altova's Web site. Once you install xmlspy 2004, you can run a second install package called "xmlspy 2004 Integration for Visual Studio .NET." This installation package works with Visual Studio .NET versions 2002 and 2003.

After installing the integration package, you can access xmlspy 2004 menus and functionality from within VS.NET projects. You can use the menus to generate a schema for an existing XML document (see Figure 1). Once the schema is generated, you can show a visual representation of it within VS.NET (see Figure 2).

xmlspy's XSLT debugger is now available in VS.NET; it simplifies working with advanced XSLT stylesheets (see Figure 3 for an example of working with XSLT breakpoints). The visual WSDL file editor makes editing WSDL documents much more pleasant and productive (see Figure 4). The xmlspy SOAP debugger is also available within the VS.NET project environment.

The new xmlspy 2004 VS.NET integration package is a nice addition to your development toolbox; it can help you work with different XML technologies while developing .NET applications. The time you'll save in avoiding the annoying switch between the xmlspy and VS.NET editors (as in the past) makes it easy to justify the upgrade to the 2004 release.

About the Author

Dan Wahlin (Microsoft MVP for ASP.NET and XML Web Services) is the founder of The Wahlin Group which specializes in .NET and SharePoint onsite, online and video training and consulting solutions. Dan also founded the XML for ASP.NET Developers Web site, which focuses on using ASP.NET, XML, AJAX, Silverlight and Web Services in Microsoft's .NET platform. He's also on the INETA Speaker's Bureau and speaks at conferences and user groups around the world. Dan has written several books on .NET including "Professional Silverlight 2 for ASP.NET Developers," "Professional ASP.NET 3.5 AJAX, ASP.NET 2.0 MVP Hacks and Tips," and "XML for ASP.NET Developers." Read Dan's blog here.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube