Main > Free Download Search >

Free homemade soap software for linux

homemade soap

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 126
Homemade Dictionary 2.01

Homemade Dictionary 2.01


Homemade Dictionary is a customizable and easy to use dictionary, with features including background music support. more>>
Homemade Dictionary is a customizable and easy to use dictionary, with features including background music support.
Homemade Dictionary has a built in "Test Your Word Power Game", a medical dictionary, and a nice GUI.
The dictionary has an initial database of of around 5600 words, including slang. You can add your personal words on the fly. It is very small in size (only 637 KB).
Enhancements:
- Wordlist has been updated
<<less
Download (0.63MB)
Added: 2006-12-03 License: Freely Distributable Price:
1216 downloads
AlchemySOAP 1.0.0

AlchemySOAP 1.0.0


AlchemySOAP is a fork of the EasySoap++ SOAP 1.1 library. more>>
AlchemySOAP is a fork of the EasySoap++ SOAP 1.1 library. Adding enhanced protocol support (SOAP 1.2), a large number of automated unit tests and interoperability tests, and several other notable features (Multithreaded SOAP request handling, optional SSL/DOM, serialization improvements to work with WS-* protocols, etc.). This library is open source, licensed under the LGPL.
AlchemySOAP can interoperate with a large number of 3rd party SOAP stacks, including: Apache, MS SOAP Toolkit, gSoap, SOAP::Lite, SQL Data, and White Mesa.
Enhancements:
- Support for SOAP 1.2 was added.
- The SOAPServer and SOAPServerDispatch classes were refactored to allow multithreaded handling of requests.
- Serialization and deserialization of Xerces-C elements are supported.
- Saving whitespace between SOAP elements during deserialization and including it during serialization is supported.
- This allows a SOAP message to remain the same after the deserialization or serialization cycle (which is needed for WS-Security).
<<less
Download (0.18MB)
Added: 2007-02-09 License: LGPL (GNU Lesser General Public License) Price:
988 downloads
idl2soap 0.41

idl2soap 0.41


idl2soap is an IDL compiler to WSDL/SOAP (Web Services Description Language). more>>
idl2soap is an IDL compiler to WSDL/SOAP (Web Services Description Language).

SYNOPSIS

idl2soap [options] spec.idl

OPTIONS

All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x.

With the GNU C Compatible Compiler Processor, useful options are :

-D name
-D name=definition
-I directory
-I-
-nostdinc

Specific options :

-b base uri

Specify a base uri for location of import.

-h

Display help.

-i directory

Specify a path for import (only for IDL version 3.0).

-q

Generate qualified elements.

-s (xsd|rng)

Specify the schema used. By default xsd.

-t

Generate tabulated XML (beautify for human).

-v

Display version.

-x

Enable export (only for IDL version 3.0).

idl2soap parses the given input file (IDL) and generates :

a WSDL file spec.wsdl following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).

a WSDL binding file specbinding.wsdl (WS-I comformant soap binding).

idl2soap is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.

idl2soap needs XML::DOM module.

idl2soap needs a cpp executable.

<<less
Download (0.016MB)
Added: 2007-05-31 License: Perl Artistic License Price:
876 downloads
TestMaker 4.4.1

TestMaker 4.4.1


