spring-ws
org.apache.xml.security.encryption.XMLEncryptionException: Illegal key size or default parameters
Hi when i am trying to add securement Encryption Sym Algorithm in spring ws configuration it is giving following exception :[详细]
2023-04-12 22:58 分类:问答org.springframework.ws.client.WebServiceTransportException: Proxy Error [502]
I am getting below error when I am trying to call the webservice through my client : I am using Spring WS -> Wss4jSecurityInterceptor. and Using Private and public key for encryption and decryption.[详细]
2023-04-12 16:32 分类:问答Unable to access web service endpoint: Spring-WS 2
I\'m new to Spring-WS and I have defined an endpoint based off a schema generated from JAXB annotated classes. However, when I try to access the endpoint via soapUI, I get the following error along wi[详细]
2023-04-12 15:05 分类:问答Debugging Spring-WS request from MessageDispatcher to Endpoint?
Is there a way to debug step-by-step what happens on a web service request in Spring-WS from the time the request is sent to the MessageDispatcher until it reaches my Endpoint (including EndpointMappi[详细]
2023-04-12 11:07 分类:问答I am getting following error can anybody guide what exactly it is?
DEBUG [client.core.WebServiceTemplate] Received error for request [SaajSoapMessage {http://www.w3.org/2001/04/xmlenc#}EncryptedData][详细]
2023-04-12 04:46 分类:问答How to ignore base64binary fields when logging SOAP messages?
I am using Spring\'s SoapEnvelopeLoggingInterceptor to log SOAP requests/responses. Some of the requests/responses contains base64Binary f开发者_如何学编程ields which takes up a lot of space in the[详细]
2023-04-06 06:41 分类:问答spring ws security - authentication from request header?
I\'m looking for a way to secure a web service whereby the user id is to be got from the request headers.[详细]
2023-04-02 15:08 分类:问答How do I test a Spring-WS webservice that Requires soapHeaders?
I have a spring-ws (2.0.2) service I have implemented that requires some custom elements in the soap header.I am trying to use Spring\'s MockWebServiceClient to ge开发者_StackOverflownerate a valid re[详细]
2023-04-01 21:44 分类:问答Sending SOAP attachment with Camel+Spring WS?
i have been trying to send SOAP attachment using Camel+SpringWS. Following is code inside my RouteBuilder class, endpoint is working properly i have already got empty SOAP response:[详细]
2023-04-01 19:09 分类:问答spring web services -how do I get the string payload in a method endpoint?
How can I get the incoming XML payload as a String parameter in spring ws endpoint method? For e.g. I have the following code, notice that I get the XML as a JDOM Element, which I now need to convert[详细]
2023-03-29 19:40 分类:问答