I have a java program and want to transfer a "file.xml" via soap to a soap server (php). Any help or references to transfer files over soap using java? Is there a class that converts raw XML to SOAP that a soap servlet can read it?
Any help greatly appreciated
Thanks
Unite
User Profile
Collapse
-
You sir are my hero. Worked like a charm. Thank you very much.... -
Array in ArrayList
I have a ArrayList which I add a Array to. How will I access the array from the ArrayList?
Example :
/*Storing the array*/
String[] Container = new String[3];
ArrayList arr =new ArrayList();
ResultSet rec1 = st.executeQuery ("SELECT * FROM HistoryHeader WHERE DocumentDate BETWEEN '"+startDate +"' AND '"+endDate+"'") ;
while(rec1.next ()) {
Container[0] = rec1.getString( "DocumentType") ;...
No activity results to display
Show More
Leave a comment: