Subject: | Typos in a manual for SOAP-WSDL-2.00_32 |
Date: | Fri, 14 Mar 2008 17:01:54 +0100 |
To: | bug-SOAP-WSDL [...] rt.cpan.org |
From: | "Adam SkuciĆski" <askucins [...] gmail.com> |
Hey,
I've found a small but significant typo (at least for beginners like me) in
http://search.cpan.org/~mkutter/SOAP-WSDL-2.00_32/lib/SOAP/WSDL/Manual.pod
It's related to difference in names: 'MyInterface' vs. 'MyInterfaces'
Here you have 'MyInterfaces':
"Check the results of the generator. There should be one
MyInterfaces/SERVICE_NAME/PORT_NAME.pm file per port (and one
directory per service)."
But here 'MyInterface':
"use MyInterface::SERVICE_NAME::PORT_NAME;"
and in it doesn't work.
This form works ok:
"use MyInterfaces::SERVICE_NAME::PORT_NAME;"
It's small typo, but it took me some time to figure out why my example
didn't work.
Regards,
Adam Skucinski