On Sun, Aug 21, 2011 at 1:58 PM, robert lazarski <robertlazar...@gmail.com> wrote: > On Sun, Aug 21, 2011 at 1:33 PM, seba.wag...@gmail.com > <seba.wag...@gmail.com> wrote: >> Hi Robert, >> >> I have exactly read and applied this one first. >> >> You mean: >> <service name="SpringAwareService"> >> <description> >> simple spring example >> </description> >> <parameter >> name="ServiceObjectSupplier">org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier</parameter> >> <parameter name="SpringBeanName">springAwareService</parameter> >> <operation name="getValue"> >> <messageReceiver >> class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/> >> </operation> >> </service> >> >> => It results in a situation where the WSDL file is generated but ZERO >> methods are in the Service. >> >> If you manually add one like this: >> <operation name="getValue"> >> >> (of course with a different method name that really exist in our case >> and with a SpringBean that does exist et cetera it results in: >> Service Object cannot be found ... which means that much like it was >> not able to find the Bean. >> >> >> Sebastian >> > > I'm not sure what exactly your problem is - you've mentioned at least > loading order, wsdl issues and ungenerated methods, best I can tell. > The axis2 spring integration guide requires you follow it exactly, and > works when done so. You are pasting incomplete configs and no stack > traces, so its hard to see where you are going wrong. I don't think > you mentioned what version of axis2 you are using, but I suggest you > try going over the guide another time as it typically works for > everyone eventually. >
If all else fails, if you paste all your configs as outined in the guide, and you stack traces, on the latest released axis2, I'll see if I can help. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org