BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 08-03-2010, 02:05 AM   #1
bucika88
New Member
 
Join Date: Jul 2010
Model: 8520
PIN: N/A
Carrier: Orange, T-Mobile
Posts: 1
Default .Net Webservice response error

Please Login to Remove!

Hi!
I'm trying to connect to a .NET webservice. The http connection works fine, I send my Post xml, I get the response, but the response isn't what it should be. (I've tried it locally, so it's not the WS that malfunctions).
Can it be that the differences between my request xml and the xml defined in my wsdl doesn't let the parameters pass to the ws?
I'm using ksoap2-j2me-core-prev
and Eclipse 3.5.2 with BlackBerry plugin

This is MY request xml:

Code:
<?xml version="1.0" encoding="utf-8" ?> 
<v:Envelope xmlns:i="h t t p : / / w w w .w3.org/2001/XMLSchema-instance" xmlns:d="h t t p : / / w w w .w3.org/2001/XMLSchema" xmlns:c="h t t p : / / schemas.xmlsoap.org/soap/encoding/" xmlns:v="h t t p : / / schemas.xmlsoap.org/soap/envelope/">
  <v:Header /> 
  <v:Body>
  <n0:startMap id="o0" c:root="1" xmlns:n0="h t t p : / / tempuri.org">
  <x>659284.165580949</x> 
  <y>241175.197092903</y> 
  <mapScale>2300</mapScale> 
  <defaultPosition>false</defaultPosition> 
  </n0:startMap>
  </v:Body>
  </v:Envelope>
And this is what the WS expects:

Code:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi=" h t t p : / / w w w .w3.org/2001/XMLSchema-instance" xmlns:xsd="h t t p : / / w w w .w3.org/2001/XMLSchema" xmlns:soap="h t t p : / / schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <startMap xmlns="h t t p : / / tempuri.org/">
      <x>659284.165580949</x>
      <y>241175.197092903</y>
      <mapScale>2300</mapScale>
      <defaultPosition>false</sedefaultPosition>
    </startMap>
  </soap:Body>
</soap:Envelope>
can the problem be the tag: id="o0" and root:c="1"??
If it is, anyone knows how to remove them?
Please help!
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


DCI FOOT SWITCH PEDAL 2 POSITION 1/PK. SELECT SPS # 9406 picture

DCI FOOT SWITCH PEDAL 2 POSITION 1/PK. SELECT SPS # 9406

$132.99



GEYA ATS PC Dual Power Automatic Power 3Pole 100A 220V Transfer Switch Grid NEW picture

GEYA ATS PC Dual Power Automatic Power 3Pole 100A 220V Transfer Switch Grid NEW

$39.99



ELECTRIC COOLING FAN GROUND-ING THERMO-STAT SWITCH RADIATOR TEMP-ERATURE SENSOR picture

ELECTRIC COOLING FAN GROUND-ING THERMO-STAT SWITCH RADIATOR TEMP-ERATURE SENSOR

$19.95



MOES Charge Controller Dual Power Automatic Transfer Switch Solar Wind System picture

MOES Charge Controller Dual Power Automatic Transfer Switch Solar Wind System

$95.99



30 Amp Industrial Grade Heavy Duty Double-pole Pilot Light Toggle Switch, Red | picture

30 Amp Industrial Grade Heavy Duty Double-pole Pilot Light Toggle Switch, Red |

$10.00



1/8-1/2 INCH NPT ELECTRIC RADIATOR FAN THERMOSTAT TEMP-ERATURE SENSOR SWITCH KIT picture

1/8-1/2 INCH NPT ELECTRIC RADIATOR FAN THERMOSTAT TEMP-ERATURE SENSOR SWITCH KIT

$19.95







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