| support-joy wrote: |
| stanlick,
Could you provide more details to help me investigate. Please answer below queries - 1. Is your installation details same as you have mentioned here - http://myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=131001#131001 If you are using a different IDE, please do the following open IDE, from menu options click on MyEclipse > Installation Summary > Installation Details > [Copy to Clipboard] and paste the same here Yes 2. Please attach your application-context.xml here <?xml version="1.0" encoding="UTF-8"?> -<beans xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd" xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans"> <bean p:baseAddress="http://localhost:8888/services/" class="org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter"/> </beans> 3. Please list the steps in detail to help me replicate here import org.springframework.ws.server.endpoint.annotation.Endpoint 4. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and attach file here Sorry for the inconvenience. |