http://www.perlmonks.org?node_id=888740


in reply to SOAP LITE return message

The script prints out "1 , 1"; I am assuming this is the faultcode and faultstring.

The faultstring is suposed to contain a human readable explanation;) The value "1" looks more like the value of an attribute to me. You can customize fault behavior, maybe that's what the server side did? As was mentioned before, turn (back) on tracing to find out what is going on. If possible, look what the server is supposed to send e.g. documentation?!

Harry

Replies are listed 'Best First'.
Re^2: SOAP LITE return message
by NewMonk2Perl (Sexton) on Feb 17, 2011 at 16:15 UTC
    Based on the return message that are printed on the Excel spreadsheet we should get either :
    "Success: Record Submitted - Return From CallNow Service: SUCCESS: Ass +igned to List 841" OR "Success: Record Submitted - Return From CallNow Service: ERROR: Dupli +cate Record already exist in list table - Insert Aborted" I turned on Trace and I get multiple error msgs below: SOAP::TRANSPORT::HTTP::CLIENT::send_Receive::HTTP/1.1 500 Internal Err +or.
    Im not sure what that means. -Paul
        Hey thanks for the links! Thats the exact same errors I got. But my SOAPACTION looks correct because it doesnt have the # character. I will let you know if this solves my issue. Thanks again..