mdirkse

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-03-09
19:41
1571 views
Can't get threading info
Hi,
I'm trying to get the threading info out of out own and a client's Groupwise server. Both are 8.0.x. I'm creating a cursor with a view that includes the "threading" keyword, and accessing, via SOAP, the account of a test user that has several replies in his mailbox. In the GW client, the mails show up as belonging to a thread. However, when I get the SOAP response, no <threading> tag is ever included.
Anyone have any idea what's going on? I googled and searched this forum, but no luck.
Thanks in advance,
Maarten
I'm trying to get the threading info out of out own and a client's Groupwise server. Both are 8.0.x. I'm creating a cursor with a view that includes the "threading" keyword, and accessing, via SOAP, the account of a test user that has several replies in his mailbox. In the GW client, the mails show up as belonging to a thread. However, when I get the SOAP response, no <threading> tag is ever included.
Anyone have any idea what's going on? I googled and searched this forum, but no luck.
Thanks in advance,
Maarten
3 Replies
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-03-12
13:09
There are two things to check.
Are you logging in with a <version> element value of "1.02" or up to a
"1.04", if you are connected to an 8.0.2 POA?
What version of the schema are you using?
Preston
>>> On Friday, March 09, 2012 at 12:46 PM,
mdirkse<mdirkse@no-mx.forums.novell.com> wrote:
> Hi,
> I'm trying to get the threading info out of out own and a client's
> Groupwise server. Both are 8.0.x. I'm creating a cursor with a view that
> includes the "threading" keyword, and accessing, via SOAP, the account
> of a test user that has several replies in his mailbox. In the GW
> client, the mails show up as belonging to a thread. However, when I get
> the SOAP response, no <threading> tag is ever included.
> Anyone have any idea what's going on? I googled and searched this
> forum, but no luck.
> Thanks in advance,
> Maarten
Are you logging in with a <version> element value of "1.02" or up to a
"1.04", if you are connected to an 8.0.2 POA?
What version of the schema are you using?
Preston
>>> On Friday, March 09, 2012 at 12:46 PM,
mdirkse<mdirkse@no-mx.forums.novell.com> wrote:
> Hi,
> I'm trying to get the threading info out of out own and a client's
> Groupwise server. Both are 8.0.x. I'm creating a cursor with a view that
> includes the "threading" keyword, and accessing, via SOAP, the account
> of a test user that has several replies in his mailbox. In the GW
> client, the mails show up as belonging to a thread. However, when I get
> the SOAP response, no <threading> tag is ever included.
> Anyone have any idea what's going on? I googled and searched this
> forum, but no luck.
> Thanks in advance,
> Maarten
mdirkse

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-03-12
14:17
The <version> element in my login request actually says "1.2", for some reason I can't recall at the moment. The schema classes we use were compiled with the 8.0.0 XSD.
Changing the version to "1.04" made the threading elements show up. Thanks for the heads up. Any idea if changing the version will actually change the xml in other ways except adding the threading element?
Regards,
Maarten
Changing the version to "1.04" made the threading elements show up. Thanks for the heads up. Any idea if changing the version will actually change the xml in other ways except adding the threading element?
Regards,
Maarten
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-03-12
15:46
You need to match up the version of the schema with the value you pass in
the loginRequest.
If you don't, you can get schema validation exceptions.
"1.02" matches the 8.0.0 schema
"1.04" matches the 8.0.2 schema.
In case you need it, I copied the different versions of the schema to
ftp://ftp.novell.com/outgoing/schemas.zip
Preston
>>> On Monday, March 12, 2012 at 8:26 AM,
mdirkse<mdirkse@no-mx.forums.novell.com> wrote:
> The <version> element in my login request actually says "1.2", for some
> reason I can't recall at the moment. The schema classes we use were
> compiled with the 8.0.0 XSD.
> Changing the version to "1.04" made the threading elements show up.
> Thanks for the heads up. Any idea if changing the version will actually
> change the xml in other ways except adding the threading element?
> Regards,
> Maarten
the loginRequest.
If you don't, you can get schema validation exceptions.
"1.02" matches the 8.0.0 schema
"1.04" matches the 8.0.2 schema.
In case you need it, I copied the different versions of the schema to
ftp://ftp.novell.com/outgoing/schemas.zip
Preston
>>> On Monday, March 12, 2012 at 8:26 AM,
mdirkse<mdirkse@no-mx.forums.novell.com> wrote:
> The <version> element in my login request actually says "1.2", for some
> reason I can't recall at the moment. The schema classes we use were
> compiled with the 8.0.0 XSD.
> Changing the version to "1.04" made the threading elements show up.
> Thanks for the heads up. Any idea if changing the version will actually
> change the xml in other ways except adding the threading element?
> Regards,
> Maarten