from the exception, it looks like you're trying to parse some malformed XML.
without more information about the input file, or the original source code,
it's difficult to tell more

On Tue, Mar 25, 2008 at 3:02 PM, Ank <[EMAIL PROTECTED]> wrote:

>
> Hi ,
>
> I developed my own web service for Searching purpose.But i wana to
> access it using Android.
> i tried some code but it does not work some exception are there as ::
>
>  org.xmlpull.v1.XmlPullParserException: expected: END_TAG {http://
> schemas.xmlsoap.org/soap/envelope/}Body<http://schemas.xmlsoap.org/soap/envelope/%7DBody>(position:END_TAG
>  </{http://
> schemas.xmlsoap.org/soap/envelope/}env:Fault<http://schemas.xmlsoap.org/soap/envelope/%7Denv:Fault>>@2:595
> in
> [EMAIL PROTECTED])
>
> E/AndroidRuntime(  554):        at
> org.kxml2.io.KXmlParser.exception(KXmlParser.java:243)
>
> E/AndroidRuntime(  554):        at
> org.kxml2.io.KXmlParser.require(KXmlParser.java:1374)
>
> E/AndroidRuntime(  554):        at org.ksoap2.SoapEnvelope.parse(Unknown
> Source)
>
> E/AndroidRuntime(  554):        at
> org.ksoap2.transport.Transport.parseResponse(Unknown Source)
>
> E/AndroidRuntime(  554):        at
> org.ksoap2.transport.AndroidHttpTransport.call(AndroidHttpTransport.java:
> 82)
>
> E/AndroidRuntime(  554):        at
> com.android.i3content.Test.playVideo(Test.java:74)
>
> E/AndroidRuntime(  554):        at com.android.i3content.Test
> $1.onClick(Test.java:56)
>
> E/AndroidRuntime(  554):        at
> android.view.View.performClick(View.java:
> 1515)
>
> E/AndroidRuntime(  554):        at
> android.widget.ImageButton.performClick(ImageButton.java:80)
>
> E/AndroidRuntime(  554):        at android.view.View.onKeyDown(View.java:
> 2280)
>
> E/AndroidRuntime(  554):        at
> android.view.KeyEvent.dispatch(KeyEvent.java:401)
>
> E/AndroidRuntime(  554):        at
> android.view.View.dispatchKeyEvent(View.java:2206)
>
> E/AndroidRuntime(  554):        at
> android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:360)
>
> E/AndroidRuntime(  554):        at
> android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:360)
>
> E/AndroidRuntime(  554):        at
> android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:360)
>
> E/AndroidRuntime(  554):        at
> android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:360)
>
> E/AndroidRuntime(  554):        at
> android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:360)
>
> E/AndroidRuntime(  554):        at android.policy.PhoneWindow
> $DecorView.superDispatchKeyEvent(PhoneWindow.java:1071)
>
> E/AndroidRuntime(  554):        at
> android.policy.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:884)
>
> E/AndroidRuntime(  554):        at
> android.app.Activity.dispatchKeyEvent(Activity.java:1377)
>
> E/AndroidRuntime(  554):        at android.policy.PhoneWindow
> $DecorView.dispatchKeyEvent(PhoneWindow.java:1058)
>
> E/AndroidRuntime(  554):        at
> android.view.ViewRoot.handleMessage(ViewRoot.java:564)
>
> E/AndroidRuntime(  554):        at
> android.os.Handler.dispatchMessage(Handler.java:80)
>
> E/AndroidRuntime(  554):        at android.os.Looper.loop(Looper.java:71)
>
> E/AndroidRuntime(  554):        at
> android.app.ActivityThread.main(ActivityThread.java:2506)
>
> E/AndroidRuntime(  554):        at
> java.lang.reflect.Method.invokeNative(Native Method)
>
> E/AndroidRuntime(  554):        at
> java.lang.reflect.Method.invoke(Method.java:380)
>
> E/AndroidRuntime(  554):        at android.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:1170)
>
> E/AndroidRuntime(  554):        at
> android.os.ZygoteInit.main(ZygoteInit.java:1121)
>
> E/AndroidRuntime(  554):        at android.dalvik.NativeStart.main(Native
> Method)
>
>
> I did not understand why these exception occured .can u plz suggest me
> tht what can i do to resolve it.....i need suggestion ...
> Thank u in advance ....wait for response....
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to