I\'m customizing a shopping cart application in php. In this application, I have to integrate some parts with another C#.net application, so I\'m using a webservice in a php
My guess is that the reason the Dictionary isn't working with the web service call is that Dictionary isn't serializable. Try a SerializableDictionary instead; there's an implementation here: