<?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: Java client and WCF server</title>
	<atom:link href="http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-client-and-wcf-server</link>
	<description>SourceSafe, Source Control, Software Development</description>
	<lastBuildDate>Wed, 01 Feb 2012 13:48:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Leo</title>
		<link>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html/comment-page-3#comment-3944</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 09 Dec 2011 23:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=544#comment-3944</guid>
		<description>sorry, didn&#039;t mention the warning message in my last post.

WARNING: Service1 uses a non-standard SOAP 1.2 binding.</description>
		<content:encoded><![CDATA[<p>sorry, didn&#8217;t mention the warning message in my last post.</p>
<p>WARNING: Service1 uses a non-standard SOAP 1.2 binding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html/comment-page-3#comment-3943</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 09 Dec 2011 23:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=544#comment-3943</guid>
		<description>I got below warning message when I execute the wsimport command</description>
		<content:encoded><![CDATA[<p>I got below warning message when I execute the wsimport command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html/comment-page-3#comment-3942</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 09 Dec 2011 23:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=544#comment-3942</guid>
		<description>I am getting below error message, please can you tell me what I am doing wrong here?
Exception in thread &quot;main&quot; java.lang.Error: Unresolved compilation problems: 
	The method getBasicHttpBindingIService1() is undefined for the type EncForms
	The method getData(int) is undefined for the type IEncForms2011

thanks in advance.</description>
		<content:encoded><![CDATA[<p>I am getting below error message, please can you tell me what I am doing wrong here?<br />
Exception in thread &#8220;main&#8221; java.lang.Error: Unresolved compilation problems:<br />
	The method getBasicHttpBindingIService1() is undefined for the type EncForms<br />
	The method getData(int) is undefined for the type IEncForms2011</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shah</title>
		<link>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html/comment-page-2#comment-3831</link>
		<dc:creator>Shah</dc:creator>
		<pubDate>Wed, 23 Nov 2011 10:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=544#comment-3831</guid>
		<description>Got the solution, basically you need to give full path for xml file.</description>
		<content:encoded><![CDATA[<p>Got the solution, basically you need to give full path for xml file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shah</title>
		<link>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html/comment-page-2#comment-3830</link>
		<dc:creator>Shah</dc:creator>
		<pubDate>Wed, 23 Nov 2011 09:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=544#comment-3830</guid>
		<description>I am still getting error, I have my service1.xml created and placed at bin

Exception in thread &quot;main&quot; com.sun.xml.ws.streaming.XMLReaderException: Unable t
o create StAX reader or writer
        at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamR
eaderFactory.java:145)
        at com.sun.tools.ws.wscompile.WsimportOptions.parseBindings(WsimportOpti
ons.java:426)
        at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:171)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.tools.ws.Invoker.invoke(Invoker.java:116)
        at com.sun.tools.ws.WsImport.main(WsImport.java:52)
Caused by: java.io.FileNotFoundException: D:\apps\metro\service1.xml (The system
 cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.(FileInputStream.java:106)
        at java.io.FileInputStream.(FileInputStream.java:66)
        at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection
.java:70)
        at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLCon
nection.java:161)
        at java.net.URL.openStream(URL.java:1010)
        at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamR
eaderFactory.java:143)
        ... 8 more</description>
		<content:encoded><![CDATA[<p>I am still getting error, I have my service1.xml created and placed at bin</p>
<p>Exception in thread &#8220;main&#8221; com.sun.xml.ws.streaming.XMLReaderException: Unable t<br />
o create StAX reader or writer<br />
        at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamR<br />
eaderFactory.java:145)<br />
        at com.sun.tools.ws.wscompile.WsimportOptions.parseBindings(WsimportOpti<br />
ons.java:426)<br />
        at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:171)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.<br />
java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces<br />
sorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:597)<br />
        at com.sun.tools.ws.Invoker.invoke(Invoker.java:116)<br />
        at com.sun.tools.ws.WsImport.main(WsImport.java:52)<br />
Caused by: java.io.FileNotFoundException: D:\apps\metro\service1.xml (The system<br />
 cannot find the file specified)<br />
        at java.io.FileInputStream.open(Native Method)<br />
        at java.io.FileInputStream.(FileInputStream.java:106)<br />
        at java.io.FileInputStream.(FileInputStream.java:66)<br />
        at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection<br />
.java:70)<br />
        at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLCon<br />
nection.java:161)<br />
        at java.net.URL.openStream(URL.java:1010)<br />
        at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamR<br />
eaderFactory.java:143)<br />
        &#8230; 8 more</p>
]]></content:encoded>
	</item>
</channel>
</rss>

