spring-ws
Can I use Spring MVC and Spring WS in one single application?
Basically there is a back-end application that is exposing both SOAP as well as RESTful services. I have decided to use[详细]
2023-01-23 07:49 分类:问答Spring returning custom soap faults
I am using spring webservices to expose my services as web services. I defined my Soap fault element like this[详细]
2023-01-22 22:05 分类:问答Add child elements to custom SOAP header in Spring-WS
I am calling a SOAP webservice with Spring-WS.The webservice in question requires me to pass some information in the SOAP header as shown here:[详细]
2023-01-22 19:33 分类:问答Spring-WS: How generate the WSDL without having to start the web service?
We use Spring-WS as the basis for implementing a web service (with the WSDL generated by the framework). As well as a WAR file our build produces a client side JAR (for use by our Java clients and our[详细]
2023-01-19 02:06 分类:问答How to use springsource tool suite for spring web service development?
How to use springsource tool suite for spring web service development? quick start of how li开发者_JS百科nk/guidance is requiredHere is a link showing almost everything step by step and you can even s[详细]
2023-01-16 22:46 分类:问答Spring Webservices : What should be good starting point?
I am totally new to Spring Web Services and so what concept should I start concentrating on and where should I be looking for them and in general what steps would you recom开发者_StackOverflowmend to[详细]
2023-01-15 23:45 分类:问答Cannot read the token from the 'SignatureConfirmation' element..(Java-WCF)
I have a WCF(3.5) client talking to a Java Web Service (Spring-WS, WSS4J), the client fails while recieving the response from server giving the following exception message[详细]
2023-01-15 01:31 分类:问答Spring-WS SecurityInterceptor operation level
I have a Spring-WS service using PayloadRootAnnotationMethodEndpointMapping that has several interceptors:[详细]
2023-01-14 11:49 分类:问答Spring ws : how to access to the size of an AxiomAttachment
In order to get an attachment i have the following code in an endpoint : @PayloadRoot(localPart = REQUEST_ELEMENT, namespace = MODELES_V1_0_URI)[详细]
2023-01-13 10:00 分类:问答No endpoint mapping found
Hi I created my first web service. It work fine but now I need to solve some special situation. First situation is mention here Spring Web Services - Exception Skipping ExceptionResolver but there isn[详细]
2023-01-13 00:00 分类:问答