Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 20788
Status: rejected
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: ac0v [...] sys-network.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.68
Fixed in: (no value)



Subject: Attributes for Body tag
Hi, I need the encodeStyle attribute to the Body-Tag (eg. soap:Body), but I saw no chance to join attributes to this tag. (I think spec. from w3c defines a facility for Body-Tag attributes http://www.w3.org/TR/2002/CR-soap12-part1-20021219/#soapbody) Greetings, Andreas 'ac0v' Specht
Hi Andreas, still required ;-?
Hi again, the <Body> element must not containt the encodingStyle attribute, but it's immediate children may. To add, just do something like my $soap = SOAP::Lite->proxy('soap.example.org'); my $som = $soap->call(SOAP::Data->name('method')->attr({encodingStyle => 'http://example.org/encoding/'}); ... but I guess you already found out... ;-) Martin