syncany-team team mailing list archive
-
syncany-team team
-
Mailing list archive
-
Message #00146
Re: Windows Live SkyDrive support
That is a big worry – which is why I think any Passport/SkyDrive client code should be broken out if I can get it to even slightly work.
It’s also why I’d like to be able use generated classes etc than hard-coded XML for the SOAP message, easier to update.
I managed to get the XML string from JAXB, turned out to be fairly easy.
JAXBContent jxbCon = JAXBCOntext.newInstance(JAXB-GENERATED-CLASS-INSTANCE.class);
StringWriter sw = new StringWiter();
Marshaller m = jxbCon.createMarshaller();
m.marshal(JAXB-GENERATED-CLASS-INSTANCE, sw);
sw.toString(); // ß The magic bit J
I also have Reslet calling my custom Passport authenticator, so hopefully I can get that to work based on the dotNet code. Although there is almost no documentation to follow.
Progress is slow and painful, but there is progress.
J.
References
-
Windows Live SkyDrive support
From: Christian Ledermann, 2011-06-01
-
Re: Windows Live SkyDrive support
From: Philipp Heckel, 2011-06-01
-
Re: Windows Live SkyDrive support
From: Christian Ledermann, 2011-06-01
-
Re: Windows Live SkyDrive support
From: Philipp Heckel, 2011-06-01
-
Re: Windows Live SkyDrive support
From: Jason Irwin, 2011-06-01
-
Re: Windows Live SkyDrive support
From: Philipp Heckel, 2011-06-01
-
Re: Windows Live SkyDrive support
From: Philipp Heckel, 2011-06-05
-
Re: Windows Live SkyDrive support
From: Jason Irwin, 2011-06-07
-
Re: Windows Live SkyDrive support
From: Philipp Heckel, 2011-06-08
-
Re: Windows Live SkyDrive support
From: Paulo de Souza Lima, 2011-06-08