Hello,
i am creating a web service client for a secure web service (requiring user name , password for access). but while generating the client in eclipse by right clicking the wsdl i am getting the error
"schema_reference.4: Failed to read schema document 'http://xyz.com:80/cvb/abc?xsd=1', because 1) could not find the document; 2) the
document could not be read; 3) the root element of the document is not <xsd:schema>."
So I cannot create the client (in an eclipse web project) to access the web service.
Hello friends,
I am creating a zip file from a string.In the code below zipOS is creating a zip file with an entry of rama.txt. But I am not understanding how to give a name to the resulting zip file. Any help is most welcome.
Hello ,
I have one jsp in which I am using html form.
I am using submit button to give the values from the form.
but when i run the application it is not showing any result what could be the error. Please help.
Hi,
I am getting the following error
" Exception in thread "main" java.lang.ClassCastException: $Proxy0 cannot be cast to com.test.Remote1
at com.test.TestBean.main(TestBean.java:17)"
I have a client in the same directory as the ejb java files. The ejb is deployed on JBOSS. The jndi name of the EJB is 'Bean1-test'.
I have not added the jboss-common.jar file in classpath.
Is this the problem. I have jboss 5.1
Any help is most welcome
Praveen