[android-developers] Acessing web services with ksoap

2010-07-04 Thread YNC
The regular requests for a web-service are fine but the common
tutorials are quite far from the real life.
What exactly I would like to know is how to add the namespace (eb:
wsse:  etc) into the request by ksoap2?

What the right approach for creating the web-service's request like
that:

http://schemas.xmlsoap.org/soap/
envelope/" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader";
xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsd="http://
www.w3.org/1999/XMLSchema">
   
  
 TEST
 
TEST
 
 
Gateway
 
 SessionCreateRQ
 SessionCreateRQ
  
  http://schemas.xmlsoap.org/ws/2002/12/
secext" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/12/utility";>
 
HostUsername
HostPassword
Host
DOMAIN
 
  
   
   


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Acessing web services with ksoap

2008-09-17 Thread Christian Wiesbauer
Hi,
 
there was a discussion about “Acessing web services with ksoap“ a week ago.
The problem was that ksoap wasn’t working with the new Android SDK 0.9
anymore. There was also given a solution (changing the source of the
HttpTransport class in the original ksoap2 library):

Original 
connection = (HttpConnection) Connector.open(url,
Connector.READ_WRITE, true); 
Modified 
connection = (HttpURLConnection) new URL(url).openConnection();
 
My problem is that there isn’t such a line in my ksoap2 library.
 
Does anyone know which version of ksoap2 I have to use and where I can
download it?
 
Thanks,
Christian Wiesbauer

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Acessing web services with ksoap

2008-08-20 Thread Luciano

Hi all

I'm using ksoap library modified by Jorge at Tuxpan (http://
groups.google.com/group/android-developers/msg/4e86059309d7b10f) for
acessing web services. But now with the new SDK it doesn't work
anymore because of changes in Apache HTTP Client (http://
code.google.com/android/migrating/m5-0.9/changes-overview.html#TOC-
Network). Anyone resolved this issue?

Thanks in advance,
Luciano

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---