in reply to Re^2: Accessing Attributes in Web Servie message - Server Side
in thread Accessing Attributes in Web Servie message - Server Side
Thank you Thank you Thank you. I'm using the STDIN to grab the raw data and parse it. I had no idea I could do that. My new problem is sending back a message to the client. If I just "print $xml" where $xml is the STDIN message, it works. If I want to send something else back it doesn't work. How do I send a customized message back to the client if I'm using STDIN to receive the message?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Accessing Attributes in Web Servie message - Server Side
by Anonymous Monk on Mar 01, 2016 at 20:37 UTC |