On Mon, Sep 1, 2008 at 7:32 AM, Ramkumar R <[EMAIL PROTECTED]> wrote:
> > On Fri, Aug 29, 2008 at 7:31 PM, Simon Laws <[EMAIL PROTECTED]>wrote: > >> >> Hi Ram >> >> Sounds like a JIRA to me if this is really the case. Can you check that >> the WSDL that was actually being read as part of the contribution is the >> WSDL that you changed? >> >> Simon >> > > Hi Simon, > > I could see the error message is being thrown, when the interface name > HelloWorld mentioned in the composite as shown below > > <interface.wsdl > interface="http://helloworld#wsdl.interface(HelloWorld)<http://helloworld/#wsdl.interface%28HelloWorld%29>" > /> > > does not match with the portType name mentioned in the wsdl/helloworld.wsdl > file as shown below. > > <wsdl:portType name="HelloWorld2"> > > Please suggest if there are other ways to verify that this WSDL is actualy > being read as part of the contribution. > > -- > Thanks & Regards, > Ramkumar Ramalingam > Ok Ram it seems that you are picking up the right WSDL. Can you say more about the WSDL not being validated when the service is exposed, For example, what happens when you try to send a message to the service? Simon
