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

On the WSDL you have a node called 'service'
<service name=".........">
and inside
<port name=".....Soap" binding="tns:........."> <soap:address location="http://some_url#getServerInfo"/> </port>
Is that location pointing to the right place?

--
olus

Replies are listed 'Best First'.
Re^4: SOAP SOAP::Lite Server
by rppowell (Novice) on Dec 03, 2007 at 20:08 UTC
    I have the following in the WSDL: What does the WSDL values have to do with the emulating the server in Perl/SOAP::Lite?
    -rppowell