1 2 >   Sort: Rank

What Is WS-Security X.509 Certificate Token Profile?
This section describes the WS-Security X.509 Certificate Token Profile specification describing the profile (specific mechanisms and procedures) on how the 'BinarySecurityToken' element defined in WS-Security standard can be used to include X.509 certificate as a means of identifying the sender of a...
2022-05-06, 2996🔥, 6💬

💬 2022-04-25 Хуй: Блять что дальше делать то суки... с этой хуйнёй.. для PHP

💬 2020-01-12 Herong: Walter, are you looking for an example to generate the SOAP message?

💬 2020-01-08 walter: thanks for the write up. Do you have an example in JAVA

💬 2019-11-27 Herong: Nurik, In what programming language?

💬 2019-11-24 nurik: plaese advice me tutorial about implementing soap security using x.509

Validating wsse:Password Digest String
This section provides a tutorial example on how the SOAP message receiver should validate the password digest string in the wsse:Password element using the 'Password_Digest = Base64 ( SHA-1 ( nonce + created + password ) )' definition.
2022-01-25, 17347🔥, 18💬

💬 2022-01-23 Herong: SardarJi, what is the final version that worked for you?

💬 2022-01-22 SardarJi: Got it. Just had to re-arrange. Thank you.

💬 2022-01-22 SardarJi: I don't think I am missing any step, but I think the way I am generating the passwordDigest for "iLogDogs", it is not giving the...

💬 2022-01-22 SardarJi: As I continue, I realize another logical flaw. Well, the nonce is already in Base64, so it needs to converted properly. Still, h...

💬 2022-01-22 SardarJi: Found a bug in my logic, when copying, I had to give a starting index. So I updated, but it still gives me incorrect password. i...

(More comments ...)

SOAP Communication Example
This section describes an simple example of SOAP communication.
2022-01-04, 1073🔥, 5💬

💬 2022-01-04 sami: none of them

💬 2017-08-20 Ram: Hello

SOAP Protocol Binding
This section describes what is SOAP protocol binding.
2021-09-01, 1393🔥, 2💬

💬 2021-09-01 Anka: Agree!

💬 2015-07-20 Frank: Very good and easy to understand

Call WSDL Operation with SoapClient::__soapCall()
This section provides a tutorial example on how to call an operation defined in a WSDL document using the __soapCall(operation_name,...) function.
2021-02-07, 910🔥, 2💬

What Is SOAP Encoding
This section provides a quick description of SOAP Encoding and samples of serializing simple and compound value nodes.
2020-09-09, 2641🔥, 1💬

💬 2020-09-09 byju: thanks for the tutorial..!

HelloServerWsdl2.php - SOAP 1.1/1.2 Server in WSDL Mode
This section describes a tutorial example of a complete SOAP application with both server and client programs that supports both SOAP 1.1 and SOAP 1.2 with a single WSDL file.
2020-09-07, 237🔥, 1💬

SoapUI Configuration for Messaging Signing
This section provides a tutorial example on how to create a configuration entry to support SOAP messag signing with a private-public key pair stored in a JKS (Java KeyStore) file.
2020-05-20, 622🔥, 1💬

SoapUI Configuration for Messaging Encryption
This section provides a tutorial example on how to create a configuration entry to support SOAP messag encryption with an X.509 certificate in a JKS (Java KeyStore) file.
2020-02-29, 3768🔥, 5💬

💬 2020-02-29 Herong: Phil, hope this will resolve your issue.

💬 2020-02-28 Phil Barr: I'm struggling with the same issue. Thanks for the steps you provided. I'll try and let you know.

💬 2019-06-01 Herong: Bishop, what type of c# script you want to generate?

💬 2019-05-27 bishop: how to generate c# script

💬 2017-04-26 hayley williams: Luisa Fernanda Moya Perez te amo!!

Using HttpURLConnection to Call GetSpeech SOAP 1.1
This section provides a tutorial example on how to use the java.net.HttpURLConnection class to call the GetSpeech SOAP 1.1 Web service provided by xmlme.com.
2020-02-23, 1426🔥, 2💬

💬 2020-02-23 Herong: Max, are you suggesting to write output as character sequences?

