soaplite

Remote function call using SOAP::Lite

笑着哭i 提交于 2019-11-28 12:17:01
问题 I'm trying to write a client application in Perl using SOAP::Lite. I am trying to call a specific function, but I cannot seem to get the parameters right. I keep getting a response back saying "Found more elements in the soap envelope than required by the WSDL", but no more information beyond that. Is there any way in SOAP::Lite to directly find out the parameters needed for the remote procedure call? Thank you. 回答1: I navigated by a combination of reading the WSDL and dumping out SOAP::Lite