in reply to Re^3: SOAP SOAP::Lite Server
in thread SOAP SOAP::Lite Server

I have the following in the WSDL:
<service name="PMQueue"> <documentation>gSOAP 2.7.0d generated service definition</documentat +ion <port name="PMQueue" binding="tns:PMQueue"> <SOAP:address location="http://localhost:88"/> </port> </service>
What does the WSDL values have to do with the emulating the server in Perl/SOAP::Lite?
-rppowell