Top "Saaj" questions

SOAP with Attachments API for Java

How to remove prefix and namespace in SOAPElement?

Collogues, i have cycle which create soap xml with nessesary structure (don't ask about the structure) log.info("Body elements: "); …

java xml dom wsdl saaj
Wildfly 8.2/undertow read time out

I recently migrated my project from jboss4 to wildfly 8.2 with java1.8. I have a webservice call using SAAJ which runs …

java-8 wildfly wildfly-8 saaj undertow
How to fix Invalid Content-Type:text/html in SOAP client using Java

I am trying to send a request to http://www.webservicex.com/globalweather.asmx I tried running this SOAP Webservice …

java soap jax-ws saaj
weblogic.webservice.core.soap.MessageFactoryImpl cannot be cast to javax.xml.soap.MessageFactory

I am stuck with the following error when I deploy my web-services client application in weblogic. [This application has been …

spring weblogic classpath saaj
com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl cannot be cast to oracle.j2ee.ws.saaj.soap.MessageImpl

I have the following error: Exception: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: com.sun.xml.…

java weblogic saaj
What SAAJ package is used by WebLogic

I have had many problems because there are different SAAJ packages with SOAP classes: com/sun/xml/internal/messaging/saaj/…

soap weblogic weblogic11g saaj