Can you send me your WSDL or send a link.? I would just like to compare with mine.
I'll send it to you.
With Question2: I meant there are tools available which would create a SOAP request and send it to Port. and retreive a SOAP response as XML file. like XML SPY. download the evaluation version and see whether your getDescriptionAvailable function is executing fine. Or you cna use simple perl script.
Yes, I used gSOAP's DEBUG functionality and examined both xml messages, the request response: they're ok.
In my case, it is working fine. the error seem to have resolved with regards to printing ArrayOfProperty but this has to be changed in the bean/array mapping. Does your deploy.wsdd show all the beanmapping or typemappings of Property and Description. It is here axis specifyies whether to use beanserializer or arrayserializer or arraylistserializer
Actually, I don't have a deploy.wsdd. Is it required to create a client?
Thanks Jinesh, Eric