Posted By:
Mike_Burdick
Posted On:
Sunday, October 16, 2005 11:32 AM
My web service has SOAP::Lite installed. My problem is that I can't run a Perl script with any of the functions in SOAP::SOM like header(), body(),fault() and valueof(), etc. The script just stops when I hit any of those functions. However, I can enter the code line "$som = SOAP::SOM->new($response);", where $response is the soap xml file, and that line works okay. But if I use any of the functions the script will just stop. The script cannot find the function. I have "use SOAP::Lite;" in the script and my script has no problem requesting and recieving a soap request.
What is the problem?
Thanks in advance!