this site is developed to support java developers with their developments. Some solutions are made available here.Those are my experiences. Comment if u need further help.
Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
Download AXIS binary and extract it to your hard disk.
Set up AXIS2_HOME and path environment veriables.
Create service using WSDL file
1) Open terminal.
2) Go to the directory you want to create service.
3) Run the below command.
wsdl2java -uri...
Go to "C:\Windows\System32\drivers\etc".
Edit hosts file in etc folder. Add your ip addres and the mapping name.
Ex :-
192.168.4.7 name.domain.com
Now, you can access your ip address using DNS set above.
Ex :-
http://name.domain.com/App
Call this java script method to clear your clipboard in IE6. Sorry, it doesn't work in Mozilla and other browsers.
function clsClipsBrd(){
clipboardData.clearData();
}
There is a tool to create web service clients called as "cxf". This is a free tool. You must have the wsdl file to create java clients.
Download URL :- http://cxf.apache.org/download.html
User guide :-...