In fact I quit using that ksoap modified library from Tuxpan and I
used the original ksoap2 library. So I had to modify the source code
of HttpTransport class:
Original
            connection =
                (HttpConnection) Connector.open(
                    url,
                    Connector.READ_WRITE,
                    true);
Modified
            connection =
                                (HttpURLConnection) new 
URL(url).openConnection();

So it's work!

On Sep 1, 7:30 am, cbraun75 <[EMAIL PROTECTED]> wrote:
> Have you solved it? I have the same problem.
> Thanx
>
> Christian
>
> On 21 Aug., 07:16, Luciano <[EMAIL PROTECTED]> wrote:
>
> > Hi all
>
> > I'm usingksoaplibrary 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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to