# File lib/soap/netHttpClient.rb, line 91
  def post(url, req_body, header = {})
    post_redirect(url, req_body, header, 10)
  end