<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SOAP in Android</title>
	<atom:link href="http://android.amberfog.com/?feed=rss2&#038;p=45" rel="self" type="application/rss+xml" />
	<link>http://android.amberfog.com/?p=45</link>
	<description>Just another Android developers blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:44:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Piotr</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-794</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Tue, 27 Jul 2010 11:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-794</guid>
		<description>I&#039;v got same error code as Emanuel ( &quot;the application has stopped unexpectedly. please try again&quot;) when I&#039;m creating new instance of SoapObject. I&#039;m using ksoap2 ver 2.4 form google site. 
Any ideas how to get around this problem ?</description>
		<content:encoded><![CDATA[<p>I&#8217;v got same error code as Emanuel ( &#8220;the application has stopped unexpectedly. please try again&#8221;) when I&#8217;m creating new instance of SoapObject. I&#8217;m using ksoap2 ver 2.4 form google site.<br />
Any ideas how to get around this problem ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitty</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-793</link>
		<dc:creator>Twitty</dc:creator>
		<pubDate>Mon, 26 Jul 2010 23:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-793</guid>
		<description>Hi guys I can&#039;t import SoapObject, SoapSerializationEnvelope and HttpTransportSE!!! What more i need!</description>
		<content:encoded><![CDATA[<p>Hi guys I can&#8217;t import SoapObject, SoapSerializationEnvelope and HttpTransportSE!!! What more i need!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emanuel</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-772</link>
		<dc:creator>Emanuel</dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-772</guid>
		<description>Hi,
I was following these indication, but when I ran the project I received this error &quot;the application has stopped unexpectedly. please try again&quot;.  This error is showed specifically when I execute this line SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME) running the  project step by step; any ideas?
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was following these indication, but when I ran the project I received this error &#8220;the application has stopped unexpectedly. please try again&#8221;.  This error is showed specifically when I execute this line SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME) running the  project step by step; any ideas?<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobias</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-764</link>
		<dc:creator>tobias</dc:creator>
		<pubDate>Sat, 29 May 2010 11:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-764</guid>
		<description>ups...so here:
 5
   5. .</description>
		<content:encoded><![CDATA[<p>ups&#8230;so here:<br />
 5<br />
   5. .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobias</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-763</link>
		<dc:creator>tobias</dc:creator>
		<pubDate>Sat, 29 May 2010 11:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-763</guid>
		<description>sorry I`m again. It should look like this:
 5
0260  35 3c 2f 43 65 6c 73 69  75 73 3e 3c 2f 43 65 6c   5. .</description>
		<content:encoded><![CDATA[<p>sorry I`m again. It should look like this:<br />
 5<br />
0260  35 3c 2f 43 65 6c 73 69  75 73 3e 3c 2f 43 65 6c   5. .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobias</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-762</link>
		<dc:creator>tobias</dc:creator>
		<pubDate>Sat, 29 May 2010 11:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-762</guid>
		<description>Hello,

the code works now with the sourcecode of you from ksoap2.

But there is another problem. I can see the http request and response in wireshark.
And I get an ERROR back in the celsius string.

I think I now why:
   10&lt;/v:Bo

Its because of that :n0 Namespace tag. With the special android library there is no :n0 in the tag..

Can you give me plz a hint&quot;</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>the code works now with the sourcecode of you from ksoap2.</p>
<p>But there is another problem. I can see the http request and response in wireshark.<br />
And I get an ERROR back in the celsius string.</p>
<p>I think I now why:<br />
   10&lt;/v:Bo</p>
<p>Its because of that :n0 Namespace tag. With the special android library there is no :n0 in the tag..</p>
<p>Can you give me plz a hint&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobias</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-761</link>
		<dc:creator>tobias</dc:creator>
		<pubDate>Fri, 28 May 2010 18:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-761</guid>
		<description>Hello,

I used your example and also tried with ksoap2 for android library.

With your example (with the sourcecode) I get an Error with HttptransportSE

With the android ksoap library it works. They use androidhttptransport

But I want to use the source code like you. What can I do?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I used your example and also tried with ksoap2 for android library.</p>
<p>With your example (with the sourcecode) I get an Error with HttptransportSE</p>
<p>With the android ksoap library it works. They use androidhttptransport</p>
<p>But I want to use the source code like you. What can I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diengsallah</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-748</link>
		<dc:creator>diengsallah</dc:creator>
		<pubDate>Fri, 14 May 2010 12:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-748</guid>
		<description>Hello,
I am using Android to connect to a JAX-WS Web service using KSOAP2.
My Webservice containair is Glassfish v3.
Any time, I get this error from the server:
org.xml.v1. XmlPullParser...
When I use a dump, I see that the server response is that :
Http 404
The requested response () is not available .
 Please have you got any idea ?
It is very difficult for me!
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am using Android to connect to a JAX-WS Web service using KSOAP2.<br />
My Webservice containair is Glassfish v3.<br />
Any time, I get this error from the server:<br />
org.xml.v1. XmlPullParser&#8230;<br />
When I use a dump, I see that the server response is that :<br />
Http 404<br />
The requested response () is not available .<br />
 Please have you got any idea ?<br />
It is very difficult for me!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred Moser</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-744</link>
		<dc:creator>Manfred Moser</dc:creator>
		<pubDate>Tue, 11 May 2010 19:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-744</guid>
		<description>Oh and a KSOAP related note. I have a patched branch that supports attribute parsing. See http://github.com/mosabua/ksoap2-android  This fixes issue 17 .. http://code.google.com/p/ksoap2-android/issues/detail?id=17</description>
		<content:encoded><![CDATA[<p>Oh and a KSOAP related note. I have a patched branch that supports attribute parsing. See <a href="http://github.com/mosabua/ksoap2-android" rel="nofollow">http://github.com/mosabua/ksoap2-android</a>  This fixes issue 17 .. <a href="http://code.google.com/p/ksoap2-android/issues/detail?id=17" rel="nofollow">http://code.google.com/p/ksoap2-android/issues/detail?id=17</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred Moser</title>
		<link>http://android.amberfog.com/?p=45&#038;cpage=1#comment-743</link>
		<dc:creator>Manfred Moser</dc:creator>
		<pubDate>Tue, 11 May 2010 19:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=45#comment-743</guid>
		<description>Did anyone find a better solution for the https problem?</description>
		<content:encoded><![CDATA[<p>Did anyone find a better solution for the https problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
