Question may be simple / asked many times.
Could not get the Correct answer (including google--yahoo).
Question : Which DataType API's( List, Array ,String,int...) of Java / J2EE sdk to use for
SOAP messages so as the same can be consumed by Other Languages ( eg : - php/.net/cfx/.....)
with regards karthik
I don't think that you are limited as long as you don't make any circular data structures since those are not available in XML representation.
ReplyDeleteBut it is in general usually easiest to keep your objects/types quite simple. I've for example has problem with XML structures deeper than 3 nodes when using kSOAP (older version).