06-10-2011 06:30 PM
Ok, hopefully last SOAP question. Does J2ME support... I guess you would call it attributes (since that is what they are in XML which SOAP is based off of).
Basically I have an ovrloaded type, Base type is "TypeA", then I have "TypeB extends TypeA". The SOAP message needs to have the attribute ' type="TypeB" '.
Is there anyway to do this? I couldn't really find something in the JSP that supports or denies it.