Nickey Pugaz

Greenhorn
+ Follow
since Feb 13, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nickey Pugaz

I am quite new to Java webservices and looking for some information regarding webservices

Disable the existing real-time interface with xxxx.
Replace the xxxx interface with a new yyyy interface (webservices/API). This new interface will provide the same data that xxxx provided.

There are xxxxx.java, xxxxProxy.java, xxxxService.java, xxxxxServiceLocator.java, xxxxSoapBindingImpl.java, xxxxSoapBindingSkeleton.java, xxxxSoapBindingStub.java, ClientTest.java, and few other request and response classes.

Please help with the details like what necessary changes would be required to do in WSDL, and all stub generation and config files?

I am using Eclipse IDE. Kindly help. Thanks in advance!
9 years ago
Hello,

My objective is to create a text file in an android file system.

Using java language, I am creating an app. It has a screen with a table of 3columns. Each time a user enters the table row and click on Submit button, the row entry should be created as a separate comma-separated file on an android device. So each time when the table gets updated with new entry and clicks a submit button, a new file is getting created on the device file system. So I am looking for the file connectivity to the internal device memory where I could open the files and access it.

I have done the same in Nokia mobiles using J2ME. But for Android, I am not able to find the device file path. Please help me with the details!

Thanks in advance!
10 years ago
Hello All,

I am looking for a sample code/ tutorial about how to save a text file in an android file system using a webservice?

I installed Eclipse juno with android sdk. I am new to webservice topic and not sure how to start with.

Please help me to start working with your suggestions! Thanks in advance!
10 years ago