<?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: IWAB0639E Error when generating web service client</title>
	<atom:link href="http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:08:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jaime Chavarriaga</title>
		<link>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/comment-page-1/#comment-14532</link>
		<dc:creator>Jaime Chavarriaga</dc:creator>
		<pubDate>Sat, 10 Jan 2009 19:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/25/iwab0639e-error-when-generating-web-service-client/#comment-14532</guid>
		<description>When the WSDL include a &quot;anySimpleType&quot; for an element, states that the type of this element is not really defined. It&#039;s possible this element can contain one of several java types or any type.

The generated class must define a type for all the elements in the WSDL. The type is used to serialize and deserialize the XML. The type is used to create the XML and fill the object with the XML values.

The error: The java generator cannot generate the class, because it doesn&#039;t know what type must use
  anySimpleType is referenced but not defined

you must modify the WSDL and include annotations or something to define the real type of the element.</description>
		<content:encoded><![CDATA[<p>When the WSDL include a &#8220;anySimpleType&#8221; for an element, states that the type of this element is not really defined. It&#8217;s possible this element can contain one of several java types or any type.</p>
<p>The generated class must define a type for all the elements in the WSDL. The type is used to serialize and deserialize the XML. The type is used to create the XML and fill the object with the XML values.</p>
<p>The error: The java generator cannot generate the class, because it doesn&#8217;t know what type must use<br />
  anySimpleType is referenced but not defined</p>
<p>you must modify the WSDL and include annotations or something to define the real type of the element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sapna Shah</title>
		<link>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/comment-page-1/#comment-2463</link>
		<dc:creator>Sapna Shah</dc:creator>
		<pubDate>Fri, 25 Jul 2008 05:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/25/iwab0639e-error-when-generating-web-service-client/#comment-2463</guid>
		<description>Hi i m also getting the same error while generating java code fron wsdl using RAD 6.0.2 and WID.</description>
		<content:encoded><![CDATA[<p>Hi i m also getting the same error while generating java code fron wsdl using RAD 6.0.2 and WID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/comment-page-1/#comment-1046</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Sun, 29 Jun 2008 16:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/25/iwab0639e-error-when-generating-web-service-client/#comment-1046</guid>
		<description>Sorry Nishant, I really don&#039;t have any clue about this issue. I was able to resolve the error after selecting IBM WebSphere as my runtime. Btw, what is the RAD version you are using? I was trying with RAD 6.0.x</description>
		<content:encoded><![CDATA[<p>Sorry Nishant, I really don&#8217;t have any clue about this issue. I was able to resolve the error after selecting IBM WebSphere as my runtime. Btw, what is the RAD version you are using? I was trying with RAD 6.0.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishant</title>
		<link>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/comment-page-1/#comment-1040</link>
		<dc:creator>Nishant</dc:creator>
		<pubDate>Sun, 29 Jun 2008 13:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/25/iwab0639e-error-when-generating-web-service-client/#comment-1040</guid>
		<description>IWAB0639E :

even when my runtime is IBM webSphere. I get this error.

do you know how to resolve this?</description>
		<content:encoded><![CDATA[<p>IWAB0639E :</p>
<p>even when my runtime is IBM webSphere. I get this error.</p>
<p>do you know how to resolve this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

