Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (24)  RDF (28)  WebService (223)  XMLHTTP (3)
 Database (25)  RSS (29)  WML (95)  XMPP (9)
 Debugging (29)  SAX (56)  WSDL (80)  XPath (78)
 DIME (14)  Schema (45)  XAML (5)  XPointer (12)
 DOM (56)  SMIL (38)  XBRL (64)  XQL (24)
 DTD (23)  SOA (8)  XForms (92)  XQuery (72)
 ebXML (56)  SOAP (135)  XHTML (111)  XSchema (30)
 Flash (12)  SQL (16)  XLL (1)  XSL (423)
 Java (75)  SQLXML (141)  XML (776)  XSL-FO (28)
 MathML (11)  SVG (56)  XML.NET (86)  XSQL (6)
 Oracle (29)  VoiceXML (82)  XMLA (1)  XUL (13)
 Pattern (3)  WebDAV (17)

Total Articles: 3,240

 


soap Articles
Prev Next
1 2 3 4 5 6 7
 
The Evolution of SOAP::LITE
I worked recently on a design of a lightweight Internet-based payment system using SOAP, and after having done so, I learned a number of valuable lessons that I thought I'd pass on here. First I'll talk about why I chose this route, then I'll talk a little bit about recent changes in the SOAP community, including the directions that this technology appears to be moving.

Type: SOAP  #Views: 258  Category: Article    

Performance testing SOAP-based applications
SOAP is a boon in the quest for interoperability between servers -- but it is still a challenge to deliver SOAP-based solutions which perform well in production environments. Frank Cohen offers tips on overcoming scalability problems, and introduces a free open-source utility to proof performance in SOAP-based Web services.

Type: SOAP  #Views: 247  Category: Article    

SOAP 1.2
As you may know by now, SOAP 1.2 has reached Proposed Recommendation (PR) status, which means that the XML Protocol Working Group believes that it's done. A few PR issues have been raised. It can be fun to look at the list, as the issues range from "I found a typ" to "this isn't full XML, send it back to the committee".

Type: SOAP  #Views: 272  Category: Article    

Inside SOAP
The Simple Object Access Protocol (SOAP) is a minimal set of conventions for invoking code using XML and HTTP. DevelopMentor, Microsoft, and UserLand Software submitted SOAP to the IETF as an Internet Draft in December 1999 (available here).

Type: SOAP  #Views: 260  Category: Article    

SOAP Encodings, WSDL, and XML Schema Types
Using a web service involves a sender and a receiver exchanging at least one XML message. The format of that message must be defined so that the sender can construct it and the receiver can process it.

Type: SOAP  #Views: 184  Category: Article    

WSDL Extension for SOAP in DIME
The WSDL Extension for SOAP in DIME is used in a WSDL [1] document to describe the use of DIME [2] for encapsulating a SOAP [3] message with base64Binary and/or hexBinary content in multiple DIME records in a way consistent with Encapsulating SOAP in DIME [4]. The primary features of the extension are:

Type: SOAP  #Views: 310  Category: Article    

Using the J2EE Connector Architecture and SOAP to Build Web-Service-Ready Enterprise Applications, P
A combination of the Java 2 Platform, Enterprise Edition (J2EE) connector architecture and Simple Object Access Protocol (SOAP) technologies provides a standard way to use SOAP-encoded Extensible Markup Language (XML) to interact with legacy systems.

Type: SOAP  #Views: 176  Category: Article    

A Busy Developer's Guide to WSDL 1.1, Part III
Part I and Part II of this document described how to document first untyped, then typed remote procedure calls using WSDL. This third part documents another style of interaction - exchange of well formed and valid documents. For further insight into this perspective about how one should develop distributed applications, see Sean McGrapth's API's Considered Harmful essay.

Type: SOAP  #Views: 262  Category: Article    

