I’m using ruby’s WSDLFactory to create an rpc driver to access the paypoint soap service and i need to see what xml request is being generated is there a way to do this code or should i try and use something like ethereal
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
wiredump_dev=and/orwiredump_file_base=.For example,
wiredump_dev = STDOUTwill output the generated request to the console andwiredump_file_base = "/tmp/soap_log_"will append the generated request to a file named soap_log_method_name_called.log