Questions tagged [jaxm]
6 questions
6
votes
1 answer
What is the difference between JMS / JAXM / JAX RPC / Web Service / JAX-WS?
I am trying to learn different web services to understand what they are used for. But, I am confused as these terms overlap frequently. I would appreciate if someone can tell me briefly what are the differences between these terminologies. I came…

Nithin
- 153
- 3
- 6
1
vote
2 answers
Replacement for JAXMServlet?
I am maintaining an application that has classes (written in 2005) that extend javax.xml.messaging.JAXMServlet. While upgrading to a new app server that implements the latest J2EE standards, I discovered that JAXMServlet was removed in JWSDP 2.0…

Ed Griebel
- 631
- 9
- 22
1
vote
1 answer
JAXM soap message parsing
I am getting the following XML back from a .net service:
Dean
0
votes
1 answer
0
votes
1 answer
How to get dtd and xml file from keyboard?
I am doing some xml validation tool. So i need code how to get dtd and xml file from keyboard as argument. My code is below. Please advise me. I am newer in java.
public class ValidateXML
{
public static void main(String args[]) {
try{
File…

Rishi
- 95
- 2
- 9
0
votes
0 answers
How to open XML with XSL file in Applet?
I have XML and XSL file and I have also declared XSL in XML file. So I want to open XML file in Java JApplet. So If possible any component is there in Java?
..

Rishi
- 95
- 2
- 9