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

vpulim / node-soap / 1122
95%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2016 04:07PM UTC
Jobs 4
Files 15
Run time 46s
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

pending completion
1122

push

travis-ci

jsdevel
Always submit valid XML from the client. (#862)

Previously, if the client made a request that contained ampersands:

    {
      "DummyField1": "foo & bar",
    }

then we would submit invalid XML:

    <n:DummyField1>foo & bar</n:DummyField1>

The WSDL server I'm using (a Service-Now instance) then complains:

    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP-ENV:Header/>
      <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
          <faultcode>SOAP-ENV:Server</faultcode>
          <faultstring>Unable to parse SOAP document</faultstring>
          <detail>Error completing SOAP request</detail>
        </SOAP-ENV:Fault>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

We now default to escaping XML, so a stray & can't break usage of node-soap.

3 of 3 new or added lines in 1 file covered. (100.0%)

1743 of 1884 relevant lines covered (92.52%)

7944.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1122.1 (CXX=g++-4.8) 18 Jul 2016 04:08PM UTC 0
92.52
Travis Job 1122.1
2 1122.2 (CXX=g++-4.8) 18 Jul 2016 04:08PM UTC 0
92.52
Travis Job 1122.2
3 1122.3 (CXX=g++-4.8) 18 Jul 2016 04:07PM UTC 0
92.52
Travis Job 1122.3
4 1122.4 (CXX=g++-4.8) 18 Jul 2016 04:08PM UTC 0
92.52
Travis Job 1122.4
Source Files on build 1122
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1122
  • cde17666 on github
  • Prev Build on master (#1115)
  • Next Build on master (#1127)
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