I think, the reason why this problem occurs is because of the combination of usin "unwrapped" elements in my wsdl and the wsdl importing the schema defined in a different namespace.
The input parameter to "getUser" operation defined in the wsdl, is userContactBean which is in a namespace that is different from the wsdl's namespace. The incoming SOAP element's root object is "userContactBean" and since its namespace is different to that of the service namespace, the SOAPMessageBodyBasedDispatcher cannot locate the service. This is my theory. Can someone ratify this. Also, if i were to continue using "unwrapped" style, what do i need to do to overcome this service location issue. Thanks in advance. vedha On Thu, 2007-02-01 at 14:44 -0800, Vedha Vijayan wrote: > Yes, the services.xml does describe the UserService. I've attached the > services.xml file and the wsdl. > > Thanks, > vedha > > On Thu, 2007-02-01 at 17:36 -0500, Sathija Pavuluri wrote: > > Does your services.xml describe the UserService? > > > > > > > Hi, > > > > > > I'm having trouble fixing the "Service not found operation terminated" > > > problem. > > > > > > The end point in my wsdl in > > > "http://localhost:8080/Comergent/ws/matrix/services/UserService". I've > > > turned on logging and i see in the logs on the server side, that the > > > 'RequestURIBasedDispatcher handler is trying to parse the request URI > > > which is > > > "http://localhost:8080/Comergent/ws/matrix/services/UserService", same > > > as the defined in the wsdl. However, the RequestURIBasedDispatcher does > > > not find the service and neither can any of the other dispatchers find > > > the service. The soap action does have the operation parameter > > > (action="urn:getUser") set. I've configured axis2 as an embedded webapp. > > > Is this causing the problem when the dispatchers are trying to locate > > > the service? Can anyone let me know where i've gone wrong. > > > > > > Thanks in advance, > > > vedha > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Vedha Vijayan Senior Software Engineer Comergent Technologies Inc. Ph: 650 232 5833 Fax: 650 232 6010 Email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
