User Profile

Collapse

Profile Sidebar

Collapse
Unite
Unite
Last Activity: Aug 8 '08, 01:51 PM
Joined: Mar 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Unite
    started a topic Transfer File Via SOAP
    in Java

    Transfer File Via SOAP

    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
    See more | Go to post

  • Unite
    replied to Array in ArrayList
    in Java
    You sir are my hero. Worked like a charm. Thank you very much....
    See more | Go to post

    Leave a comment:


  • Unite
    started a topic Array in ArrayList
    in Java

    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") ;...
    See more | Go to post
No activity results to display
Show More
Working...