Smallest footprint Java soap server
Can someone enlighten me on the smallest soap server (java implementation) in terms of memory which is available currently ?
Re: Help wanted !!! Parameter types.....
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