Hello,

I am creating a client program that sends a Subscribe request of
WS-Eventing [1]. I went through Savan API and couldn't find a way to
declare namespaces so that they can be used in an XPath expression of
a Filter element.

What I intend is sending a request that contains an element like
below:

<wse:Filter
  Dialect="http://www.w3.org/TR/1999/REC-xpath-19991116";
  xmlns:ns1="http://example.org/namaspace/here/";>//ns1:someElement</wse:Filter>

Can I do this with Savan/C, or do I have to build such messages
manually with AXIOM API?

I'm also wondering if Axis2/c server with savan module deployed can
evaluate such requests properly.

Thanks in advance.

[1] http://www.w3.org/Submission/WS-Eventing/

Hamazy

-- 
HAMAZAKI, Suguru <hamazy at webspiritus.com>
http://webspiritus.com/

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

Reply via email to