• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vpulim / node-soap / 1434 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2017 08:35AM UTC
Files 15
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Oct 2017 08:32AM UTC coverage: 93.59% (+0.04%) from 93.555%
CXX=g++-4.8

push

travis-ci

herom
Add function support for server addSoapHeader (#977)

The purpose of this enhancement is to allow outgoing server headers to be
customized with information from the associated request. For servers only,
the `soapHeader` to addSoapHeader and changeSoapHeader can be a function,
which is called with the following arguments for each received request:

 - `methodName`     The name of the request method
 - `args`           The arguments of the request
 - `headers`        The headers in the request
 - `req`            The original request object

The return value of the function must be an Object({rootName: {name: 'value'}})
or strict xml-string, which will be inserted as an outgoing header of the
response to that request.

1139 of 1314 branches covered (86.68%)

1898 of 2028 relevant lines covered (93.59%)

1845.38 hits per line

Source Files on job 1434.1 (CXX=g++-4.8)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1434
  • Travis Job 1434.1
  • 9399cad0 on github
  • Prev Job for CXX=g++-4.8 on master (#1430.3)
  • Next Job for CXX=g++-4.8 on master (#1436.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc