I’m using XML::Compile::WSDL11 and a method I’m calling has a section of the 
parameter XML document (“TalentUser”) that is described by 
XML::Schema::WSDL11::explain as “probably a recursive complex”. It isn’t, but 
that’s not important. What I’d like to know is how I can insert an arbitrary 
instance of XML::LibXML::Node in there to represent the “TalentUser” section.

What I’m doing now is:

$soap->call( ‘create’, parameters => { candidate => { ..., TalentUser => 
$talent_user_node } } );

And that of course doesn’t work. :)

WSDL is too big to attach or put on Pastebin; it’s available upon request.


Kit Peters

_______________________________________________
Xml-compile mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile

Reply via email to