Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Write a Web service using SOAP::Lite
- Implementing Web services with Perl is simple when using SOAP::Lite. Find out why you need little knowledge of SOAP to create a Web service, and then use our basic example as a starting point for your application.SOAP::Lite is a Perl module that enables and facilitates the composition, transportation, and processing...
- Tags: SOAP, Web services, Channel management, Scripting languages, Byrne Reese, SOAP::Lite, Web service, Web, Perl, echo service
- Technical articles 2002-10-03
- A hands-on tour of SOAP::Lite
- Perl developers looking for a SOAP toolkit can take advantage of one of the more complete toolkits on the market today: SOAP::Lite. Follow one developer as he learns the ins and outs of the toolkit by using it to create a SOAP client.By Byrne ReeseChoosing a SOAP toolkit can be...
- Tags: SOAP, Web services, Guest Contributor, SOAP::Lite, Simple Object Access Protocol, SOAPAction header, SOAPAction HTTP, header, Web service
- Technical articles 2002-03-18
Additional Resources
- Overview of SOAP Client in Windows XP
- This paper covers the basics of using the SOAP Client software included with Microsoft Windows XP Professional to access Web Services using SOAP. It begins with a brief introduction to SOAP and WSDL standards and then discusses how to implement a client that can communicate with a SOAP-enabled Web service.
- Tags: Microsoft Windows XP, Microsoft Windows, Simple Object Access Protocol, SOAP, Web Services, Enterprise Software, Software
- White papers 2001-05-01
- Attachments in SOAP Messages
- Packaging as attachments in SOAP messages has become a norm in the Web Services area for any data that cannot be placed inside SOAP Envelope. In the presence of several competing standards on utilizing attachments in SOAP messages, there has been tremendous confusion about which standard to choose for scenarios...
- Tags: Attachment, Simple Object Access Protocol, SOAP, Web Services, Enterprise Software, Software
- White papers 2005-12-01
- SOAP Toolkit 2.0 Redistributable Files (exe)
- This download package contains the merge modules necessary to include the SOAP Toolkit 2.0 in your installation program. The SOAP Toolkit has been decremented by the .NET Framework. SOAP Toolkit support will be retired in April 2005 with extended support retiring in April 2008. This version is the first release...
- Tags: Simple Object Access Protocol, SOAP Toolkit, SOAP, Web Services, Enterprise Software, Software
- Software downloads 2007-08-30
- 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
- Oracle Database Lite 10g: What's the Difference With Other Oracle Database Editions?
- Oracle Database Lite is another edition, however the Oracle Database Lite Edition functions as a feature for either Oracle Database Enterprise Edition or Oracle Database Standard Edition. Oracle Database Lite does not replace other database editions. Oracle Database Lite is designed to make your existing Oracle Database mobile. On occasion,...
- Tags: Oracle Corp., Oracle Database, Oracle Database Lite, Databases, Enterprise Software, Software, Data Management
- White papers 2004-04-01
- Rethinking the Java SOAP Stack
- This paper examines the current SOAP APIs in Java, and in particular the Java API for XML-based RPC, commonly known as JAX-RPC, which is effectively the standard API for SOAP on the Java platform. The authors claim that JAX-RPC, and indeed any SOAP API that relies upon a perfect two-way...
- Tags: Hewlett-Packard Co., Simple Object Access Protocol, SOAP, Web Services, Java, Programming Languages, Enterprise Software, Software, Software Development, Software/Web Development
- White papers 2005-05-17
- 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
- SOAP Toolkit 3.0 Redistributable (EXE)
- This download package contains the redistributable files for SOAP Toolkit 3.0. SOAP Toolkit support will be retired in April 2005. This version is the first release on CNET Download.com.
- Tags: Simple Object Access Protocol, SOAP, Web Services, Enterprise Software, Software
- Software downloads 2007-09-04
- Sporbits LITE (exe)
- Sporbits sniper tracks and manages eBay auctions. The Lite version is identical to the full versions. The Lite version will snipe any auction with a bid of up to $5.00, The Lite version is also a full permanent license, and it can be updated at any time. Sporbits is loaded...
- Tags: Version, Auction, Lite, Sporbits
- Software downloads 2005-12-13
- Connect Non-SOAP HTTP Requesters and Providers to WebSphere Application Server V6 Enterprise Service Bus
- This paper shows you how to attach non-SOAP HTTP service requesters and service providers to an ESB built with the WebSphere Application Server V6 SIBus. The detailed example ensures the semantic fidelity of the request and reply to support the full spectrum of non-SOAP HTTP requesters and providers. This allows...
- Tags: Provider, HTTP, IBM WebSphere, IBM WebSphere Application Server, Enterprise Service Bus, Middleware, Application Servers, Enterprise Software, Software
- White papers 2005-12-14
- Simple Object Access Protocol (SOAP) 1.1
- 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...
- Tags: Simple Object Access Protocol, SOAP, Web Services, Enterprise Software, Software
- White papers 2000-05-08
- 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
- Oracle Lite for PDAs
- Oracle Lite is an object-relational database designed to be embedded inside distributed client applications. Compatible with the world's leading database, Oracle8, and having the power and flexibility of databases ten times its size, Oracle Lite is a database with unlimited versatility. Replication, small footprint, and extensive Java support are just...
- Tags: Oracle Corp., Oracle Lite, PDAs, Storage, Databases, Handhelds, Hardware, Enterprise Software, Software, Data Management
- White papers
- StudyMinder Lite (exe)
- StudyMinder LITE free student planner for Windows helps students get organized and get better grades. StudyMinder LITE organizes assignment information and records study time. StudyMinder LITE shows the total time you need to prepare for school each day and whether all your assignments are completed. You can even share your...
- Tags: StudyMinder Software, StudyMinder Lite, Microsoft Windows, Microsoft Windows Vista (Longhorn), Operating Systems, Software
- Software downloads 2007-08-13
- Enhancing your SOAP::Lite Web service
- Developing a simple Web service with SOAP::Lite is straightforward, but a robust service requires working with parameters, accessing SOAP headers, and more. Find out more about using this toolkit to improve your Web services.As a seasoned Perl hacker and Web services guru, I was amazed at how little effort it...
- Tags: SOAP, Web services, Byrne Reese, Simple Object Access Protocol, SOAP::Lite Web service
- Technical articles 2002-10-10
- Shorts Lite (zip)
- Shorts Lite is a program that lets you change Microsoft's Windows five reconfigured shortcuts in all of the open/save dialogues. You can save your own shortcut settings as different group which makes saving to different folders easier and faster. Shorts Lite is designed to work in all Microsoft Office applications.
- Tags: Microsoft Corp., Microsoft Windows, Construction, Microsoft Office, Operating Systems, Software, Office Suites
- Software downloads 2006-02-15
- DinnerTimer Lite (zip)
- Dinner Timer Lite isn't just a cooking timer, it can be used any where a countdown timer is needed. Dinner Timer Lite has a comprehensive range of features, including configurable notifier's, such as sound (WAV file or built-in) and pop-up bubble. This version is the first release on CNET Download.com.
- Tags: Analysis, Dinner Timer Lite
- Software downloads 2007-11-19
- ionReader Lite (msi)
- Increase your reading speed with ionReader Lite. ionReader Lite will reduce reading errors and sub-vocalization allowing the user to increase their reading speed. ionReader Lite is perfect for professionals needing to increase reading speed and reduce regression; Students who wish to study faster or parents looking to improve child s...
- Tags: Speed, ionReader Lite
- Software downloads 2006-05-08
- << Previous
- page 1 of 1
- Next >>