BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-05-2009, 05:21 AM   #1
abhiyenta
Knows Where the Search Button Is
 
Join Date: Mar 2009
Model: 8120
PIN: N/A
Carrier: gmail
Posts: 18
Default problem with https connection

Please Login to Remove!

hi guys ....................i m having some problem with https or http connection in my blackberry application....

i m trying to open connection like....

HttpsConnectionconn = null;
String url="https://test.abhi.net/gateway/transaction.dll";
conn = (HttpsConnection)Connector.open(url);
System.out.println("connection opened");

DataOutputStream out = new DataOutputStream(conn.openOutputStream());
StringBuffer sb = new StringBuffer();


sb.append("data for send to url");
out.write(sb.toString().getBytes());
out.flush();
out.close();

but it is not opening the connection and showing "connection does not exist" message on console .....and even my message system.o.p("connection opened ") also not printing ...................

even same code i tried with http connection class also........problem remains same.
any suggestions..?
Offline  
Old 04-05-2009, 10:21 AM   #2
hrbuckley
BlackBerry Extraordinaire
 
Join Date: Jan 2006
Model: LEZ10
OS: 10.0.10
Carrier: Rogers CA
Posts: 1,704
Default

Ok, first go and read this thread, please.

Then read the API documentation on HTTPConnection and HTTPSConnection.

If you want to send data to an HTTP(S) connection you use the POST protocol. There is an example in the API documentation for HTTPConnection.
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


APPLE 630-0895-B  VRAM 128K X 8 BOARD CARD VINTAGE picture

APPLE 630-0895-B VRAM 128K X 8 BOARD CARD VINTAGE

$74.77



APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD  picture

APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD

$149.99



128K RAM - APPLE - ORIGINAL APPLE prototype BOARD picture

128K RAM - APPLE - ORIGINAL APPLE prototype BOARD

$408.75







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.