Re: jaxws_dispatch_provider demo

2007-12-10 Thread Eric Le Goff
FWIW I fixed the issue by replacing "foobar.com" with "foobar.net" I must admit that I don't understand why it now works... -- Eric Le Goff

Re: jaxws_dispatch_provider demo

2007-12-10 Thread Eric Le Goff
uot;); > > SOAPService1 service1 = new SOAPService1(wsdlURL, serviceName1); > > Cheers, > Jervis > > > > > -Original Message- > > From: Eric Le Goff [mailto:[EMAIL PROTECTED] > > Sent: 2007年12月7日 23:47 > > To: cxf-user@incubator.apache.org

RE: jaxws_dispatch_provider demo

2007-12-09 Thread Liu, Jervis
(wsdlURL, serviceName1); Cheers, Jervis > -Original Message- > From: Eric Le Goff [mailto:[EMAIL PROTECTED] > Sent: 2007年12月7日 23:47 > To: cxf-user@incubator.apache.org > Subject: jaxws_dispatch_provider demo > > I have playing with the jaxws_dispatch_provider demo sample after a

Re: jaxws_dispatch_provider demo

2007-12-09 Thread James Mao
Haven't looked it deeper, but firstly you should check if the modified xml still well-formed, you can check that with a browser. Cheers, James I have playing with the jaxws_dispatch_provider demo sample after a recent svn checkout Then I tried to update the source files to try and under

jaxws_dispatch_provider demo

2007-12-07 Thread Eric Le Goff
I have playing with the jaxws_dispatch_provider demo sample after a recent svn checkout Then I tried to update the source files to try and understand how this works ;) 1 ) in wdsl/hello_world.wsdl I replaced every occurence of "http://apache.org/hello_world_soap_http"; to "ht