<< < 16 17 18 19 20 21   Sort: Rank

"Unexpected subelement ..." Error from the Stub Class
This section provides a tutorial example on how to troubleshoot and resolve the 'Unexpected subelement ...' error occurred in the stub class. The root cause of the error is the namespace on sub elements of the response SOAP Body does not match what defined in the WSDL document.
2015-10-10, 3821🔥, 5💬

💬 2011-03-19 Jose Eduardo: Sorry for wasting your time, I think i got the solution... first i got the Date error because I change the order of the data ser...

💬 2011-03-19 Jose Eduardo: Yes, indeed... please, I don't know if it's a problem of wso2 cache of anything else, i've tried almost everything...

💬 2011-03-16 Herong: Jose, Are you referring to the error and fix discussed in "Unexpected subelement ..." Error from the Stub Class ?

💬 2011-03-16 Jose Eduardo: I saw your article about a "bug" on the client generated code of a web service at WSDL2Java Unexpected subelement Error from Stu...

Message Digest Algorithm Implementations in JDK
This chapter provides tutorial notes and example codes on message digest algorithm implementation. Topics include JCA (Java Cryptography Architecture) package; java.security.MessageDigest class; MD5 and SHA message digest program; message digest output comparison.
2015-10-06, 273🔥, 2💬

JVM and OS System Properties
This section provides a tutorial example on how to list all properties from the JVM and the OS that are accessible by your Java application.
2015-09-10, 4239🔥, 3💬

💬 2015-09-10 Herong: Roland, Good to know that Java 1.8 is reporting your "user.home" directory correctly now :-)

💬 2015-09-09 Roland: I mean System.getProperty("user.home") has changed

💬 2015-09-09 Roland: On my system, I've changed my home dir to D:user\username. With java System.getProperty("user.dir"), I got always D:user\usernam...

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, 3229🔥, 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?

SocketRequestResponseServer.java - Socket Server Testing Program
This section provides a tutorial example on how to write a socket level server side testing program to receive and record request received from a client program.
2015-08-01, 1179🔥, 2💬

💬 2015-07-31 Herong: Javier, Please read this tutorial: Capturing the HTTP Request from a Browser . It provides an example on how to run this program...

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

JDK Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial notes and sample codes written by the author while he was learning JDK (Java Development Kit) core libraries himself. Topics include Time and Calendar, Internationalization, Unnamed Packages, Collections, Character Set and Encoding, Logging, XML related technolo...
2015-07-18, 1791🔥, 0💬

<< < 16 17 18 19 20 21   Sort: Rank