Re: wsdl problem exposing a service with servicemi-http

2006-03-22 Thread Guillaume Nodet
Yes, this is a limitation. Please raise a JIRA for that as this can be a real problem. Cheers, Guillaume Nodet On 3/22/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > it worked many thanks. > I misunderstood the meaning of the endpoint parameter. I thought that it > would be the name of a new

Re: wsdl problem exposing a service with servicemi-http

2006-03-22 Thread Raffaele Spazzoli
it worked many thanks. I misunderstood the meaning of the endpoint parameter. I thought that it would be the name of a new endpoint, a sort of alias. This raises another question: is there a way to proxy a an interal endpoint with a different name? what happen if I try to proxy an internal endpoin

Re: wsdl problem exposing a service with servicemi-http

2006-03-21 Thread Guillaume Nodet
Make sure that the target endpoint of the servicemix-http matches your corba endpoint and the wsdl and that you do not set the wsdlResource in your xbean config. Given your wsdl, it should be service: {http://it.imolinfo.jbi4corba.test.webservice.generator} EchoService endpoint: EchoServiceJBIPor

wsdl problem exposing a service with servicemi-http

2006-03-21 Thread Raffaele Spazzoli
I'm trying have the following configuration corbaservant <---> corba BC <---> jbiesb <---> servicemix-http <---> soap client The call execution works so i think I have correctly configured the servicemix-http service assemby. When I try to get the wsdl document for that service I get this from MC