TestMaker is functionality, scalability, and performance testing for Web-enabled applications. more>>
TestMaker delivers a rich environment for building and running intelligent test agents that test Web-enabled applications for scalability, functionality, and performance.
TestMaker comes with a friendly graphical user environment, an object-oriented scripting language (Jython) to build intelligent test agents, an extensible library of protocol handlers (HTTPS, HTTP, SOAP, XML-RPC, SMTP, POP3, IMAP), a new agent wizard featuring an Agent Recorder to write scripts for you, a library of fully-functional sample test agents, and shell scripts to run test agents from the command line and from unit test utilities.
Enhancements:
- This release requires Java 1.5 or greater.
- It provides a workaround for servers that do not correctly implement RFC 2116 for HTTP redirect commands.
- It solves a problem in the start-up script for Windows NT and 2000 users.
- It solves bugs in the agentbase.py support library for responses with no return parameters or invalid image tags, and now allows optional parameters to set the content-type of a POST.
- It also solves a problem where XSTest ran out of memory on long running load tests.
<<less
Download (24.1MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1016 downloads
Yahoo::Marketing 0.08

Yahoo::Marketing 0.08


Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services. more>>
Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services.

SYNOPSIS

This collection of modules makes interacting with Yahoo! Search Marketings Web Services as easy as possible.

Sample Usage:

use Yahoo::Marketing::Keyword;
use Yahoo::Marketing::KeywordService;

my $service = Yahoo::Marketing::KeywordService->new;

# setup your credentials

$service->username( your username )
->password( your password )
->license( your license )
->master_account( your master account ID )
->account( your account ID )
->endpoint( https://sandbox.marketing.ews.yahooapis.com/services );

# OR

$service->parse_config( section => sandbox );


# create a keyword object, and add it

my $keyword = Yahoo::Marketing::Keyword->new
->adGroupID( $ad_group_id )
->text( some text )
->alternateText( some alternate text )
->sponsoredSearchMaxBid( 1.00 )
->status( On )
->advancedMatchON( true )
->url( http://www.someurl.com )
;

my $keyword_response = $service->addKeyword( keyword => $keyword );

# added keyword will have ID set

my $added_keyword = $keyword_response->keyword;
...

Yahoos Marketing API allows you to manage your search marketing account in an automated fashion rather than manually. The API is exposed as a standard SOAP service that you can make calls to. This set of modules is designed to make using the SOAP service easier than using SOAP::Lite (for example) directly. There are 2 main types of modules available.

The service modules (CampaignService, AdGroupService, BidInformationService, etc) are used to make the actual calls to each of the SOAP services in the API. The other type of module provided are the complex type modules, each of which represents one of the complex types defined in one of the WSDLs of the SOAP service. Examples include Campaign, AdGroup, Ad, PendingAd, CreditCardInfo, etc.

Yahoo::Marketing will call LocationService for you, and cache the results. This should be completely transparent. See the documtation for cache, cache_expire_time, purge_cache and clear_cache in Yahoo::Marketing::Service for more details.

<<less
Download (0.066MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1051 downloads
Asterisk Soap API 0.0.1 Alpha

Asterisk Soap API 0.0.1 Alpha


Asterisk Soap API is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration featur more>>
Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features.

Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.
<<less
Download (MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
847 downloads
csoap 1.1.0

csoap 1.1.0


csoap is a SOAP client/server library in pure C. more>>
csoap is a SOAP client/server library in pure C.

csoap is a fast and easy way to embed a SOAP client or a SOAP server into an application written in C. It is built on top of libxml2 and supports SSL and HTTP Basic authentication.

Howto use aclocal/auto(conf,make) in your libsoap projects

1. Copy the file libcsoap.m4 to `aclocal --print-ac-dir`
2. Add the following lines to your configure.in (or configure.ac):
dnl AM_PATH_CSOAP([MINIMUM-VERSION, [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
AM_PATH_CSOAP(1.0.4)
CFLAGS="$CFLAGS $CSOAP_CFLAGS"
LDFLAGS="$LDFLAGS $CSOAP_LIBS"

Thanks to Heiko Ronsdorf

<<less
Download (0.83MB)
Added: 2006-08-11 License: LGPL (GNU Lesser General Public License) Price:
1170 downloads
focuseek searchbox 2.2.1

focuseek searchbox 2.2.1


focuseek searchbox is a family of easily installable full-text search engines that can spider Internet and intranet data sources more>>
focuseek searchbox is a family of easily installable full-text search engines that can spider Internet and intranet data sources (Web sites, newsgroups, FTP sites, and others) or index data you feed to it and make it available for searching.
The project supports a variety of input formats (among them HTML, PDF, Microsoft Word DOC, and RTF), and is easily scriptable via SOAP and extendable through plugins. It can scale to millions of documents and comes with a full-fledged GUI client, a built in Web search portal, and an RSS server.
Enterprise Search
Proven in many successful implementations, searchbox is designed to meet the unique search requirements of commercial and governmental enterprises. An intuitive client-based over SOAP protocol controls the entire search configuration process and enables centrally managed, distributed deployments. searchbox delivers extremely low ongoing administrative overhead while supporting more users, information and concurrent queries. searchbox can be downloaded and installed in a matter of minutes.
Content Gathering
searchbox is an enterprise class search software platform specifically engineered for gathering, editing, indexing, querying, browsing and syndicating any kind of unstructured digital content comung from etherogeneous sources like Web Sites, FTP Sites, Newsgroups, RSS feeds, WebDav, RDBMS, File Systems, etc.
Web Content Monitoring
Need to know whats happen in the Web about something or someone who you are interested in? searchbox will help to trace in real time how Web content changes and how you can take advantage of it.
OSINT
"Open Source Intelligence (OSINT) is an intelligence gathering discipline that involves collecting information from open sources and analyzing it to produce usable intelligence" (from Wikipedia). searchbox and nautilus are the right tools to do this.
Enhancements:
- More gathering protocols, more document formats, and more detailed gathering logging were added.
- Gathering may be done with an SSL digital certificate.
- New fetching plugins, new parsing plugins, and a new concept of Metadata Template were added.
- The rendering plugins were improved.
- Cache type is now selectable.
- Source throttling was added.
- Time limits were set on gathering activity.
- Documents may be manually added and removed from the administration tool.
- The query language and multisession graphical administration tool were improved.
<<less
Download (33MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
955 downloads
ebXML::Message 0.03

ebXML::Message 0.03


ebXML::Message is a Perl module to encapsulate an ebMS message. more>>
ebXML::Message is a Perl module to encapsulate an ebMS message.

SYNOPSIS

use ebXML::Message;

# create new message

my $message = ebXML::Message->new
(
CPAId => http://www.you.org/cpa/123456,
Action => NewPurchaseOrder,
MessageId => 12,
RefMessageToId => 11,
Service => ebXML::Message::Service->new
(
VALUE => QuoteToCollect,
Type => myservicetypes,
),
);

# write SOAP XML using DOM

use XML::Xerses;

# DOM Document
my $target = XML::Xerces::StdOutFormatTarget->new();
$writer->writeNode($target,$message->getOutput(DOM-Doc);

# DOM generated / munged XML
print OUT $message->getOutput(DOM-XML);


# use message with SOAP::Lite to call webservice

use SOAP::Lite;

# SOAP::Data::Builder object
my $result = SOAP::Lite->uri(http://uri.to/WebService)
->proxy(http://uri.to/soap.cgi)
->parts($message->getMIMEParts)
->call($message->getOutput(SOAP-Data))
->result;

# SOAP::Data::Builder generated / munged XML
print OUT $message->getOutput(SOAP-XML);

An ebXML message encapsulates all the details of an ebMS message.
ebXML is a mechanism for ensuring reliable delivery of XML-based messages via a transport mechanism such as SOAP. For more details on ebXML, see http://www.ebxml.org/
Large portions of this manual page are copied directly from the ebMS 2.0 specification.

<<less
Download (0.014MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
Yahoo::Marketing::AdService 0.08

Yahoo::Marketing::AdService 0.08


Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service. more>>
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service.

SYNOPSIS

See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp

Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.

new

Creates a new instance

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
Java GForge SOAP Interface 0.0.10

Java GForge SOAP Interface 0.0.10


Java GForge SOAP Interface is an approach to access the GForge collaboration platform via Java. more>>
Java GForge SOAP Interface (or JaGoSI for short) is an approach to access the GForge collaboration platform via Java. This can be used to put other applications on top of JaGoSI. It may be integrated with other applications like the former MyLar project.
Enhancements:
- A complete working file distribution is available for the GForge platform via an Ant task.
- Many bugs were fixed.
- The Maven build was fixed, so compiling with sub components is working.
- The project structure was changed.
- JUnit was updated to version 4.
<<less
Download (MB)
Added: 2007-08-13 License: Perl Artistic License Price:
804 downloads
hatatap 0.8.8

hatatap 0.8.8


hatatap is a XML-based HTTP scripting tools. more>>
hatatap project is an HTTP scripting tool with scripts in XML. The scripts are transformed into Java/o:XML before they are either executed from the commandline, integrated into Ant build files, or run interactively from a Web application.
hatatap supports cookies, Javascript, HTML DOM, Web Services/SOAP, performance tests with concurrency, test reports, regular expression matching, and stateful Web site navigation. It is written in o:XML and uses HttpUnit.
Main features:
- stateful navigation
- HTML forms
- nested frames
- pop-up windows
- cookies and headers
- GET, POST and PUT requests
- HTTPS support
- regular expressions
- DOM-based response navigation using XPath
- XML requests and responses (eg SOAP) for testing web services
- multipart forms and file uploads
- multipart MIME XML requests
- millisecond timings and concurrency for performance testing
- XML test results
- random value functions
- extensible test scripts
- JavaScript support
- basic HTTP authentication
- HTTP proxy settings with authentication
- automatic redirect and refresh
- SSL certificate management
- domain name aliasing
- multipart MIME server responses (todo)
Enhancements:
- Binary attachment capabilities were added.
- A classpath problem was fixed in the Ant task.
- An upgrade was made to HttpUnit 1.6.2 and the latest ObjectBox and o:Lib releases.
<<less
Download (1.7MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
1240 downloads
elemenope 5.1

elemenope 5.1


elemenope is an Enterprise Application Integration, Service Oriented Architecture, and general messaging framework. more>>
elemenope is an Enterprise Application Integration, Service Oriented Architecture, and general messaging framework. elemenope provides the capability for massive decoupling of an enterprises components through standardized interfaces for communications.
It provides complete abstraction of both transmission protocol and functional components. A project may connect components via a particular protocol standard, and completely change the protocol technology deployed with a simple change to a configuration file, i.e. no code changes.
It implements the following connector sets: JMS, SOAP, XML-RPC, direct call, and native IBM MQSeries. It allows an organization to easily create a large scale multi-platform application to conduct messaging or transaction processing. It simplifies architecture of large systems by standardizing functional components and message pathways.
Enhancements:
- An Enterprise XML-RPC Service Transport Protocol implementation was added.
- An embedded Jetty HTTP server allows full enterprise capability in XML-RPC services with simplified deployment.
- A Generic Filesystem Ingestion Operation implementation that allows automated processing of files was added.
- All examples from the elemenope User Guide Cookbook are now within the standard configuration file.
- Minor bugfixes were made.
<<less
Download (0.080MB)
Added: 2006-08-06 License: GPL (GNU General Public License) Price:
1174 downloads
NuSphere PhpED 5.0.1

NuSphere PhpED 5.0.1


NuSphere PhpED IDE is a professional integrated development environment. more>>
NuSphere PhpED IDE is a professional integrated development environment.

NuSphere PhpED is intended mostly for building database-driven web-applications using php scripting language, although a lot of other popular languages such as HTML, XML, CSS, Perl, Javascript, Python are supported.

PhpED is a robust code editor, powerful php debugger, profiler and publisher – all-in-one. It also includes integrated database and CVS clients, SOAP services, HTML validator and Code Formatter tools, Terminal support and much more.
<<less
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
855 downloads
Phoenix Live CD 2.2.0

Phoenix Live CD 2.2.0


Phoenix Live CD is a Physics with Homemade Equipment and Innovative Experiments Live Linux distribution. more>>
Phoenix Live CD is a Physics with Homemade Equipment and Innovative Experiments Live Linux distribution. Booting from the Live CD, based on SLAX, starts a GNU/Linux operating system with several software development tools and scientific computation packages pre-installed.

Put the CD in the drive and reboot the machine. Follow the instructions displayed to start the graphics mode. Hard disk of your PC is not used by default but it can be enabled for saving experimental data.

If you have the Phoenix Interface hardware connected, you can run the phoenix programs from the main menu. You can also write and run your own programs. Compilers and graphics libraries required for developing programs are part of the CD. It is also possible to browse this CD by opening the file index.html.
<<less
Download (373.7MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
923 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5