Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  197
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, October 16, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > XML > SOAP
Search
DevASP

What's New
What's Hot

Web Services: SOAP Interoperability       
Total Hits: 304  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The growing number of SOAP implementations is concrete proof of the real boom being enjoyed, in recent months,
by Web Services based on this protocol. And each of the implementations has its own objects, methods, environments, and deployment. Read this article to learn if SOAP keeps the promise of interoperability....

SOAP Test Harness       
Total Hits: 435  |  Today: 0 Author: Craig Emilio Probus       Rating:  
Read Reviews | Write Review |              Your Rating: 

Web Services are an integral part of a new technology and set of standards and protocols (including SOAP and XSD) designed to enhance and simplify the interaction of heterogeneous and remote software components across the Internet and within intranets. Microsoft has embraced these new standards and has made them an integral part of its .NET strategy both in its Visual Studio.NET (VS.NET) development environment and the .NET Framework in order to facilitate the use of Web Services....

SOAP Envelope Element       
Total Hits: 403  |  Today: 0 Author: w3schools       Rating:  
Read Reviews | Write Review |              Your Rating: 

The mandatory SOAP Envelope element is the root element of a SOAP message. It defines the XML document as a SOAP message....

XslConnector for the Microsoft SOAP Toolkit       
Total Hits: 236  |  Today: 0 Author: Chris Dix       Rating:  
Read Reviews | Write Review |              Your Rating: 

I built this object to use as a SOAP testing tool. You can set up an XSLT document to generate Faults, or to simulate certain responses, without having to go to a lot of trouble. It helps isolate payload processing errors from transport binding errors....

SOAP Toolkit Type Mappers       
Total Hits: 271  |  Today: 0 Author: Mike Deem       Rating:  
Read Reviews | Write Review |              Your Rating: 

The most useful functionality offered by SOAP implementations is the ability to convert data between a platform-specific format and the XML format used in SOAP messages. It is this functionality that allows an application running on one platform to convey information to an application running on another platform....

An Introduction To XML SOAP Using ASP and VB6       
Total Hits: 1567  |  Today: 0 Author: ComponentSource Team       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using ASP and VB6 but still haven't come to grips with SOAP In this article the ComponentSource team show us how to create a requestrespose system in next to no time using simple VBScript and MSXML...

BUG: Using SoapSerializer on the Server from a Process Other Than ASP Listener Fails (Q297366)       
Total Hits: 201  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the low-level Application Programming Interface (API)
SoapSerializer component from a process other than the ASP listener on the server, you encounter unexpected behavior.The SoapSerializer object provides a mechanism to manually build a Simple Object Access Protocol (SOAP) message. You can use SoapSerializer in a low-level API scenario on the server to build up the SOAP Response message. In this case, SoapSerializer is initialized with the Active Server Pages (ASP) Response object. If the SoapSerializer calls are made from a process other than the ASP Listener, as in the follo..Read More..

PRB: Run-Time Error When You Use Custom Type Mapper on SoapClient (Q297985)       
Total Hits: 575  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you use a custom type mapper on the client, when you specify the Web Services Meta Language (WSML) file in the mssoapinit call to initialize the SoapClient object, you may receive an error message similar to the following: Run-time error ''-21472214005 (800401f3)'':
WSDLReader:Analyzing the WSML file failed HRESULT=0x800401F3 - WSDLReader:Initializing the service SoapEmployee failed HRESULT=0x800401F3 - WSDLService:The PROGID EmpServer.clsEmpServer is invalid HRESULT=0x800401F3
where th...

HOW TO: Integrate a SOAP Toolkit Client with an Apache SOAP 2.2 XML Web Service (Q307318)       
Total Hits: 254  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article explains how to integrate a Microsoft SOAP Toolkit client with an Apache SOAP-based Web service. To use this article, you will need an existing Web Services Description Language (WSDL) file that has been created by using the IBM Web Services Toolkit, and you must know how to read and edit WSDL files....

