Skip to main content

SOAP : API"s to use in java for Interoperatability



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


Comments

  1. 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.

    But 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).

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?