Smallest footprint Java soap server

2001-05-29 Thread Raghu Tholasendrapuram
Can someone enlighten me on the smallest soap server (java implementation) in terms of memory which is available currently ?

Re: Help wanted !!! Parameter types.....

2001-05-29 Thread Raghu Tholasendrapuram
Assume that acctId is an integer of value 123456 then the parameter should be added as follows. Integer acctId = new Integer(123456) ; params.addElement(new Parameter("acctId", java.lang.Integer.class, acctId, Constants.NS_URI_SOAP_ENC)); -Raghu - Origi