Community-Credit.com
|
NonProfitWays.com
|
SOAPitstop.com
Skin:
Fiery Red
Mello Blue
Purple Passion
The Green Stuff
Grey Flannel
User: Not logged in
Hot Links
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
Menu
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
My Pitstop
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
HeadGeek
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics
Articles
ADO.NET (24)
RDF (28)
WebService (223)
XMLHTTP (3)
Database (26)
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 (76)
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,242
soap Articles
Prev
Next
1
2
3
4
5
6
7
SOAP
: The Simple Object Access Protocol -- MIND January 2000
This implementation allows you to write standard Perl objects and expose them through
SOAP
.
Type: SOAP #Views: 168 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.
Type: SOAP #Views: 242 Category: Article
The Python Web services developer: Python SOAP libraries, Part 3
In this installment of The Python Web services developer, Mike Olson gets back to writing some Python code. This column will revisit the example code from the fifth and sixth columns in this series, in which Mike and Uche Ogbuji talked about SOAP.py and ZSI, two available SOAP implementations in Python. Mike will continue the examination of these libraries and see how they interact with each other.
Type: SOAP #Views: 368 Category: Article
SOAP? Bah! What's wrong with /bin/sh?
The frenzy over Google's new SOAP API is just plain silly. Today I was sent details by a proud PR representative (I'll not mention them, but you'll likely hear from them yourselves) of his company's Google-over-email service, using the SOAP interface. What a waste of space for something that can be done in one line of shell script!
Type: SOAP #Views: 225 Category: Article
SOAP: Disrupting the balance of power (Part 1)
The Simple Object Access Protocol (SOAP) is making profound changes to the communications and interactions landscape. In the truest sense of the phrase, SOAP is a disruptive technology. SOAP is not only being adopted and endorsed by rivals such as Sun and Microsoft and standards bodies such as the United Nations (ebXML), but is also being actively used to solve real-world problems. As the baseline technology for Web services, SOAP is leveraging pervasive Internet technologies to deliver two much spoken-about paradigms: the delivery of software as services and, as a corollary, the integration of online businesses.
Type: SOAP #Views: 294 Category: Article
Clean up your wire protocol with
SOAP
, Part 4
As Tarak Modi mentioned throughout the first three parts of this series, Apache SOAP client developers end up with a raw deal, since they must complete extra work that they normally would not have to do.
Type: SOAP #Views: 285 Category: Article
SOAP
Messages with Attachments
The desire to integrate XML with pre-existing data formats has been a long-standing and persistent issue for the XML community. Users often want to leverage the structured, extensible markup conventions of XML without abandoning existing data formats that do not readily adhere to XML 1.0 syntax.
Type: SOAP #Views: 182 Category: Article
Standardizing Authentication Using the Security Assertion Markup Language (SAML)
Your identity-management system doesn't have to dictate your corporate security strategy anymore. SAML (Security Assertion Markup Language) provides a standard way to exchange authentication and authorization information between different vendors' other applications so you can switch from LDAP to RADIUS authentication, for instance, without recoding your applications.
Type: SOAP #Views: 300 Category: Article
Parasoft's Brunell on SOAP implementation issues
It is early in Web services implementation, but not too early to begin worrying about how Web services will hold up under load and stress. Thus, test companies such as Parasoft have entered the fray.
Type: SOAP #Views: 259 Category: Article
Creating
SOAP
Web Services with Visual FoxPro
Imagine that you need some specific information in your application such as a shipping rate calculator. You now go to a service search engine and look up availability for the type of service you need in a standard manner over the Web.
Type: SOAP #Views: 344 Category: Article
Practical .NET SOAP
Microsoft's .NET technology rests on XML and employs it for Internet communication (including Web services), data storage, and many other purposes. .NET contains many functions that translate various kinds of objects—including database tables—to and from XML formats.
Type: SOAP #Views: 197 Category: Article
Using the ElementTree Module to Generate SOAP Messages, Part 4
The method wrappers we've used this far either returns the response element as is, or explicitly converts the response to a Python object.
Type: SOAP #Views: 298 Category: Article
Gluing learning applications together with SOAP
In our previous article on architectures for learning systems ("The next big thing…") we talked about some of the ways that different standards-compliant programs could be connected using "services".
Type: SOAP #Views: 313 Category: Article
Write a Web service using SOAP::Lite
SOAP::Lite is a Perl module that enables and facilitates the composition, transportation, and processing of SOAP messages. In this article, I'll walk you through using SOAP::Lite to build a very basic Web service. You'll be amazed at how little code or knowledge of SOAP is required to actually create a Web service with this toolkit.
Type: SOAP #Views: 216 Category: Article
Clear Thinking with Annrai -
SOAP
: Disrupting the Balance of Power
The Simple Object Access Protocol (SOAP) is making profound changes to the communications and interactions landscape. In the truest sense of the phrase, SOAP is a disruptive technology. SOAP is not only being adopted and endorsed by rivals such as Sun and Microsoft and standards bodies such as the United Nations (ebXML), but is also being actively used to solve real-world problems. As the baseline technology for Web services, SOAP is leveraging pervasive Internet technologies to deliver two much spoken-about paradigms: the delivery of software as services and, as a corollary, the integration of online businesses.
Type: SOAP #Views: 282 Category: Article
Soapbox: Why I'm using SOAP
In this article, Benoît Marchal steps up on the soapbox to tell you why SOAP's simplicity (among other things) is winning him over.
Type: SOAP #Views: 249 Category: Article
Introduction to SOAP 1.1
SOAP defines a set of serialization rules for encoding datatypes in XML. All data is serialized as elements rather than attributes. Attributes are only used for structural metadata; for example, when references are needed. For simple types such as strings, numbers, dates, and so forth, the datatypes defined in XML Schema Part II—Datatypes are used.
Type: SOAP #Views: 256 Category: Article
Windows Watch
Over time, Redmond’s tendrils may seem like they’ve glommed onto everything. Even with Microsoft’s receiving a historic posterior chewing in court, folks still wonder if Redmond, Washington, will someday be the capital of the universe. So it’s no surprise that .NET has many convinced that Microsoft wants to own the Web services market as well. Now I won’t say that Microsoft doesn’t want a big chunk of the business that Web services will spawn, or even that .NET is specifically designed to ensure that goal. But given the nature of the Web services architecture, anyone completely owning such an effort isn’t just unlikely, it’s arguably impossible.
Type: SOAP #Views: 267 Category: Article
Quick Start with SOAP
SOAP (Simple Object Access Protocol) is a way for you to remotely make method calls upon classes and objects that exist on a remote server. It's the latest in a long series of similar projects like CORBA, DCOM, and XML-RPC.
Type: SOAP #Views: 229 Category: Article
Preserving EJB State with SOAP headers
One of the most popular patterns for use in J2EE server applications is the Stateful Session Facade. But how do you take advantage of stateful session beans when SOAP doesn't support state? This question is especially relevant to software development today where Web Services are becoming popular for connecting Visual Basic (VB) 6 and .NET SOAP clients to J2EE engines.
Type: SOAP #Views: 280 Category: Article
Prev
Next
1
2
3
4
5
6
7
Featured Products
Fans of "The Office"
Dwight Bobbleheads are here!
“It's me! I'm the bobblehead! Yes!”
Advertise on XMLPitstop
Our Sponsors
Advertise on XMLPitstop
Partners
Friends
EggHead Cafe
Web Servicee development
DotNetSlackers
Discount ink
it outsourcing
online fax service
UK conference call service
chicago web design
Registro de Dominios
Domain Names
Car News
Versace sunglasses
Video Surveillance
Exchange Hosting
Statistics
3,833 Total Members
58 members(last 30 days)
8 members(last 7 days)
0 members(today)
1,937 Total Discussions
2 Posts(last 30 days)
0 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,084 Total Resources
2 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