spring-ws icon indicating copy to clipboard operation
spring-ws copied to clipboard

namespace [SWS-602]

Open gregturn opened this issue 15 years ago • 0 comments

Prasad opened SWS-602 and commented

<bean class="org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping">
<property name="mappings">
<props>
<prop key="{http://www.averconsulting.com/echo/schemas}EchoRequest" //--> I am getting error at this line

echoEndpoint</prop>
</props>
</property>
<property name="interceptors">
<bean
class="org.springframework.ws.server.endpoint.interceptor.PayloadLoggingInterceptor"
/>
</property>
</bean> Which ever site I visit they are saying that it should be same as the namespace in xsd. For a sample echo example which is existing on the net I can give this namespace mentioned by them. How about if I have a totally different schema for a different project. I am using Netbeans and Glassfish as serve. Let me saythe contestpath of my application is /springws. so It will be deployed at http://localhost:8080/springws. What should I give as my name space.


Affects: 1.5.8

gregturn avatar Feb 08 '10 22:02 gregturn