pradeep jaladi

Ranch Hand
+ Follow
since Nov 21, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by pradeep jaladi


There are couple of ways doing it. the below website has videos http://wiki.eclipse.org/JAXWS/Videos
12 years ago
Monoj Roy,


Simplest way is enable the https layer and provide your client a public key.

Thanks,
Pradeep Jaladi
12 years ago
Hi,

What does different requests for methods mean?

Thanks,
Pradeep Jaladi
12 years ago
Here is the live example. http://livedemo.exadel.com/richfaces-demo/richfaces/fileUpload.jsf which is working fine.
12 years ago
JSF
Hi,

You can use Primefaces (JSF 2.0) which will supports File upload.

Example :- http://www.primefaces.org/showcase-labs/ui/fileUploadDnd.jsf
documentation:- http://www.primefaces.org/docs/vdl/3.2/p/fileUpload.html

12 years ago
JSF
you can try http://xstream.codehaus.org/ which converts objects to xml and xml to objects
15 years ago
If i understand correctly, you want the feature like PHP talks to Java back and fort, if so then there is Bridge called javaBridge which is a open source and provides few examples how to integrate.
15 years ago
If you are using Axis for web services. you can use DataSource.
16 years ago
Hi,

Did you modify the deployment descriptor file after your made copy of it. check whether you can access your servlet first. if no correct it then correct your deployment descriptor then you will get your html file.
16 years ago
hi,

check yahoo how yahoo mail works with multiple files to download.
16 years ago
hi,

Your server has User Define objects ( Your own class ). try to do one thing write a small server side method like addNumber(int a, int b). Which returns a + b; . Know try to test it with your bpel code.
16 years ago
Hi,

If your intnetion is to transfer the file. You need to use file Handler, so that you can send the file using ( soap ) the web services. Google for example of Web services File handler
16 years ago
Hi,

I guess you are using the wrong jar files. please check the installation instructions of the Axis web services version. and make sure that they are in class path
16 years ago
Hi,

Are you getting the web services input parameters dynamically, are you creating the input paramters and passing them. if you are getting then dynamically try to convert them to their respective types and pass.
16 years ago