in reply to workday webservices using Perl

So how does the soap your prog sent differ from expected?

Replies are listed 'Best First'.
Re^2: workday webservices using Perl
by PERL_fresher (Novice) on May 19, 2015 at 12:39 UTC

    My Soap envolope has some extra characters

    <soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:bsvc="urn:com.workday/bsvc" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    where only
    <soapenv:Envelope xmlns:bsvc="urn:com.workday/bsvc" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    is required
      I think soap lite docs say something about soapenv vs. soapenc