Forum: RSS, Web Services and SOAP May 27th, 2009 |
| Replies: 2 Views: 2,511 Hi, this is my final project. I have generated an xml string, this is my code:
import java.io.StringReader;
import java.io.IOException;
import javax.xml.parsers.DocumentBuilder;
import... |