amit520 has asked for the wisdom of the Perl Monks concerning the following question:

Hi there, I'm trying to write a client implementation to work against a Web Service with WSDL interface. I'm using the perl modules SOAP::Lite and SOAP::WSDL. The Web Service WSDL interface is using the element "import", to have a good separation of the different elements of a service definition into independent documents. Problem is that the import element does not take, and I'm not sure this feature is indeed supported in the perl modules I mentioned. If it does being supported by the modules, can you direct me to an example with such implementation? Thanks much, amit520.