<?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: Could it be true? A bug in Soap UI?</title>
	<atom:link href="http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/</link>
	<description>Pragmatic Integrators</description>
	<lastBuildDate>Fri, 23 Jul 2010 20:48:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3401</generator>
	<item>
		<title>By: Debugging SOAP by logging the incoming HttpRequest &#124; Redstream Blog</title>
		<link>http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/comment-page-1/#comment-379</link>
		<dc:creator>Debugging SOAP by logging the incoming HttpRequest &#124; Redstream Blog</dc:creator>
		<pubDate>Thu, 05 Nov 2009 12:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=57#comment-379</guid>
		<description>[...] SOAP by logging the incoming HttpRequest 24 August Pascal Alma As I described here I had a situation in which we wanted to be able to store all incoming SOAP requests for debugging [...]</description>
		<content:encoded><![CDATA[<p>[...] SOAP by logging the incoming HttpRequest 24 August Pascal Alma As I described here I had a situation in which we wanted to be able to store all incoming SOAP requests for debugging [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/comment-page-1/#comment-217</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Mon, 07 Jan 2008 17:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=57#comment-217</guid>
		<description>Hi,

The constants you mention are used as URL referring to the schema&#039;s which I supplied in my .war file, so I can be sure the schema&#039;s can be found.
The constants are defined as Strings with the following values:
http://myserver:8080/my-web-app/schemas/soapenc.xml
http://myserver:8080/my-web-app/schemas/soapenv.xml
http://myserver:8080/my-web-app/schemas/my-stuf.xsd

(The part &#039;http://myserver:8080/my-web-app/&#039; are configured by a property file so you can set them per server/deployment)

Aout your other question: I did not have to define the SOAP schema&#039;s in my own schema. I can not think of a reason why I should, to be honest. So I would say, try it without it and if this works, it&#039;s okay, right?

I hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The constants you mention are used as URL referring to the schema&#8217;s which I supplied in my .war file, so I can be sure the schema&#8217;s can be found.<br />
The constants are defined as Strings with the following values:<br />
<a href="http://myserver:8080/my-web-app/schemas/soapenc.xml" rel="nofollow">http://myserver:8080/my-web-app/schemas/soapenc.xml</a><br />
<a href="http://myserver:8080/my-web-app/schemas/soapenv.xml" rel="nofollow">http://myserver:8080/my-web-app/schemas/soapenv.xml</a><br />
<a href="http://myserver:8080/my-web-app/schemas/my-stuf.xsd" rel="nofollow">http://myserver:8080/my-web-app/schemas/my-stuf.xsd</a></p>
<p>(The part &#8216;http://myserver:8080/my-web-app/&#8217; are configured by a property file so you can set them per server/deployment)</p>
<p>Aout your other question: I did not have to define the SOAP schema&#8217;s in my own schema. I can not think of a reason why I should, to be honest. So I would say, try it without it and if this works, it&#8217;s okay, right?</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AB</title>
		<link>http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/comment-page-1/#comment-219</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Tue, 01 Jan 2008 21:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=57#comment-219</guid>
		<description>What I was trying to ask is how have you defined the two constants MY_XML_CONSTANTS.XSD_SOAP_ENVELOPE and MY_XML_CONSTANTS.XSD_SOAP_ENCODING ?

Did you save the schemata from http://www.w3.org/2001/06/soap-envelope and http://www.w3.org/2001/06/soap-encoding locally as xsd files and used StreamSource with InputSource ?

Also, I was told that I need to define the SOAP Envelope and SOAP Encoding schemata in my XSD file, which was giving me errors when defining.  So I was wondering if you had to do that in your XSD_MY_STUF?

Thanks again for your help</description>
		<content:encoded><![CDATA[<p>What I was trying to ask is how have you defined the two constants MY_XML_CONSTANTS.XSD_SOAP_ENVELOPE and MY_XML_CONSTANTS.XSD_SOAP_ENCODING ?</p>
<p>Did you save the schemata from <a href="http://www.w3.org/2001/06/soap-envelope" rel="nofollow">http://www.w3.org/2001/06/soap-envelope</a> and <a href="http://www.w3.org/2001/06/soap-encoding" rel="nofollow">http://www.w3.org/2001/06/soap-encoding</a> locally as xsd files and used StreamSource with InputSource ?</p>
<p>Also, I was told that I need to define the SOAP Envelope and SOAP Encoding schemata in my XSD file, which was giving me errors when defining.  So I was wondering if you had to do that in your XSD_MY_STUF?</p>
<p>Thanks again for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/comment-page-1/#comment-218</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Tue, 01 Jan 2008 15:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=57#comment-218</guid>
		<description>I&#039;m not sure I understand your question correctly but are you looking for these schema&#039;s:
http://www.w3.org/2001/06/soap-envelope
and
http://www.w3.org/2001/06/soap-encoding

If not, can you please explain in more detail what you need so I can see if, and how, I may help you.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I understand your question correctly but are you looking for these schema&#8217;s:<br />
<a href="http://www.w3.org/2001/06/soap-envelope" rel="nofollow">http://www.w3.org/2001/06/soap-envelope</a><br />
and<br />
<a href="http://www.w3.org/2001/06/soap-encoding" rel="nofollow">http://www.w3.org/2001/06/soap-encoding</a></p>
<p>If not, can you please explain in more detail what you need so I can see if, and how, I may help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AB</title>
		<link>http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/comment-page-1/#comment-220</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Sun, 30 Dec 2007 12:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=57#comment-220</guid>
		<description>I have been looking for code to do schema validation that also takes into account the soap envelope.  This looks like what I need.  Do you mind posing the details of how you have defined the envelope and the encoding schema as well as schema?  Also, did you have to include anything related to SOAP-Envelope and encoding as part of your schema?

final StreamSource sSoapEnv = new StreamSource(MY_XML_CONSTANTS.XSD_SOAP_ENVELOPE);

final StreamSource sSoapenc = new StreamSource(MY_XML_CONSTANTS.XSD_SOAP_ENCODING);

final StreamSource sMyStuf = new StreamSource(MY_XML_CONSTANTS.XSD_MY_STUF);


Thank you very much</description>
		<content:encoded><![CDATA[<p>I have been looking for code to do schema validation that also takes into account the soap envelope.  This looks like what I need.  Do you mind posing the details of how you have defined the envelope and the encoding schema as well as schema?  Also, did you have to include anything related to SOAP-Envelope and encoding as part of your schema?</p>
<p>final StreamSource sSoapEnv = new StreamSource(MY_XML_CONSTANTS.XSD_SOAP_ENVELOPE);</p>
<p>final StreamSource sSoapenc = new StreamSource(MY_XML_CONSTANTS.XSD_SOAP_ENCODING);</p>
<p>final StreamSource sMyStuf = new StreamSource(MY_XML_CONSTANTS.XSD_MY_STUF);</p>
<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal&#8217;s Blog &#187; Debugging SOAP by logging the incoming HttpRequest</title>
		<link>http://blog.redstream.nl/2007/08/14/could-it-be-true-a-bug-in-soap-ui/comment-page-1/#comment-216</link>
		<dc:creator>Pascal&#8217;s Blog &#187; Debugging SOAP by logging the incoming HttpRequest</dc:creator>
		<pubDate>Fri, 24 Aug 2007 11:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=57#comment-216</guid>
		<description>[...] I described here I had a situation in which we wanted to be able to store all incoming SOAP requests for debugging [...]</description>
		<content:encoded><![CDATA[<p>[...] I described here I had a situation in which we wanted to be able to store all incoming SOAP requests for debugging [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
