Top "Saaj" questions

SOAP with Attachments API for Java

How to do a SOAP Web Service call from Java class?

I'm relative new to the webservices world and my research seems to have confused me more than enlighten me, my …

java web-services soap jax-ws saaj
NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces

Trying to retrieve the SOAP body from a SOAP response, but getting this error: NAMESPACE_ERR: An attempt is made …

java xml webservice-client xalan saaj
Setting socket read timeout with javax.xml.soap.SOAPConnection

I am using the javax.xml.soap API (javax.xml.soap.SOAPConnectionFactory, javax.xml.soap.SOAPConnection, and friends) to make …

java saaj
Unable to create SAAJ meta-factory after packaging as JAR

For testing an application I am creating SOAP messages. This works when run directly from Eclipse (Oxygen.1a) but after …

java eclipse jar saaj
problems creating SAAJ object model

i tried to send a SOAP request in jquery to third party but always got this error: <soap:Envelope …

java jquery jquery-ui html-escape-characters saaj
Unmarshalling SOAP Messages to java / or simply parsing SOAP message?

I am facing this problem for over than one month , so i would be realy pleased by your help , in …

java soap jaxb unmarshalling saaj
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 spring-ws saaj
Java SAAJ Basic Authentication

I have a basic SOAP service endpoint, actually SAP ECC, presenting a service. I have tested the service using SOAPUI 4.5, …

java web-services authentication soap saaj
Use default namespace in valid SOAP SAAJ envelope

Are these two soap messages valid ? The different part is the namespace attribute xmlns="http://www.sigvalue.com/acc". The …

java xml web-services soap saaj
What's the difference between MTOM and the attachment features provided by SAAJ?

SAAJ: SOAP with Attachments API for Java MTOM: SOAP Message Transmission Optimization Mechanism My simple understanding: they deal with SOAP …

soap jax-ws mtom saaj