I am facing problem while using HTTP connection for the following Url on 6230i.
String url= http://www.celiro.net/celiro/servlet/CeliroClient?xmlrequest=<celiroPacket><uei>354989-00-044951-8</uei><request><reqId>UPDATE</reqId><params><pItems><pItem><itemId>ALL</itemId></pItem></pItems></params></request></celiroPacket>
Following is my code snippet.
httpCon = (HttpConnection)Connector.open(url,Connector.READ,true);
in = httpCon.openInputStream();// throws the exception here.
When I try to use this url with browser it throws exception .Invalid web address.
I dont understand what is the problem with this url.

Reply With Quote
--------

