2 Attachment(s)
how to deploy Spring WS with JaxBMarshaller
i tried to make all the configurations as given in spring web service documentation in web.xml and spring-ws-servlet.xml for MarshallingEndpoint with JaxBMarshalling/Unmarshalling.
I have used dynamic wsdl generation bean in spring-ws-servlet.xml
I have no idea how to deploy it to server so that it exposes it as web service.
By just deploying it as web application to oc4j server its not configuring it as service
I have attached the config files....
Somebody please help me in this issue...