Hi,
Yes ofcourse, we can do it using Http Connection but my requirement is doing
the same using Webservices but not using HTTP Connection.For that i need SOAP with attachements.
Thanks...
Type: Posts; User: kris_sagar; Keyword(s):
Hi,
Yes ofcourse, we can do it using Http Connection but my requirement is doing
the same using Webservices but not using HTTP Connection.For that i need SOAP with attachements.
Thanks...
Hi,
I need to write a Webservice client that can upload and download audio files
to a webserver.
Thanks
Sagar.
Hi,
Can any one please tell me how to deal with SOAP with attachements.
For example if i need to upload some audio file to a webserver using webservice
how to achieve it.
Any Help...
Hi,
Its in Resource.
Thanks
Sagar.
Hi,
Can any one please tell me how to convert a audio file to bytearray.
Thanks
Sagar.
Hi,
Thank u very much for the Help....I solved the problem
The problem is with the syntax
inputStream = (getClass).getResourceAsStream("/img.png");
and it should be
...
Hi,
I am getting the following Errors
cannot find symbol
symbol : variable getClass
location: class Fileread
inputStream = (getClass).getResourceAsStream("/img.png");
...
Hi ,
Its in root1 folder of the Emulator but it is in
C:\WTK2.5.2_01\j2mewtk_template\appdb\DefaultColorPhone\filesystem\root1
If it is in C directory is not accessible ??
or else...
Hi,
Thanks for the post....It got compiled succesfully but when i am trying
to access it gave me error
java.io.IOException
This is the Code
fileConnection1 = (FileConnection)...
Hi ,
The image is placed in the file system
Thanks
Sagar.
Hi,
Thanks for your reply.....In that code wat does fc.create(); do ??
Thanks
Sagar.
Hi ,
I am New to J2ME.......can any one please tell me how to convert image
to byte array in a midlet.
Thanks
Sagar.
Thanks for your reply.Yes, I want to upload file from mobile to Server Using a WebService Client
Actually, i am Havin Webservice(Written using Apache Axis) to upload audio files to a Server for...
Hi ,
How to write a WebService client that can upload files(Ex:Audio) to a server
what are the API's available in achieving this.
Any Help appreciated.....
Thanks,
Sagar.
Hello, Some Help required please................
I am trying to develop a J2ME compliant web service to which mobile clients can upload and download files.
According to this article:
http://developers.sun.com/techtopics...wsa/index.html
...
Hi Osam ,
What u said was Absolutely correct,I tried the same in some other mobile which has JSR - 172 support for XML as well as RPC then the application opened without any Execptions.
...
Hi ,
Midlet class name is UserValidator and its working fine on S60 Simulator.
But installing on Nokia 6233 its giving some Exceptions
Actually i dont have the provision to check on various...
Hi all ,
Thanks for your replies....I created my Application again and transferred the same on to my mobile its giving install option but when i m doing so it's giving errors
...
Hi jitu_goldie,
I tried on Nokia S60 Simulator its working fine but when i tried to install on to my Noki 6630 its not installing
CLDC version : 1.1
MIDP version : 2.0
API used...
Hi ,
With the help of bluetooth i have transferred the jar and jad files on to my mobile but when trying to install the jar file its giving application not valid error.
Can any one please...
Hi,
I want to install application developed in J2ME(jad and Jar) in my Nokia 6300
Can anyone please tell me the procedure.
Thanks
Sagar
Ok...Thanks for your Reply
Thanks,
Sagar.
Hi,
I had Written the WebService Client Using JSR-172 API but why its still giving some errors
The procedure which i followed was after packaging in Wireless Toolkit
I opened Nokia 6230i...
Thanks for the reply.....I tried the same with Nokia S60 Emulator but its saying incompatible format
Can we port a WebService Client Developed in Wireless ToolKit in any Nokia Emulators
If...