Spring demo client

2007-10-24 Thread 曾信誠_thc
hi all. I got a question about spring demo in CXF document. Follow the article, I have built the environment, publish service on Tomcat setting client, etc. However, when I try to get service response, i got a problem just like the article posted on 06 Aug 2007, the title is spring demo client I

Re: Spring demo client

2007-10-24 Thread Willem Jiang
setting client, etc. However, when I try to get service response, i got a problem just like the article posted on 06 Aug 2007, the title is spring demo client I`ll guess that something going wrong after service try to generate response Dont know if this problem has been solved yet, any suggestion

spring demo client

2007-08-06 Thread lllgg
(JaxWsClientProxy.java:135) ... 2 more -- View this message in context: http://www.nabble.com/spring-demo-client-tf4222603.html#a12012003 Sent from the cxf-user mailing list archive at Nabble.com.

Re: spring demo client

2007-08-06 Thread Randall Burgess
On 8/6/07 3:22 AM, lllgg [EMAIL PROTECTED] wrote: I would use ClassPathXmlApplicationContext instead of ClassPathResource. ClassPathXmlApplicationContext res = new ClassPathXmlApplicationContext(applicationContext.xml); HelloWorld client = (HelloWorld) res.getBean(testclient); This assumes that

Re: spring demo client

2007-08-06 Thread Daniel Kulp
Any chance of getting a tcpdump log of the interaction? From the stack trace, it looks like the the response that came back from the server is not a valid SOAP message. Dan On Monday 06 August 2007 03:22, lllgg wrote: hi,everyone I have a try to start the spring demo,I achieved the

Re: spring demo client

2007-08-06 Thread lllgg
the intended recipient(s) shall not be deemed a waiver of confidentiality and/or a privilege. -- View this message in context: http://www.nabble.com/spring-demo-client-tf4222603.html#a12027004 Sent from the cxf-user mailing list archive at Nabble.com.

Re: spring demo client

2007-08-06 Thread Willem Jiang
Hi , Which version of CXF are you using? Can I have a look at your client side test code? It looks like the connection between the client and server is broken from your stack trace. It may be the client exited before the server sent response back. Did you use the tcpmon[1] to catch the

Re: spring demo client

2007-08-06 Thread lllgg
by return email. Delivery of this Message to any person other than the intended recipient(s) shall not be deemed a waiver of confidentiality and/or a privilege. -- View this message in context: http://www.nabble.com/spring-demo-client-tf4222603.html#a12027246 Sent from