Re: [Catalyst] Catalyst::Controller::SOAP "no operation `index' for portType" error

2008-11-28 Thread Ian Sillitoe
> > Hmm - the subclassed controllers work, but the original one with 'sub > index' does not, no matter what I try (:Local, :Path('')). > > When I read the code for C::C::SOAP::DLW it has: > > sub rpc_endpoint :Path('') :ActionClass('SOAP::DocumentLiteralWrapped') { > }; > > instead of index. > So

Re: [Catalyst] Catalyst::Controller::SOAP "no operation `index' for portType" error

2008-11-28 Thread Zbigniew Lukasiak
On Thu, Nov 27, 2008 at 10:10 PM, Ian Sillitoe <[EMAIL PROTECTED]> wrote: > I've been playing with this recently. What have you actually defined your > endpoint to be in the WSDL? > > > > ... > > > >http://example.com/service"/> > > > > Here is t

Re: [Catalyst] Catalyst::Controller::SOAP "no operation `index' for portType" error

2008-11-27 Thread Ian Sillitoe
I've been playing with this recently. What have you actually defined your endpoint to be in the WSDL? ... * http://example.com/service"/>* I think the example in the synopsis shows you how to set up an endpoint for: /service/index Which th

[Catalyst] Catalyst::Controller::SOAP "no operation `index' for portType" error

2008-11-27 Thread Zbigniew Lukasiak
Hi, I have a SOAP controller based on WSDL. Maybe I confused something but I understood that I need to add # this is the endpoint from where the RPC operations will be # dispatched. This code won't be executed at all. # See Catalyst::Controller::SOAP::RPC. sub index :Local SOAP(