Hi,
referring to your first post, your example would look like this:
String arbitraryQuery="/Property[./@Category='abc' or ./@Category~='xxx']";
String DOCTYPE = "Property";
Cursor docCursor = ws.query("buyProperties", DOCTYPE, arbitraryQuery);
while (docCursor.hasNext()) {
BusinessDocument doc = (BusinessDocument)docCursor.next();
}
Hope this helps
Bye
Thorsten
#API-Management#webMethods#Tamino