Left this out... And in your web.xml...

        <servlet>
                <servlet-name>xfire</servlet-name>
                <servlet-class>
                        org.springframework.web.servlet.DispatcherServlet
                </servlet-class>
                <load-on-startup>2</load-on-startup>
        </servlet>

        <servlet-mapping>
                <servlet-name>xfire</servlet-name>
                <url-pattern>/services/*</url-pattern>
        </servlet-mapping>

So then your wsdl url would be

http://<your-host-name>:<your-port>/myapp/services/myapp?wsdl

Cheers,
Renier


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CTJUG 
Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---

Reply via email to