dataminers wrote:
Ok, php and .net are different platform. So data structers are different. Normally different platform can not talk each other.
that's totally incorrect. the whole point of service oriented architectures is so that disparate systems can work together. C# can talk to java, java can talk to php, php can talk to C# and vice versa. it doesn't matter what the source or destination languages are, as long as they can serialize/encode and deserialize/decode an http request / response to and from SOAP.