This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem with soap

Hello,
we are using astaro 5.203 with http-proxy (transparent) and VS and Contenfilter active (extremistic, nudity, spyware). No embedded objects or scripts are striped. But using soap reqests from inside to outside looks like a hanging connection. The only informations found for the specific ip-adress is:

contentfilter.log:2005:06:17-14:27:13 (none) contentfilter[1523]: Profile profile_0 starting  for: protocol:'http', user:'', facility:'request', src_address:'10.2.13.47'  RESULT:'200', REASON:'', LAST SCANNER:'/usr/lib/libcofs.so'
contentfilter.log:2005:06:17-14:27:13 (none) contentfilter[1522]: Profile profile_1 starting  for: protocol:'http', user:'', facility:'response', src_address:'10.2.13.47'  RESULT:'200', REASON:'', LAST SCANNER:'/usr/lib/libkav.so'
http_access.log:2005:06:17-14:27:13 (none) squid_access[1612]: 1119011233.521    412 10.2.13.47 TCP_MISS/200 1272 POST http://www.webservicex.net/stockquote.asmx - DIRECT/69.89.226.16 text/xml

No message in the other logs in /var/log for this ip.

What can i do to enable SOAP in astaro?

Greetings, Lars


This thread was automatically locked due to age.
Parents
  • I had a problem with this also, until I figured out why my script was failing. It was timing out on the request, and astaro showed a http 200 response. Astaro can get it, but is probably blocking the site via the content filter. Wither you whitelist the SOAP server domaint, or remove the soap consumer computer from the filter (your host), should fix the problem. SOAP is just TCPIP  traffic.
Reply
  • I had a problem with this also, until I figured out why my script was failing. It was timing out on the request, and astaro showed a http 200 response. Astaro can get it, but is probably blocking the site via the content filter. Wither you whitelist the SOAP server domaint, or remove the soap consumer computer from the filter (your host), should fix the problem. SOAP is just TCPIP  traffic.
Children