💬 2020-02-17 Max: try (OutputStreamWriter writer = new OutputStreamWriter(con.getOutputStre am(),"UTF-8")){ writer.write(soapXml); writer.flush();...

Decrypting Encrypted SOAP Message
This section describes how the message receiver should decrypt an encrypted SOAP message in 2 steps: decrypt the encrypted secret key with receiver's private key and decrypt the encrypted message with the secret key.
2020-02-19, 2382🔥, 1💬

💬 2020-02-19 lolzl337: alert('1');

Request Differences between SOAP 1.1 and SOAP 1.2
This section describes differences between a SOAP 1.1 request and SOAP 1.2 request for GetSpeech Web service provided by xmlme.com.
2019-09-19, 34867🔥, 4💬

💬 2017-04-06 Syed Mohammad: Very Nice Diffrence highlighter in brief

Validating ds:Signature with X.509 Certificate
This section provides a tutorial example on how the SOAP message receiver should validate the digital signatures included in the ds:Signature elements. Digital signatures should be decrypted using public keys included in X.509 certificates passed in the wsse:BinarySecurityToken element.
2019-01-21, 2703🔥, 5💬

💬 2019-01-21 Herong: 喝着茅台,看什么应该都不错... ☺

💬 2019-01-17 茅台酒: 用谷歌翻译看你的教程真好

💬 2018-10-21 Jacek: I configure was security with security token and partial signing of body and one more node. Next trying to validate this signatu...

💬 2018-10-20 Herong: Jacek, I will try it.

💬 2018-10-19 Jacek: hi you wrote Use msgReference to match a message element with "[@wsu:Id]=msgReference", and parse the message element to a DOM o...

Installing Axis 1.2.1 on Windows
This section describes a tutorial on how to install Axis 1.2.1 on a Windows system.
2018-07-05, 490🔥, 1💬

💬 2018-07-05 Mike: Thanks!

Introduction to Web Service
This chapter provides a quick introduction on Web services and related technologies.
2018-06-18, 2084🔥, 5💬

💬 2018-06-18 Poonam: Books are necessary.

💬 2017-03-30 ravi: This is to learn web services

💬 2015-12-13 A: Useful

2-Step Message Encryption - Symmetric and RSA
This section describes how SoapUI performs the SOAP message entryption in 2 steps: encrypt the SOAP message with random secret key and encrypt the secret key with receiver's RSA public key.
2017-12-31, 589🔥, 1💬

💬 2017-12-31 Alex-RU: Thank you, a good man.

SAAJ - SOAP with Attachments API for Java
This chapter provides notes and tutorials on SAAJ (SOAP with Attachments API for Java). Topics include SAAJ specification and reference implementation; creating a SOAPConnection object; creating a SOAPMessage object; populating SOAP body; adding namespace for SOAP body elements; adding SOAPAction he...
2017-08-05, 1237🔥, 2💬

💬 2017-08-05 Herong: Ashraf, SAAJ (SOAP with Attachments API for Java) is for Java only.

💬 2017-08-03 Ashraf K C: Hello, Is this SAAJ API platform independent? Can i use in other languages like PHP? is this having wsdl?

SoapUI Configuration for Username Token
This section provides a tutorial example on how to create a configuration entry to support WS-Security username token with '#PasswordDigest' password type using SoapUI.
2017-07-28, 1735🔥, 8💬

What Is SoapUI?
This section describes a Web service testing tool, SoapUI, which can be used to inspect WSDL documents, invoke SOAP Web service, and simulate SOAP Web service.
2017-04-01, 196🔥, 1💬

SOAP Java Implementations
This chapter provides notes and tutorials on SOAP Java Implementations: Axis and Apache WebService.
2017-01-16, 252🔥, 1💬

addHeader() - Setting SOAPAction Header Line
This section provides a tutorial example on how to use the MimeHeaders class and the addHeader() method to add the SOAPAction header line for the final HTTP request.
2017-01-10, 11664🔥, 2💬

💬 2017-01-10 hello: world

SOAPAction - Not Needed, But No Way to Remove It
This section describes why the SOAPAction header line is not needed in SOAP 1.2 - SOAPAction is replaced by the 'action' parameter of the application/soap-xml media type in SOAP 1.2.
2016-12-24, 2461🔥, 2💬

💬 2016-12-24 Herong: Palik, Thanks. I will try it out.

💬 2016-12-21 palik: > No Way to Remove SOAPAction indeed the is a way: Soap::Lite->new()...->on_action( sub {} )... removes SOAPAction header

Encryption using RSA Public Key with SoapUI
This section provides a tutorial example on how to encryption the SOAP body element content with a RSA public key certificate using SoapUI.
2016-11-04, 3392🔥, 3💬

💬 2016-11-04 kalasba: hi, please can you share online training & video ?

💬 2016-07-14 Herong: Hi Sejai, please share SoapUI tutorials here, not ads.Thanks.

💬 2016-07-09 sejal: hi,we provide online training & video tutorial for soapui for free videos refer [URL removed]

SOAP PHP Implementations
This chapter provides notes and tutorials on SOAP PHP implementations: PEAR SOAP, NuSOAP, and PHP Group SOAP.
2016-01-13, 1606🔥, 1💬

💬 2016-01-13 Jhon: very good tutorials

1 2 >   Sort: Rank