1. Add child elements to custom SOAP header in Spring-WS stackoverflow.comI 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:
|
2. weblogic.webservice.core.soap.MessageFactoryImpl cannot be cast to javax.xml.soap.MessageFactory stackoverflow.comI am stuck with the following error when I deploy my web-services client application in weblogic. [This application has been working without any issues in tomcat.] Cannot resolve reference to ... |
3. Spring WS 1.5.7 + Saaj --- Memory Leak forum.springsource.orgWe are using Spring-WS 1.5.7 and having some memory leak issue with xalan.jar....We are using 2.5.2 version of xalan.jar. Approx 50% usage at Hashtable --- XMLReaderManager (com.sun.org.apache.xml.internal.utils) One instance of "com.sun.org.apache.xml.internal.utils.XMLReaderMa ... |
4. Weblogic(10.3.3) - Soap Fault Problem (Maybe SAAJ) forum.springsource.orgWeblogic(10.3.3) - Soap Fault Problem (Maybe SAAJ) Hi to everyone, I am using spring web services on client side. When I run my code on development env(only with main class, or ... |
5. java.lang.IllegalArgumentException: com.sun.xml.messaging.saaj.soap.LocalStrings != c forum.springsource.orgjava.lang.IllegalArgumentException: com.sun.xml.messaging.saaj.soap.LocalStrings != c This has probably been talked about before but seems like when I run my service with java 1.6 I am getting this error. I read one post ... |
6. SAAJ or Spring WS swallowing errors? forum.springsource.orgAug 9th, 2006, 04:41 PM #1 benethridge View Profile View Forum Posts Private Message Senior Member Join Date Feb 2006 Posts 150 SAAJ or Spring WS swallowing errors? Hi, Arjen (or ... |
7. Echo WS + SAAJ + Java 1.4 = ? forum.springsource.orgEcho WS + SAAJ + Java 1.4 = ? Hello, I need to create web services with Java 1.4 and I'm trying to use Spring WS for that. I get an ... |
8. Stream closed before response read with WebServiceTemplate + Axis SAAJ Soap Messages forum.springsource.orgStream closed before response read with WebServiceTemplate + Axis SAAJ Soap Messages Hi, I'm converting an existing SAAJ client into a Spring-WS client. I got the following error when the template ... |
9. WS Sequrity and non-saaj msg's forum.springsource.orgWS Sequrity and non-saaj msg's I use Spring-WS with an AxiomSoapMessageFactory and would like to implement WS-Security. Now i'm facing the problem of Spring-WS implementing WS-Security only for SAAJ messages: The ... |
10. NullPointerException at com.sun.xml.messaging.saaj.soap.MessageImpl (293) forum.springsource.orgNullPointerException at com.sun.xml.messaging.saaj.soap.MessageImpl (293) Hi I just tried the tutorial of creating Holiday Service however I got java.lang.NullPointerException when I tried to invoke the web service I just created Code: java.lang.NullPointerException ... |
11. org.springframework.ws.soap.saaj.SaajSoapEnvelopeE xception. Help me!! forum.springsource.orgDec 6th, 2007, 07:01 AM #1 phqngoc View Profile View Forum Posts Private Message Junior Member Join Date Nov 2007 Posts 2 org.springframework.ws.soap.saaj.SaajSoapEnvelopeE xception. Help me!! I wrote a web service ... |
12. java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/soap/SOAPPartImpl forum.springsource.orgjava.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/soap/SOAPPartImpl Hi, I configured the XwsSecurityInterceptor and get the following Error when processing a SOAP Request: Code: java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/soap/SOAPPartImpl at com.sun.xml.wss.core.UsernameToken. |
13. Deploying Web Service to Tomcat Using SAAJ and Saxon forum.springsource.orgDeploying Web Service to Tomcat Using SAAJ and Saxon I have developed a webservice using the AbstractJDOMEndpoint. It works fine in my embedded tomcat server in eclipse. When I deployed the ... |
14. Sample for SAAJ with WS forum.springsource.org |
15. Creating a SOAP(SAAJ) based webservice in Spring forum.springsource.orgHi , I want to create a SOAP based WS in Spring. The Spring tutorial doesn't talk about this topic much. How to do it with SAAJ. I saw there are ... |