Hi i had problem with using SAAJ .
I made example of SOAP client using SAAJ with SSL and certificate
but when connection established i go this error
SEVERE: SAAJ0007: Bad endPoint type (endPoint instance of URL)
Error occurred while sending SOAP Request to Server...
Hi everyone
I had PHP code but i need help how to convert it to Java code.
I search lots of examples but raerly on non of them has what i need.
So i need to convert this code to Java
$options = array(
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_SSL_VERIFYHOST =>...
Hi everyone
I had PHP code but i need help how to convert it to Java code.
I search lots of examples but raerly on non of them has what i need.
So i need to convert this code to Java
$options = array(
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true...
Hi!
i try to make some procedure and i got Error 1414,
Code that i executed is below:
****************************************************
mysql> drop procedure sp_inout;
Query OK, 0 rows affected (0.13 sec)
mysql> create procedure sp_inout(INOUT P INT) SET @x=P*2;
Query OK, 0 rows affected...
Hi everyone
I have a problem.I try to execute procedure like this one:
****************************************
drop procedure sp_out;
SET @x='Molweni';
CREATE PROCEDURE sp_out(OUT p VARCHAR(10)) SET P='molo';
CALL sp_out(@x);
SELECT @x;
****************************************
and i expected...
Hi everyone!
I had one problem with listbox.
I had create a page with three listbox in which i had data from database.
That works fine ,but now i want to put one more listbox in which will be date from database but only when someone click on second listbox.
For example
in second list box are...
I have problem with UTF-8 character set.
I use MySQL 5 and Tomcat 5.5.9.I use NetBeans for programinnig
in Java.
I made one database and is in UTF8,also all my JSP pages are set to
UTF8 encoding,and also all HTML are set to UTF8.
When i put š,?,?,?,ž character date in database directly from...
Hello!
I have one problem.I want to make JSP page with html
frame in it.I want one page with two horizontal frame
and in upper frame when someone submit something to
display in lower page.I want to make all of this pages
in JSP exstension and to call it up.jsp and down.jsp.
I try something but...
Hi !
I have one problem .I tried to make two jsp files with
which i tried to make a little test for
my error page.I make one page named useErrorPage.jsp and
it looks like this:
<%@page errorPage="errorPage.jsp" %>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@taglib...
I`d like to ask you how i can enter in Tomcat Web Server Administrtaion Tool .
I don`t now the username and password ?
Is there any default adminsitrator username and password?
By the way i have Tomcat 5.5.9 installed and working fine.
Please help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.