HOW TO: Integrate an Apache SOAP 2.2 Client with a SOAP Toolkit XML Web Service (Q307279)       
Total Hits: 288  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to write an Apache SOAP 2.2 client for a Microsoft SOAP Toolkit-based Web service....

SOAP Interoperability with Microsoft and Apache Toolkits - A step by step guide       
Total Hits: 473  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Abhishek Srivastava begins an interesting series of articles on SOAP Interoperability. The first article illustrates building a SOAP Web service using Microsoft Visual Basic 6.0 and Microsoft SOAP Toolkit. And then accessing the service from a Java client application that uses Apache SOAP Toolkit 2.1....

MS SOAP Toolkit 2.0 Beta 1: Microsoft's ASP Implementation       
Total Hits: 427  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft SOAP Toolkit 2.0 Beta 1 makes it possible to call services and publish them according to two Application Program Interface (API) levels: high or low. The choice will depend on the characteristics of the SOAP message that you wish to send or the level of monitoring of the service to be called. In this article, learn more about SOAP Toolkit with the help of an example....

Building Secure Web Services with Microsoft SOAP Toolkit 2.0       
Total Hits: 331  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft SOAP Toolkit 2.0 provides a flexible framework to build scalable Web services for various intranet and Internet solutions. Security is an important aspect of building reliable services in both scenarios. SOAP Toolkit 2.0 provides support for Internet security based on the Microsoft IIS security infrastructure. This article describes how to build secure solutions with the Microsoft SOAP Toolkit 2.0....

W3C SOAP Note       
Total Hits: 428  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses. SOAP can potentially be used in combination with a variety of other protocols; how.....

Using WSDL in SOAP applications       
Total Hits: 503  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Web Services Description Language (WDSL) is a new specification to describe networked XML-based services. It provides a simple way for service providers to describe the basic format of requests to their systems regardless of the underlying protocol (such as Simple Object Access Protocol or XML) or encoding (such as Multipurpose Internet Messaging Extensions). WSDL is a key part of the effort of the Universal Description, Discovery and Integration (UDDI) initiative to provide directories and.....

Implementing a Web Service with Microsoft SOAP Toolkit Version 2.0       
Total Hits: 163  |  Today: 0 Author: Christian Weyer       Rating:  
Read Reviews | Write Review |              Your Rating: 

Nearly everybody who is involved in using or researching Microsoft related technologies is very excited about this new 'thing' called .NET. Whereas this excitement may be because of all the new and interesting technologies and possibilities introduced with .NET or because of the big efforts that one or an entire company may make to get up with the new vision, .NET wants to mediate a new way of thinking about software applications in the Internet: software as a service that cannot only be used an...

An Introduction To XML SOAP Using ASP and VB6       
Total Hits: 495  |  Today: 0 Author: ComponentSource Team       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using ASP and VB6 but still haven't come to grips with SOAP? In this article the ComponentSource team show us how to create a request/respose system in next to no time using simple VBScript and MSXML.SOAP – Simple Object Access Protocol – is the hottest thing in XML development right now. It has a major role to play in Microsoft's next generation of Visual Studio, and it is the basis of their ".NET" strategy. If you're looking to write a bullet-proof SOAP service in VB6, then look no further tha...

Kafka - XSLT SOAP Toolkit       
Total Hits: 264  |  Today: 0 Author: Chris Dix       Rating:  
Read Reviews | Write Review |              Your Rating: 

I have what looks like the first cut of an XSLT framework for writing SOAP endpoints. I decided to call it Kafka since a piece of software without a catchy name isn't as much fun, and I just can't think of any more SOAP puns....

INFO: Microsoft SOAP Toolkit 2.0 Interoperability (Q297195)       
Total Hits: 267  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft SOAP Toolkit version 2.0 is compliant with the Web Services Description Language (WSDL) and SOAP 1.1 and is supported by Microsoft Product Support Services (PSS)....

HOW TO: Consume XML Web Service Methods by Using SOAP Toolkit 2.0 (Q305965)       
Total Hits: 1187  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how to make simple calls to an XML Web service by using Simple Object Access Protocol (SOAP) Toolkit version 2.0....


1  2  Next >> 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com