> The user > can specify any function even without WSDL provided they explicitly give > the signature. If they have a WSDL, then the signature can default to > that specified in the WSDL. > In non-WSDL case, how are we to get to know the format of the payload to be prepared? Soap ext uses SoapParam for this case. Samisa...