- This topic has 5 replies, 3 voices, and was last updated 16 years, 10 months ago by salvatore.
-
AuthorPosts
-
elihusmailsMemberwhere can I find some good tutorials on using MyEclipse to build Web Services. I have tried this page:
http://www.myeclipseide.com/ContentExpress-display-ceid-82.html
and get stuck at the “Web Services Testing” step. I am not sure how to get to that screen. Other than the link above, I have not found many good tutorials.
Thank you.
Brian FernandesModeratorHi,
Do have a look at our integrated tutorials.
Start Eclipse and go to Help > Help Contents > MyEclipse Learning Center > Web Services Development > Getting Started > Code-First Web Service Development. Section 8 covers testing.You can also access this documentation online here: http://www.myeclipseide.com/images/tutorials/quickstarts/webservices-codefirst
Let us know if you require further assistance.
elihusmailsMemberThank you.
I tried the example you pointed me to, and I get stuck at step 8. Here is the Tomcat output:
Jan 4, 2007 2:54:21 PM org.codehaus.xfire.handler.DefaultFaultHandler invoke
INFO: Fault occurred!
com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col {unknown-source}]: [1,0]
at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:628)
at com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2021)
at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:1927)
at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1054)
at org.codehaus.xfire.soap.handler.ReadHeadersHandler.invoke(ReadHeadersHandler.java:44)
at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.transport.DefaultEndpoint.onReceive(DefaultEndpoint.java:64)
at org.codehaus.xfire.transport.AbstractChannel.receive(AbstractChannel.java:38)
at org.codehaus.xfire.transport.http.XFireServletController.invoke(XFireServletController.java:301)
at org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:130)
at org.codehaus.xfire.transport.http.XFireServlet.doGet(XFireServlet.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:619)
elihusmailsMemberHere is more information:
Eclipse 3.2.1
MyEclipse 5.1 GA
CentOS 4.4
JDK 1.5.0_07
Tomcat 5.5.17
elihusmailsMemberI think I figured it out. Sorry for the confusion.
salvatoreMemberPlease could you post what is the fix to this error???
I’m stuck on this and I’m not able to find out a solution.
thanx in advance
SasÃ
-
AuthorPosts