[Xml-compile] Cannot find child element:argo from call
Mark Overmeer
solutions at overmeer.net
Wed Feb 24 09:21:27 GMT 2010
* Tapio.Niva at tieto.com (Tapio.Niva at tieto.com) [100224 08:40]:
> in following script I tried to call ”getNodes” operation based on attached
> NodeBean.wsdl, but failed with message “Cannot find child element: arg0” :
I think it is a namespace problem. The message which is sent has no
namespace on <condition> Probably a mistake of XML::Compile::SOAP.
Which versions of XML::Compile and XML::Compile::SOAP do you run?
> <?xml version="1.0" encoding="UTF-8"?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
> <SOAP-ENV:Body>
> <x0:getNodes xmlns:x0="http://node.sdk.nms.ov.hp.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <condition>
> <name>name</name>
> <operator>LIKE</operator>
> <value>VJHASW%</value>
> </condition>
> </x0:getNodes>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
--
Regards,
MarkOv
------------------------------------------------------------------------
Mark Overmeer MSc MARKOV Solutions
Mark at Overmeer.net solutions at overmeer.net
http://Mark.Overmeer.net http://solutions.overmeer.net
More information about the Xml-compile
mailing list