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 fact i am asking about a way that can let me parse a SOAP message (request) to can retrieve the needed[详细]
2023-04-04 08:23 分类:问答Send a SOAPMessage with SAAJ to a servlet on Tomcat
I have a web application running on Tomcat 6 and a Java-programmed client application. The client send SOAPMessage to a Proxy servlet that validate the message and forwards it to the right web service[详细]
2023-03-19 11:41 分类:问答Web Service Client in JBoss
I have an application deployed in JBoss (5.1.0.GA) that contains a web service client. The library that is making web service calls was provided as a compiled J开发者_如何转开发AR, so I can\'t make an[详细]
2023-03-18 17:34 分类:问答SOAP client for Android
I have faced up to building SOAP client for Android. I found out there is a ksoap2 lib from some posts, for example. But there is SAAJ (SOAP with Attachments API for Java) as well.[详细]
2023-03-14 22:00 分类:问答How to add CDATA section to SOAPMessage using SAAJ?
I\'m trying to add a cdata section to a soap message using saaj (axis2-saaj-1.5.4). I have an xml document which I would like to define as a cdata section and put it into an element inside the body of[详细]
2023-02-20 13:16 分类:问答Problem using jax-ws
I\'m using JAX-WS to contact Web-Service and get the following error: com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.internal.messaging.saaj.soap.LocalStrings[详细]
2023-02-01 05:09 分类:问答What approach could I use to unit test the output of SAAJ SOAPMessage?
I\'m using SAAJ to create SOAP envelops that contain XML content in the body and a group of attachments as HTTP multipart/mixed content, I need to create a unit test for the method that creates SOAPMe[详细]
2023-01-30 12:18 分类:问答DRM content with MM7 protocol Submit Request
I am creating a SOAP request to MMSC for posting DRM content (.dm file which is a 3gp video). I am using Saaj API for the same.[详细]
2023-01-27 06:36 分类:问答jaxp object caching for MessageFactory
Can the javax.xml.soap.MessageFactory be reused? I.e. msgFactory = MessageFactory.newInstance(); Can I cache msgFactory and reuse it to create new SOAPMessages as needed?[详细]
2023-01-25 06:27 分类:问答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 as shown here:[详细]
2023-01-22 19:33 分类:问答