in reply to Generating multiref tags from SOAP::Lite
Next time you might want to also search the Soap::Lite documentation. If you did, you might have found the following lines of advise:
multirefinplace() Shortcut for serializer->multirefinplace(). If true, the serialize +r will put values for multireferences in the first occurrence of the referenc +e. Otherwise it will be encoded as top independent element, right aft +er method element inside Body. Default value is false.
The meaning of the above is, that you have to set multirefinplace() to true, to make SOAP::Lite add the multireferences
/oliver/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Generating multiref tags from SOAP::Lite
by Amsterdamned (Novice) on Jan 28, 2004 at 19:17 UTC |