<?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: Using StAX with Spring WS</title>
	<atom:link href="http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/</link>
	<description>Pragmatic Integrators</description>
	<lastBuildDate>Wed, 11 Aug 2010 06:58:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/comment-page-1/#comment-474</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Mon, 12 Apr 2010 06:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=130#comment-474</guid>
		<description>Hi,

I don&#039;t have an example for the entire soap envelope. See the documentation &lt;a href=&quot;http://static.springsource.org/spring-ws/sites/1.5/reference/html/server.html#d0e2143&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;,  which explains when you can access only the payload and when the complete message.
I hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I don&#8217;t have an example for the entire soap envelope. See the documentation <a href="http://static.springsource.org/spring-ws/sites/1.5/reference/html/server.html#d0e2143" rel="nofollow">here</a>,  which explains when you can access only the payload and when the complete message.<br />
I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/comment-page-1/#comment-473</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Mon, 12 Apr 2010 06:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=130#comment-473</guid>
		<description>Hi,

This is a wonderful post, it was very useful.

Please can you give me an example to parse the entire soap envelope using StAX? I should access the soap headers included in the soap envelope using StAX for my requirement.

I found that invokeInternal(XMLStreamReader streamreader,XMLStreamWriter streamwriter)method provides access only to payload (i.e content of the soap body) not to the entire soap envelope.

Regards,
K. Harish
harish.gtec@gmail.com</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a wonderful post, it was very useful.</p>
<p>Please can you give me an example to parse the entire soap envelope using StAX? I should access the soap headers included in the soap envelope using StAX for my requirement.</p>
<p>I found that invokeInternal(XMLStreamReader streamreader,XMLStreamWriter streamwriter)method provides access only to payload (i.e content of the soap body) not to the entire soap envelope.</p>
<p>Regards,<br />
K. Harish<br />
<a href="mailto:harish.gtec@gmail.com">harish.gtec@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using StAX Parsing with JBoss4.0.5.GA &#124; Redstream Blog</title>
		<link>http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/comment-page-1/#comment-382</link>
		<dc:creator>Using StAX Parsing with JBoss4.0.5.GA &#124; Redstream Blog</dc:creator>
		<pubDate>Fri, 06 Nov 2009 21:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=130#comment-382</guid>
		<description>[...] StAX Parsing with JBoss4.0.5.GA 18 June 2008 Pascal Alma In my former post (here) I described how to combine Spring WS with StAX parsing the SOAP messages. I ended with generating [...]</description>
		<content:encoded><![CDATA[<p>[...] StAX Parsing with JBoss4.0.5.GA 18 June 2008 Pascal Alma In my former post (here) I described how to combine Spring WS with StAX parsing the SOAP messages. I ended with generating [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/comment-page-1/#comment-296</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Thu, 24 Jul 2008 12:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=130#comment-296</guid>
		<description>You can just leave out the 11 in the wsdl:binding, but make sure you do the same in wsdl:port binding so the reffering name matches.</description>
		<content:encoded><![CDATA[<p>You can just leave out the 11 in the wsdl:binding, but make sure you do the same in wsdl:port binding so the reffering name matches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipin</title>
		<link>http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/comment-page-1/#comment-295</link>
		<dc:creator>Vipin</dc:creator>
		<pubDate>Thu, 24 Jul 2008 11:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=130#comment-295</guid>
		<description>Hey,

This is a wonderful post yar... Thanks a lot. You saved a lot of time.

BTW i saw a small problem in port binding


why the name is HumanResourceSoap11 ? how can i remove the 11 from name?

regards,
Vipin</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>This is a wonderful post yar&#8230; Thanks a lot. You saved a lot of time.</p>
<p>BTW i saw a small problem in port binding</p>
<p>why the name is HumanResourceSoap11 ? how can i remove the 11 from name?</p>
<p>regards,<br />
Vipin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal&#8217;s Blog &#187; Using StAX Parsing with JBoss4.0.5.GA</title>
		<link>http://blog.redstream.nl/2008/06/14/using-stax-with-spring-ws/comment-page-1/#comment-294</link>
		<dc:creator>Pascal&#8217;s Blog &#187; Using StAX Parsing with JBoss4.0.5.GA</dc:creator>
		<pubDate>Wed, 18 Jun 2008 12:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=130#comment-294</guid>
		<description>[...] my former post (here) I described how to combine Spring WS with StAX parsing the SOAP messages. I ended with generating [...]</description>
		<content:encoded><![CDATA[<p>[...] my former post (here) I described how to combine Spring WS with StAX parsing the SOAP messages. I ended with generating [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
