BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 07-21-2010, 01:14 PM   #1
robmind
New Member
 
Join Date: Jun 2010
Model: 9000
PIN: N/A
Carrier: yui
Posts: 1
Default Edge Connection String Error,

Please Login to Remove!

Hi,

I develop ksoap application with blackberry. I have 8520.
My application works with wifi, but doesnt works with edge connection.
I tried below connection strings. But doesnt work.
Can you help me?

PHP Code:
 public String getHTTPAdd() {
        
String serviceUrl "";
        if (
radio.isSelected() == true){
            
setIsConStr(";interface=wifi"); 
            
serviceUrl "ttp://localhost/test/test.asmx";
        }
        else if (
radio2.isSelected() == true){
            
setIsConStr(";interface=wifi;deviceside=true");
            
serviceUrl "ttp://myhost:3000/test/test.asmx";
        }else if (
radio3.isSelected() == true){
            
setIsConStr(";19780/rim.net.gprs");
            
serviceUrl "ttp://myhost:3000/test/test.asmx";
        }
        else if (
radio4.isSelected() == true){
            
setIsConStr(";XXXXXXXXXXXXXXXX");
            
serviceUrl "ttp://myhost:3000/test/test.asmx";
        }
        else if (
radio5.isSelected() == true){
            
setIsConStr(";deviceside=true");
            
serviceUrl "ttp://myhost:3000/test/test.asmx";
        }
        else if (
radio6.isSelected() == true){
            
setIsConStr(";deviceside=false");
            
serviceUrl "ttp://myhost:3000/test/test.asmx";
        }
        else if (
radio7.isSelected() == true){
            
setIsConStr(";deviceside=false;ConnectionType=mds-public");
            
serviceUrl "ttp://myhost:3000/test/test.asmx";
        }
        else{
            
setIsConStr(";rim.net.gprs");
            
serviceUrl "ttp://myhost:3000/test/test.asmx";
        }
        return 
serviceUrl;
    } 

Also, i tried this example,
PHP Code:
setIsConStr(";deviceside=true;ConnectionUID=" +uid+";ConnectionType=mds-public"); 
PHP Code:
setIsConStr(";deviceside=false;ConnectionUID=" +uid+";ConnectionType=mds-public"); 
PHP Code:
setIsConStr(";deviceside=true;ConnectionUID=" +uid+""); 
PHP Code:
setIsConStr(";deviceside=false;ConnectionUID=" +uid+""); 
And, againly doesnt works.

(as an additional info, I use KSOAP Api to call Webservice)

Last edited by robmind; 07-21-2010 at 01:20 PM..
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


Waterproof 12V Polarity Reverse Switch - Control Motor picture

Waterproof 12V Polarity Reverse Switch - Control Motor

$11.77



Audio Polarity Checker Phase Detector Self-Test Auto-Off PD-9A Speaker Tester picture

Audio Polarity Checker Phase Detector Self-Test Auto-Off PD-9A Speaker Tester

$43.00



PD-9A Polarity Checker Phase Detector Self-Test Auto-Off Audio Speaker Testing picture

PD-9A Polarity Checker Phase Detector Self-Test Auto-Off Audio Speaker Testing

$45.00



Honeywell Quartz Polarity Sensitive Hour Meter 85098 picture

Honeywell Quartz Polarity Sensitive Hour Meter 85098

$79.99



Dairyland PCR-5KA Polarization Cell Replacement With Box. picture

Dairyland PCR-5KA Polarization Cell Replacement With Box.

$299.99



IndusTec Motor polarity reversing - Toggle Switch 3 Pos DPDT Momentary 12V 24V picture

IndusTec Motor polarity reversing - Toggle Switch 3 Pos DPDT Momentary 12V 24V

$14.99







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