On CHOW: Does drinking ice water burn calories?
82 Resources for

simple object access protocol

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

MSDN Architecture Webcast: Acks and NAcks: Why We Need the Principles of TCP/IP Reliability in SOAP (Level 200)
A key feature of Windows Communication Foundation (formerly code-named "Indigo") is the concept of building reliability into the message infrastructure through SOAP. Security, reliability, and transactions are all desired features in the Web services stacks. This webcast explains why and when the user needs reliability and how the user can...
Tags: TCP/IP, Microsoft Developer Network, Webcast, Windows Communication Foundation, Simple Object Access Protocol, Reliability, SOAP, Web Services, Enterprise Software, Software
Webcasts
Don Box on SOAP and WSE
The presenters of this webcast discusses about SOAP, WSE, Longhorn, Indigo, COM, the PDC, Band on the Runtime, and the meaning of life. The presenter reveals a few gems about Indigo, and talks about the ways in which Indigo makes Web services better.
Tags: Indigo, Simple Object Access Protocol, SOAP, Web Services, ActiveX/COM/COM+/DCOM, Enterprise Software, Software, Software Development, Software/Web Development
Webcasts
Integrating Microsoft .NET Development With SQL Server 2000
During this webcast, the presenter will explore the ways to integrate assemblies and Web services written with the .NET Framework, for both tightly coupled and loosely coupled systems. The presenter will first discuss the loosely coupled systems that implement URL queries, templates, and ADO.NET classes to send and receive XML...
Tags: Microsoft SQL Server, Microsoft SQL Server 2000, Microsoft Corp., Simple Object Access Protocol, SOAP, Application Integration, Web Services, Databases, .Net, Enterprise Software, Software, Software Development, Software/Web Development, Data Management
Webcasts
How to Use an Existing XML File as Part of a SOAPMessage Using the Java API for XML Messaging
The Java API for XML Messaging ("JAXM") provides a set of tools to construct and send Simple Object Access Protocol (SOAP) messages. The API provides two main ways to construct SOAP messages: creating an object tree where each object represents part of the message (for example, SOAPBody, SOAPBodyElement) or using...
Tags: Java, API, XML Messaging, Simple Object Access Protocol, XML File, SOAP, XML, Web Services, Enterprise Software, Software, Software/Web Development, Web Development
White papers
SOAP: Service-Oriented Architecture and Programming, Pt. 1
The presenter of this webcast waxes poetic on the objective and subjective conjoining of software components and services.
Tags: SOA, Microsoft Corp., Simple Object Access Protocol, Programming, SOAP, Service-Oriented Architecture (SOA), Web Services, Tools & Techniques, Middleware, Enterprise Software, Software, Management
Webcasts
SOAP: Service-Oriented Architecture and Programming, Pt. 2
The presenter of this webcast continues his talk on the objective and subjective conjoining of software components and services.
Tags: SOA, Microsoft Corp., Simple Object Access Protocol, Programming, SOAP, Service-Oriented Architecture (SOA), Web Services, Tools & Techniques, Middleware, Enterprise Software, Software, Management
Webcasts
From HTML to Services: Building a Site for REST, POX, AJAX, RSS, SOAP, and WS-*
Site is more than a collection of pages; it's a programmable platform that the users are leveraging in innovative new ways. Scraping, mashups, and RSS mean that the site is already a service, and the fastest, most flexible way to build that service is with Windows Communication Foundation (WCF). With...
Tags: HTML, Windows Communication Foundation, Site, Simple Object Access Protocol, RSS, SOAP, AJAX, Internet, Web Services, Enterprise Software, Software, Software/Web Development, Web Development, Web 2.0
Webcasts
Exposing Existing Code as a Web Service Using the SOAP Toolkit 2.0
The Microsoft SOAP Toolkit version 2.0 simplifies the task of exposing and consuming existing code as a Web Service, as documented in the SOAP Toolkit 2.0 documentation. Some of the primary functions performed on the server side are transformations made between data as passed in various data types by the...
Tags: Web, Web Service, Microsoft Corp., Simple Object Access Protocol, SOAP, Web Services, Channel Management, Enterprise Software, Software, Marketing
White papers
MSDN Webcast: Securing Web Service Communications With WSE 2.0 (Level 400)
By providing an efficient and scalable mechanism to secure Web services Microsoft .NET Framework Web Services Enhancements (WSE 2.0) helps to build scalable distributed applications. WSE 2.0 uses the mechanisms defined in the WS-Security specifications to place security credentials in the Simple Object Access Protocol (SOAP) message itself. This webcast...
Tags: Microsoft Developer Network, Web, Webcast, Web Service, Simple Object Access Protocol, WSE 2.0, SOAP, Web Services, Security, Enterprise Software, Software
Webcasts
MSDN Webcast: Extending ASP.NET With HTTP Modules, Handlers and SOAP Extensions (Level 200)
ASP.NET provides an extensible framework for intercepting raw HTTP requests as they arrive at the Web server's door, so that one can alter how requested resources are handled or redirect traffic. This webcast demonstrates how to employ HTTP modules, HTTP handlers and handler factories, and SOAP extensions for Web services,...
Tags: Microsoft Developer Network, HTTP, Webcast, Microsoft ASP.NET, Simple Object Access Protocol, SOAP, Web Services, Enterprise Software, Software
Webcasts
Building Rich SOAP Based-Clients With Java 2 Standard Edition Technology
This webcast addresses the programming model for interacting with SOAP-based Web services using the JAX-RPC API set. Included is discussion of threading, strategies for managing conversational state between a Web service and client, exception handling, packaging, and deploying applications with Java Web Start software. This webcast also introduces the use...
Tags: Web, J2SE, Java 2, Web Service, Simple Object Access Protocol, SOAP, Java, Web Services, Programming Languages, Enterprise Software, Software, Software Development, Software/Web Development
Webcasts
Web Services between .NET, Java and MS SOAP Toolkit
This article will try to explain the how you can build web services and/or clients with any of the three languages: .NET, MS SOAP Toolkit and Java. But the real point of the article is to show you how you can build clients for web services from any of above-mentioned...
Tags: Web, Microsoft .NET, Java, Web Service, Microsoft Corp., Simple Object Access Protocol, SOAP, Web Services, Channel Management, Enterprise Software, Software, Marketing
White papers
When is SOAP a Good Idea in a Project
SOAP is basically an XML marshalling mechanism for RPC calls. It doesn't specify a transport although it is most commonly used with HTTP. It could also be used to encode an RPC call over a simple TCP/IP socket or a JMS message. People have a tendency to use the...
Tags: Simple Object Access Protocol, SOAP, RPC, Web Services, Enterprise Software, Software, Networking
White papers
Implementing and Accessing Web Services Using Visual Basic 6.0 and the SOAP Toolkit for Visual Studio
This session will discuss how to implement and access Web Services using VB 6.0 and the SOAP Toolkit for Visual Studio. The following key topics will be addressed during this presentation: An introduction to Web Services. An overview of the Distributed Object Infrastructures and limitations of using it to implement...
Tags: Microsoft Visual Studio, Web, Microsoft Visual Basic 6.0, Microsoft Visual Basic, Web Service, Simple Object Access Protocol, SOAP, Web Services, Microsoft Development Tools, Enterprise Software, Software, Development Tools, Software Development, Software/Web Development
Webcasts
Microsoft ASP.NET: Advanced XML Web Services Using ASP.NET
The objective of this session is to introduce Web developers to the advanced features of Microsoft ASP.NET Web Services. The key topics discussed in this session include Web Services Architecture, XML Web Services and SOAP (WSDL), Calling Web Services Asynchronously, SOAP Headers, SOAP Exceptions and Error Handling, SOAP Extensions, XML...
Tags: Microsoft ASP.NET, Microsoft Corp., Simple Object Access Protocol, XML Web Service, SOAP, Web Services, XML, .Net, Enterprise Software, Software, Software/Web Development, Web Development, Software Development
Webcasts
Send XML documents online with SAAJ
SOAP with Attachments API for Java (SAAJ) provides a standard way to send XML documents over the Internet from the Java platform. SAAJ enables you to produce and consume messages conforming to the SOAP 1.1 and 1.2 specifications and SOAP with Attachments note. When you choose to...
Tags: Message, XML Document, XML, Attachment, Simple Object Access Protocol, Object, SAAJ, Attachments API, SAAJ 1.3, SAAJ 1.3 Specification, MIME, SAAJ API, SOAPMessage, SOAPPart, SOAPHeader, SOAPBody, AttachmentPart, Request Parameter, Enterprise Edition 5, SOAP, Web Services, Enterprise Software, Software, Peter Mikhalenko
Blog posts 2008-03-20
SOAPSonar Personal Edition (5)
SOAPSonar provides code-free point-and-click Web Services testing. Supports SOAP, XML, REST, and WS-Trust testing types. Simple to complex test scenarios are managed through the test suite interface. SOAP data generation for Web Services is automated through the Schema Fields generator engine. Functional, Performance, Compliance, and Vulnerability modes are provided. Command-Line...
Tags: Web Service, Simple Object Access Protocol, Crosscheck Networks, SOAPSonar, SOAP, Web Services, PKI, Enterprise Software, Software, Security
Software downloads 2008-01-18
SOAP Notes Form - Sample (exe)
Computer Fillable Medical PDF Forms. Patient records can be typed, e-mailed, saved and stored on your computer. Easy access and retrieval! We can take your existing forms and make them electronic fillable forms. Your own company logo, address and phone numbers can be put on your forms at no additional...
Tags: IBM Lotus Notes, Simple Object Access Protocol, Form, SOAP, Productivity, Telecom & Utilities, Web Services, Enterprise Software, Software
Software downloads 2007-11-05
SOAP Message handler
Hello,I want to create a SOAP message Handler for securing my web services. The .NET plateform offer this possibility with the SOAP extension.But can this method be used with other plateform web services (java...) and how do it work?In other words, can we create a SOAP message handler for all...
Tags: SOAP, Web services, spack92, SOAP message Handler, Simple Object Access Protocol, Web service
Discussion threads 2007-11-13
SOAPValidator service source code (exe)
Soap Message Validator is a conformance-oriented tool that aims to match the structure of a SOAP Message against all applicable sections in the SOAP specification. It pays no attention to the actual data transmitted. This version is the first release on CNET Download.com.
Tags: Microsoft Corp., Simple Object Access Protocol, Soap Message Validator, SOAP, Web Services, Enterprise Software, Software
Software downloads 2007-09-17

