<< < 91 92 93 94 95 96 97 98 99 100 101 > >>   ∑:7836

Using Socket Program to Request Parameter Name
This section provides a tutorial example on how to use my socket test program, SocketRequestResponseBinary.pl ,to play with the SOAP 1.1 request generated in the trace output of my SOAP::Lite test program.
2022-10-04, 119🔥, 0💬

HTTP::Cookies save() not Saving Temporary Cookies
This section provides a tutorial example showing that the save() method in the HTTP::Cookies class does not save any temporary (non-persistent) cookies to the cookie jar file.
2022-10-04, 101🔥, 0💬

UML Use Case Diagram and Notations
This chapter provides tutorial examples on UML use case diagram and notations. Topics include introduction to UML use case diagram; graphical notations to describe use case, actor, association, extend, include, etc.
2022-10-04, 150🔥, 0💬

default_ns() - Setting Namespace for Body Elements
This section provides a tutorial example on how to set Body sub elements under a default namespace of any specified URI - Using the default_ns() function.
2022-10-04, 124🔥, 0💬

About This Book
This section provides some detailed information about this book - JDBC Tutorials - Herong's Tutorial Examples.
2022-10-04, 146🔥, 0💬

Using MD5 Message Digest in PHP
This section provides a tutorial example on how to use MD5 message digest algorithm in PHP. The PHP engine has a built-in function md5().
2022-10-04, 138🔥, 0💬

What Is SOAP RPC Presentation
This section describes what is SOAP RPC Presentation and how to represent RPC (Remote Procedure Call) with SOAP messages.
2022-10-04, 129🔥, 0💬

SOAP Distributed Processing Model
This section describes the SOAP processing model - SOAP messages are distributed from one node to another node.
2022-10-04, 116🔥, 0💬

Sequence Diagram - Frame Notation
This section describes the Sequence Frame Notation used in a UML Sequence Diagram. A Sequence Frame Notation represents the boundary to enclose all messages and lifelines of a communication message sequence.
2022-10-04, 185🔥, 0💬

Connection Pooling with C3P0 DataSources
This section provides a tutorial example that shows you how to use the C3P0 DataSources class to create and convert a unpooled DataSource to a pooled DataSource using PoolBackedDataSource with default configurations.
2022-10-04, 140🔥, 0💬

OpenSSL Generating and Managing RSA Keys
This chapter provides tutorial notes and example codes on managing RSA keys with OpenSSL. Topics include generating new RSA keys; viewing existing RSA keys; encrypting RSA keys with DES algorithm to protect them with passwords.
2022-10-04, 125🔥, 0💬

Calling NumberToWords SOAP 1.2 Web Service
This section provides a tutorial example on how to run HttpURLConnection12.java to call the NumberToWords SOAP 1.2 Web service provided by dataaccess.com.
2022-10-04, 127🔥, 0💬

"openssl dsa" Viewing Private and Public Key Pair
This section provides a tutorial example on how to view a private and public key pair stored in PEM format using the 'openssl dsa' command. The key pair was originally generated by the 'keytool -genkeypair' command.
2022-10-04, 158🔥, 0💬

Dumping SOAP Request and Response
This section provides a tutorial example of how to dump the actual SOAP request and response message after calling a WSDL operation in RPC style.
2022-10-04, 158🔥, 0💬

OFB (Output FeedBack) as a Stream Cipher
This section describes how DES OFB (Output FeedBack) operation mode can be modified as a 1-bit stream cipher or a 1-byte stream cipher.
2022-10-04, 150🔥, 0💬

LWP-UserAgent-GET-Redirect.pl - Following HTTP Redirects
This section provides a tutorial example on how to send a GET request to a Web server, follow up with redirects, and dump request and response messages of all redirects.
2022-10-04, 105🔥, 0💬

Install ActivePerl on Windows Systems
This section provides a tutorial example on how to install ActivePerl on a Windows computer.
2022-10-04, 107🔥, 0💬

Connection Pooling with Commons DBCP BasicDataSource
This section provides a tutorial example that shows you how to use the Commons DBCP BasicDataSource class to manage the connection pool with JavaBean style properties.
2022-10-04, 148🔥, 0💬

LWP-UserAgent-Request.pl - GET, POST and Cookies
This section provides a tutorial example on how to send a GET or POST request with a single generic LWP::UserAgent object and manages cookies automatically like a real Web browser.
2022-10-04, 102🔥, 0💬

Password Digest Validation Program
A Java program, WsuPasswordDigestValidation.ja va,is provided in this tutorial to demonstrate how the WSU Password Digest value is calculated. It can also be used to manually valid any WSS request that uses the Username Token.
2022-10-04, 176🔥, 0💬

Call WSDL Operation with SoapClient::__doRequest()
This section provides a tutorial example on how to call an operation defined in a WSDL document using the __doRequest(request,...) function.
2022-10-04, 256🔥, 0💬

Proof of DSA Digital Signature Algorithm
This section describes steps to prove DSA digital signature algorithm. Fermat's little theorem is the key part of the proof.
2022-10-04, 495🔥, 0💬

Invoking Remote Webservices from a Perl Client
'SOAP::Lite - SOAP Server-Client Communication Module' was cited in a Perl USENET news group article in 2004.
2022-10-04, 105🔥, 0💬

javax.crypto.Cipher - The Public Key Encryption Class
This section provides a quick introduction of the cipher class, javax.crypto.Cipher, to encrypt input data with a public key.
2022-10-04, 116🔥, 0💬

<< < 91 92 93 94 95 96 97 98 99 100 101 > >>   ∑:7836