[Mono-bugs] [Bug 681747] Different web service requests between SL and ML causes request to fail
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Mar 22 18:45:05 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=681747
https://bugzilla.novell.com/show_bug.cgi?id=681747#c1
--- Comment #1 from Rolf Bjarne Kvinge <rkvinge at novell.com> 2011-03-22 23:45:04 CET ---
Request sent by SL:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Login xmlns="http://monkeywrench.novell.com/">
<login>
<User>xxx</User>
<Password>yyy</Password>
</login>
</Login>
</s:Body>
</s:Envelope>
Request sent by ML:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<Login xmlns="http://monkeywrench.novell.com/">
<login xmlns:i="http://www.w3.org/2001/XMLSchema-instance"
xmlns:d4p1="http://schemas.datacontract.org/2004/07/MoonlightDrtViewer.MonkeyWrench">
<d4p1:Cookie i:nil="true" />
<d4p1:Ip4 i:nil="true" />
<d4p1:Password>yyy</d4p1:Password>
<d4p1:User>xxx</d4p1:User>
</login>
</Login>
</s:Body>
</s:Envelope>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list