in reply to Re: workday webservices using Perl
in thread workday webservices using Perl

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

Replies are listed 'Best First'.
Re^3: workday webservices using Perl
by Anonymous Monk on May 19, 2015 at 12:46 UTC
    I think soap lite docs say something about soapenv vs. soapenc