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


KEYENCE LR-TB5000CL Laser Sensor with Built-in Amplifier picture

KEYENCE LR-TB5000CL Laser Sensor with Built-in Amplifier

$289.99



Portable Voice Amplifier, Towevine Rechargeable Microphone Speaker picture

Portable Voice Amplifier, Towevine Rechargeable Microphone Speaker

$14.99



Biamp Tesira AMP-450BP AVB/TSN Enabled 4 Channel Amplifier w/ PoE+ (G155) picture

Biamp Tesira AMP-450BP AVB/TSN Enabled 4 Channel Amplifier w/ PoE+ (G155)

$250.00



Phoenix Contact MACX MCR-EX-SL-2NAM-T Ex i NAMUR isolating amplifier - 2-chan... picture

Phoenix Contact MACX MCR-EX-SL-2NAM-T Ex i NAMUR isolating amplifier - 2-chan...

$296.32



Rechargeable Voice Amplifier Microphone Headset Speaker Teacher Meeting Speech picture

Rechargeable Voice Amplifier Microphone Headset Speaker Teacher Meeting Speech

$16.14



Honeywell Ultraviolet Flame Amplifier RM7890 A 1015 picture

Honeywell Ultraviolet Flame Amplifier RM7890 A 1015

$199.99







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