RE: Local transport testing of jax ws services

2013-12-18 Thread Jason Pell
il.com] > > Sent: Dienstag, 17. Dezember 2013 22:36 > > To: users@cxf.apache.org > > Subject: Local transport testing of jax ws services > > > > Hi > > > > I have been using local transport for testing of my rest services very > happily > > by maki

RE: Local transport testing of jax ws services

2013-12-18 Thread Andrei Shakirin
. Regards, Andrei. > -Original Message- > From: Mandy Warren [mailto:mandys.in...@gmail.com] > Sent: Dienstag, 17. Dezember 2013 22:36 > To: users@cxf.apache.org > Subject: Local transport testing of jax ws services > > Hi > > I have been using local transport for

Local transport testing of jax ws services

2013-12-17 Thread Mandy Warren
Hi I have been using local transport for testing of my rest services very happily by making use of the WebClient class. Here I can specify the address of the WebClient to be a local:// address. I am using the JaxWsProxyFactoryBean at the moment for testing my soap services but realise now that