Featured White Paper

End-user performance: Building and maintaining ROI

Content Types

Blog posts (1 results)
Discussion threads (3 results)
Software downloads (11 results)
Technical articles (44 results)
Webcasts (11 results)
White papers (12 results)

Refining Tags

Software (39 results)
Enterprise Software (38 results)
Web Services (38 results)
SOAP (38 results)
Web Service (37 results)
Web (32 results)
XML (19 results)
Software/Web Development (15 results)
Microsoft Corp. (14 results)
e Advantage (10 results)
Java (9 results)
Microsoft .NET (9 results)
Web Development (9 results)
Software Development (7 results)
Marketing (6 results)
Channel Management (6 results)
HTTP (6 results)
Programming (5 results)
Security (5 results)
Microsoft ASP.NET (5 results)
Guest Contributor (4 results)
server (4 results)
IBM Corp. (4 results)
.Net (4 results)
SOA (4 results)
Listing B (4 results)
Message (3 results)
Apache Software Foundation (3 results)
application development (3 results)
Programming Languages (3 results)
WSDL (3 results)
Webcast (3 results)
J2EE (3 results)
Microsoft Developer Network (3 results)
Phillip Perkins (3 results)
Brian Schaffner (3 results)
Service-Oriented Architecture (SOA) (3 results)
envelope (3 results)
middleware (3 results)
Web Development Zone Newsletter (3 results)
developer (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


MySQL 5.0 Quick Guide
If you want to build a high-power database solution, a good way to go is to deploy MySQL 5.0. Doing so can be a huge undertaking. This Quick Guide shows you what you need to know to set up, configure, and deploy MySQL 5.0 on your network.
Buy Now
Windows XP Professional Administration
Microsoft Windows XP's enhanced functionality and business productivity improvements can provide a significant payoff for your organization--but only ...
Buy Now