saaj « Web Service « Spring Q&A





1. Add child elements to custom SOAP header in Spring-WS    stackoverflow.com

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:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header>
  ...

2. weblogic.webservice.core.soap.MessageFactoryImpl cannot be cast to javax.xml.soap.MessageFactory    stackoverflow.com

I 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.org

We 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.org

Weblogic(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.org

java.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.org

Aug 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.org

Echo 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.org

Stream 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.org

WS 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.org

NullPointerException 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.org

Dec 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.org

java.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.(UsernameToken.java:182) at com.sun.xml.wss.core.UsernameToken.(UsernameToken.java:168) at com.sun.xml.wss.impl.filter.AuthenticationTokenFilter.getUserNameTokenFromMessage(AuthenticationTokenFilter.java:164) at com.sun.xml.wss.impl.filter.AuthenticationTokenFilter.processUserNameToken(AuthenticationTokenFilter.java:98) at com.sun.xml.wss.impl.HarnessUtil.processWSSPolicy(HarnessUtil.java:91) at ...

13. Deploying Web Service to Tomcat Using SAAJ and Saxon    forum.springsource.org

Deploying 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.org

Hi , 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 ...