I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-02-09 07:35:41.76361-08 by yesm1
How to can get attribute value of WSDL web service
I generated the perl class by WSDL file using wsdl2perl.
Now I can't get the value of an attribute (named recordid) by get_<attribute> method.
Can you give me an example?
Following the comment automatically generated by wsdl2perl.

=head2 attr

NOTE: Attribute documentation is experimental, and may be inaccurate. See the correspondent WSDL/XML Schema if in question.

This class has additional attributes, accessibly via the C<attr()> method.

attr() returns an object of the class MyTypes::EventOutEmailInstanceType::_EventOutEmailInstanceType::XmlAttr.

The following attributes can be accessed on this object via the corresponding get_/set_ methods:

=over

=item * recordid

This attribute is of type L<SOAP::WSDL::XSD::Typelib::Builtin::string|SOAP::WSDL::XSD::Typelib::Builtin::string>.

=back
Direct Responses: 13683 | Write a response