1 2 3 4 5 6 > >>   ∑:406  Sort:Date

Using java.net.HttpURLConnection to Send SOAP Messages
This section describes steps to follow if you want to use the java.net.HttpURLConnection class to send out a SOAP XML message.
2021-10-12, 50292🔥, 24💬

💬 2021-10-12 Herong: herong_yang@yahoo.com

💬 2021-10-10 Praveen: Hi herong , sorry for late reply, please provide your mail ID

💬 2021-10-07 Herong: Praveen, send your example messages to my Yahoo mailbox. ☺

💬 2021-10-04 Praveen: Example code to parse or decode the multipart inputstream into soap xml part and the attachment part ------=_Part_2737_547225473...

💬 2021-10-04 Praveen: Hi Herong, Is it possible to provide example code?

(More comments ...)

GetSpeech Request Differences between SOAP 1.1 and 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, 36097🔥, 4💬

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

Downloading and Editing WSDL Document
This section provides a tutorial example on how to download the WSDL document from the Web service provider. You can change port.address[@location] to a localhost URL to local testing.
2022-01-13, 30964🔥, 16💬

💬 2022-01-13 Harsha: Thank you so much. Made my day

💬 2019-09-15 Herong: Any more information about this Web service?

💬 2019-09-10 previsualizacion: http://200.54.27.12/wsGetPdf/service s/view?wsdl

💬 2019-08-23 kaushal: nice

💬 2019-08-09 Mahesh: perfect

(More comments ...)

SOAP Web Service Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning SOAP Web service. Topics include introduction of SOAP specifications; SOAP modules, features, and message structure; SOAP Message Exchange Patterns; Python, Perl, PHP, and Java support of SOAP Web service...
2022-11-18, 25453🔥, 10💬

💬 2022-11-11 Herong: Peter, can you show use a sample of your request message?

💬 2022-11-08 Peter Roman: In SoapUI is possible encrypt Password and Created elements? I tried with "Outgoing WS-Security: Encryption - Parts table" but w...

💬 2016-12-24 Herong: Tan, you can try with this tutorial SoapUI Configuration for Messaging Encryption . Or dump the HTTP requests received from your...

💬 2016-12-22 Tan: Hi Herong, i have been trying to use SOAPUI to send encrypted message to my webservice (java) with asymmetric binding. When i us...

💬 2015-07-29 Herong: Andriy, to decrypt a cipher message encrypted with AES128-CBC, you need to get the Initialization Vector from the message sender...

(More comments ...)

HelloServer.php - First SOAP Server Application
This section describes a tutorial example of a complete SOAP application with both server and client programs.
2019-06-03, 18825🔥, 4💬

💬 2016-02-15 Sanan: Great !

💬 2016-02-03 ciao: yt

HelloServerWsdl.php - SOAP 1.2 Server in WSDL Mode
This section describes a tutorial example of a complete SOAP application with both server and client programs using SOAP 1.2 in WSDL mode.
2023-11-18, 18480🔥, 15💬

💬 2023-11-18 Mr. Blabla: Thanks

💬 2023-01-05 pepe: god!!

💬 2017-10-26 Herong: Bel, can you show me your client program here?

💬 2017-10-26 Bel: Hi! I managed to fix my problem before. Client works with php nusoap but returns an error when consumed by ASP.net/C# (Response ...

💬 2017-09-27 Lubos: the only tutorial I found that really expains php soap with wsdl.. thanks a lot

(More comments ...)

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, 18071🔥, 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 ...)

Live Examples of Web Services
A collection of live Web service examples for WSDL 1.1, WSDL 2.0, SOAP 1.1, SOAP 1.2, with XML document and RPC message styles: "Hello" Web Service "Hello_REST" - REST Web Service "Registration" Web Service - WSDL 1.1 and SOAP 1.2 "Reservation" Web Service - WSDL 1.1 and SOAP 1.2 "RefillOrder" Web S...
2022-07-08, 10189🔥, 2💬

HTTP Request and Response Raw Data
This section provides a tutorial example on how to view HTTP request and response raw data which includes HTTP header lines.
2023-12-06, 6992🔥, 7💬

💬 2023-04-22 NLExecutor: meaningful comments. Thanks! ☺

💬 2023-02-07 myselfs: hello

💬 2020-06-28 Rozak: Hello

GetWeatherByZipCode - Usage Description
This section describes the free Web service GetWeatherByZipCode provided by WebserviceX.NET. GetWeatherByZipCode allows you to retrieve weather forecast information for next 6 days for any given ZIP code in USA.
2016-05-28, 5981🔥, 4💬

💬 2016-05-28 Herong: Prince, Thanks for sharing your experience. Are you able to make it work?

💬 2016-05-26 Prince Singh: The web service has been moved to a new location and it giving error. After cracking my brain over finding the mistake i have in...

