Re: configuring the WSDL generator at serviceUrl?wsdl

2008-12-16 Thread raft
two weeks passed but the mystery remains unsolved.. raft wrote: > > np ;-) so we agreeded on the problem.. > > On Tue, Dec 2, 2008 at 11:44 PM, Benson Margulies > wrote: >> OK, now I've got the picture. I guess I've run you around in a circle >> to ge

Re: configuring the WSDL generator at serviceUrl?wsdl

2008-12-02 Thread raft
hi, i'm not sure i correctly understand the notion here. what exacty do you mean by service factory options/settings ? are they the one defined at endpoint ? my endpoint definition, interface and implementation is below. once again if required i can send my data types too

Re: configuring the WSDL generator at serviceUrl?wsdl

2008-11-28 Thread raft
unfortunately not. there is no import in generated wsdl. you can see it in the attached file http://www.nabble.com/file/p20734776/tmp.wsdl tmp.wsdl ianroberts wrote: > > raft wrote: >> hi Ian, >> >> no, my types are completely missing. only request and response

Re: configuring the WSDL generator at serviceUrl?wsdl

2008-11-28 Thread raft
rface xx.service.web.impl : service implementation xx.dto : data types xx.dto.sub : more data types ianroberts wrote: > > raft wrote: >> thank you Daniel :) that reduced the number of wsdl files to one. >> >> but i have also noticed that my types aren't included in the schem

Re: configuring the WSDL generator at serviceUrl?wsdl

2008-11-28 Thread raft
Tomcat (or whatever web app > container you're using) and see what happens when you request the > ?wsdl page. > > As in -- http://wiki.apache.org/tomcat/FAQ/Developing#Q1 > > Although having said that, I'm not sure where you'd put the > breakpoint. Bit of a n

Re: configuring the WSDL generator at serviceUrl?wsdl

2008-11-28 Thread raft
i'm a newbea in web services so excuse me if i asked something stupid :) but can someone please answer my question ? thanks.. r a f t raft wrote: > > thank you Daniel :) that reduced the number of wsdl files to one. > > but i have also noticed that my types aren't

Re: configuring the WSDL generator at serviceUrl?wsdl

2008-11-26 Thread raft
?wsdl ? isn't it a part of cxf ? if so i don't understand why java2ws and ?wsdl generates different results thanks, r a f t dkulp wrote: > > On Wednesday 26 November 2008 11:12:24 am raft wrote: >> hello, >> >> i'm using java first approach. the java2ws and se

configuring the WSDL generator at serviceUrl?wsdl

2008-11-26 Thread raft
hello, i'm using java first approach. the java2ws and serviceUrl?wsdl generate different forms of wsdl documents. to be precise the later generates two wsdl documents where one imports the other. is it possible to change this behaviour ? is it possible to configure or specify the wsdl generator r