Ignore:
Timestamp:
Mar 31, 2011 10:07:29 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
9f8dbc1
Parents:
56baf92
Message:

Create works!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • axis/MultiStatus.java

    r56baf92 r10f5e84  
    2020       
    2121        FeddPortType port = getPort("https://users.isi.deterlab.net:23235");
    22         setUpSecurity();
    2322        /*
    2423         * The various parts of the MultiInfo message and response
     
    3231            resp = port.multiInfo(req);
    3332        }
    34         catch (FaultType e) {
     33        catch (Exception e) {
    3534            System.out.println(e);
    3635            System.exit(0);
Note: See TracChangeset for help on using the changeset viewer.