💬 2015-08-04 Herong: Rupesh, Thanks for pointing out that this free web service has been moved to a new location. I will update the tutorial later.

💬 2015-08-04 rupesh: The wsdl is moved from the server. its giving error: System.Net.WebException: The request failed with the error message: -- &...

Downloading and Installing SoapUI
This section provides a tutorial example on downloading and installing SoapUI on Windows system.
2017-02-23, 5971🔥, 3💬

💬 2016-12-26 Tony: Greate JOB!

💬 2015-07-31 BVIJAYREDDY: GOOD

Discontinued: GetCitiesByCountry - Get Cities by Country
This chapter provides a quick introduction of the free Web service, GetCitiesByCountry, returning a list of all cities of a given country. Topics include usage description of GetCitiesByCountry; request message sample; response message sample.
2022-07-08, 5300🔥, 5💬

💬 2017-01-21 Herong: Faisal, do you know how to make Web service calls in C#?

💬 2017-01-19 Faisal: how to use this web service in web forms ASP.Net Using C#

GetCitiesByCountry - Usage Description
This section describes the free Web service GetCitiesByCountry provided by WebserviceX.NET. GetCitiesByCountry allows you to retrieve all cities for any given country or territory.
2022-01-23, 4974🔥, 4💬

💬 2016-01-16 Egypt: Thanks

💬 2015-11-10 Juan: United States

"Hello" Web Service
"Hello" is an XML document based Web service for testing purpose only. High level information about this "Hello" Web service: WSDL Document: Hello_WSDL_11_SOAP.wsdl . WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name: Hello Operation Style: default ...
2024-02-06, 4694🔥, 2💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2020-02-25, 3837🔥, 9💬

💬 2020-02-25 Herong: Yes, share knowledge!

💬 2020-02-19 vicky: share knowledge

💬 2016-01-08 Abhijeet: HI

💬 2015-12-22 Sunil: Thanks

💬 2015-12-18 pakki: to know about webservice with soap

(More comments ...)

"GetStockPrice" Web Service - WSDL 1.1 and SOAP 1.1
"GetStockPrice" is an RPC method based Web service for testing purpose only. High level information about this "GetStockPrice" Web service: WSDL Document: GetStockPrice_WSDL_11_SOAP_11_ RPC.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name: Ge...
2021-07-19, 3673🔥, 0💬

"Registration" Web Service - WSDL 1.1 and SOAP 1.2
"Registration" is an XML document based Web service for testing purpose only. High level information about this "Registration" Web service: WSDL Document: Registration_WSDL_11_SOAP_12_D ocument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.2 Transportation: SOAP 1.2 over HTTP Operation Name...
2021-03-07, 3592🔥, 0💬

"GetExchangeRate" Web Service - WSDL 1.1 and SOAP 1.1
"GetExchangeRate" is an RPC method based Web service for testing purpose only. High level information about this "GetExchangeRate" Web service: WSDL Document: GetExchangeRate_WSDL_11_SOAP_1 1_RPC.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Na...
2021-07-19, 3495🔥, 0💬

"RefillOrder" Web Service - WSDL 1.1 and SOAP 1.1
"RefillOrder" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service: WSDL Document: RefillOrder_WSDL_11_SOAP_11_Do cument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name: R...
2023-04-04, 3364🔥, 1💬

SocketRequestResponse.java - Socket Client Testing Program
This section provides a tutorial example on how to write a Java program using socket interface to send a request and receive a response in binary mode.
2015-08-01, 3276🔥, 2💬

💬 2015-07-31 Herong: Javier, Using this program is simple: run it in a command window as "java SocketRequestResponse host port in_file out_file", whe...

💬 2015-07-31 javier: sorry my bad english.. please an example, how use this, parameters?

"Registration" Web Service - WSDL 1.1 and SOAP 1.1
"Registration" is an XML document based Web service for testing purpose only. High level information about this "Registration" Web service: WSDL Document: Registration_WSDL_11_SOAP_11_D ocument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name...
2021-03-21, 3255🔥, 0💬

"GetExchangeRate" Web Service - WSDL 1.1 and SOAP 1.2
"GetExchangeRate" is an RPC method based Web service for testing purpose only. High level information about this "GetExchangeRate" Web service: WSDL Document: GetExchangeRate_WSDL_11_SOAP_1 2_RPC.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.2 Transportation: SOAP 1.2 over HTTP Operation Na...
2021-03-11, 3158🔥, 0💬

WADL (Web Application Description Language)
This section describes what is WADL (Web Application Description Language), an XML-based file format that describes REST Web services.
2016-04-19, 3048🔥, 1💬

💬 2015-07-21 Vigcky: Hello world

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, 2874🔥, 1💬

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

1 2 3 4 5 6 > >>   ∑:406  Sort:Date