If you change it to :
Xmlns:mytag=http://schemas.xmlsoap.org/wsdl/

It will work for you. -- Yanbin

-----Original Message-----
From: Luca Manganelli [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 21, 2004 8:20 AM
To: [EMAIL PROTECTED]
Subject: Problem reading XML with XPath

Hi, I tried this command on the WSDL in attach:

java ApplyXPath customerProcess.wsdl "//message"

and the output is:

Loading classes, parsing customerProcess.wsdl, and setting up serializer
Querying DOM using //message
<output>
</output>

But if I remove the 4th row:

xmlns="http://schemas.xmlsoap.org/wsdl/";

the above example works.
I've tried it with Xerces 2.6.0 and 2.6.2 and none works without that 
modification.

Any idea?

Thank you,
Luca



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to