Web services programming tips and tricks: Using SOAP headers with JAX-RPC
In this article, Andre Tost examines ways to create and process information that is transferred in the header portion of a SOAP message. Specifically, he looks at how this can be done in applications that are built using the JAX-RPC standard, which is how most, if not all, Java applications will provide and consume Web services.

Type: SOAP  #Views: 261  Category: Article    

Processing SOAP Headers
Last month we built a simple client for the Google API. In this month's column we'll look at how SOAP headers can be used to talk to an intermediate server that adds value to the basic search service.

Type: SOAP  #Views: 241  Category: Article    

WebServices.SOAP.Value Object
This object represent a named value in the body of a SOAP request. Instances of this object are used in conjunction with the add method on a SOAP request's body.

Type: SOAP  #Views: 229  Category: Article    

Myths and misunderstandings surrounding SOAP
Being the new kid on the block, SOAP has to do some explaining in order to gain acceptance. SOAP moves into a neighborhood brimming with other server-to-server communication technologies, including CORBA, RMI, and DCOM.

Type: SOAP  #Views: 275  Category: Article    

Accessing enterprise beans through SOAP
Calling enterprise beans through SOAP is handled in the same manner as calling Java bean methods through SOAP. The SOAP runtime handles the bean cases for you, such as calling an enterprise bean's create method if the create was not called previously.

Type: SOAP  #Views: 280  Category: Article    

The Slippery Soap
In last month's column we put a stake in the ground, offering a definition of "web service". This month we're going to examine one of the underlying protocols upon which such services are being built, namely, SOAP. The original SOAP specification, version 0.9, was published in September 1999 and was revised twice before the publication of SOAP 1.1 in December 1999. SOAP 1.1 has become a de facto standard, with broad industry support from many vendors, large and small, providing client and server implementations.

Type: SOAP  #Views: 143  Category: Article    

Web Services Interoperability
Web services, at their core, are technologies designed to improve the interoperability between the many diverse application development platforms that exist today.

Type: SOAP  #Views: 153  Category: Article    

SOAP security extensions: digital signature
SOAP Security Extensions: Digital Signature (SOAP-DSIG) defines the syntax and processing rules for digitally signing SOAP messages and validating signatures. This article discusses how SOAP-DSIG is related to SSL, and describes how the two technologies complement each other.

Type: SOAP  #Views: 260  Category: Article    

Web service invocation sans SOAP
SOAP has become almost synonymous with Web services, even though it is just one of many possible bindings for accessing Web services. This means that applications that make use of Web services usually do so through APIs tied to a specific implementation of SOAP.

Type: SOAP  #Views: 237  Category: Article    

Creating SOAP Services with Cocoon
The Apache Cocoon framework excels at processing and manipulating XML documents, which makes it an easy and ideal platform for SOAP services. All the necessary components exist in the standard Cocoon release, except for one.

Type: SOAP  #Views: 223  Category: Article    

Web services programming tips and tricks: Using SOAP headers with JAX-RPC
In this article, Andre Tost examines ways to create and process information that is transferred in the header portion of a SOAP message. Specifically, he looks at how this can be done in applications that are built using the JAX-RPC standard, which is how most, if not all, Java applications will provide and consume Web services.

Type: SOAP  #Views: 258  Category: Article    

Web service invocation sans SOAP
SOAP has become almost synonymous with Web services, even though it is just one of many possible bindings for accessing Web services. This means that applications that make use of Web services usually do so through APIs tied to a specific implementation of SOAP.

Type: SOAP  #Views: 158  Category: Article    

Prev Next
1 2 3 4 5 6 7


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
Discount ink cartridges
outsourcing it
desktop fax
fax server
chicago web design
Alojamiento de Web
UK Web Hosting
Megapixel IP Security Camera
Dolce&gabbana sunglasses
Video Surveillance
VoIP Internettelefonie AT

3,257 Total Members
368 members(last 30 days)
97 members(last 7 days)
0 members(today)

1,926 Total Discussions
5 Posts(last 30 days)
3 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,076 Total Resources
1 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139