Click here to Skip to main content
16,018,057 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Directories whilst debugging in visual studio Pin
[d]eljay24-Jul-07 5:18
[d]eljay24-Jul-07 5:18 
GeneralRe: C# Directories whilst debugging in visual studio Pin
Brady Kelly24-Jul-07 5:24
Brady Kelly24-Jul-07 5:24 
AnswerRe: C# Directories whilst debugging in visual studio Pin
Luc Pattyn24-Jul-07 5:31
sitebuilderLuc Pattyn24-Jul-07 5:31 
GeneralRe: C# Directories whilst debugging in visual studio Pin
[d]eljay24-Jul-07 5:51
[d]eljay24-Jul-07 5:51 
GeneralRe: C# Directories whilst debugging in visual studio Pin
Luc Pattyn24-Jul-07 6:11
sitebuilderLuc Pattyn24-Jul-07 6:11 
GeneralDynamic adding, editing & deleting data from a datagrid Pin
AmitVikramSingh24-Jul-07 2:41
AmitVikramSingh24-Jul-07 2:41 
Questiona detour around an "input-synchronous call" Pin
Gjsonke24-Jul-07 2:15
Gjsonke24-Jul-07 2:15 
QuestionSerialize a web serive into a c# class Pin
buzzby24-Jul-07 1:52
buzzby24-Jul-07 1:52 
Hi
I am having a nightmare trying to convert a web service call into a c# class so i can serialize the call.

I am trying to serialize the GetUserCollectionFromGroup Sharepoint 2007 web service

here is the XML although i do not know if this is correct as i found it on the web

<code>
<?xml version="1.0" encoding="utf-8" ?>

<dfs:myFields xmlns:dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution" xmlns:s0="http://schemas.microsoft.com/sharepoint/soap/directory/" xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2004-03-16T06-17-54" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<dfs:queryFields>
<s0:GetUserCollectionFromSite>
</s0:GetUserCollectionFromSite>
</dfs:queryFields>
<dfs:dataFields>
<GetUserCollectionFromSiteResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/directory/">
<GetUserCollectionFromSiteResult>
<GetUserCollectionFromSite>
<Users>
<User ID="1" Sid="S-1-5-21-3593225548-2099380924-3969701235-500" Name="User1" LoginName="login1" Email="user1@users.com" Notes="" IsSiteAdmin="False" IsDomainGroup="False"/>
<User ID="2" Sid="S-1-5-21-3593225548-2099380924-3969701235-1145" Name="User2" LoginName="login2" Email="user2@users.com" Notes="" IsSiteAdmin="False" IsDomainGroup="False"/>
</Users>
</GetUserCollectionFromSite>
</GetUserCollectionFromSiteResult>
</GetUserCollectionFromSiteResponse>
</dfs:dataFields>
</dfs:myFields>

</code>

I have tried using the xsd.exe file to convert it but i get the following error

Error: There was an error processing 'C:\InfoPathUserListDummyData.xml'.
- The same table (GetUserCollectionFromSite) cannot be the child table in two nested relations.


Please can someone help



Thanks in advance

Paul
AnswerRe: Serialize a web serive into a c# class Pin
BoneSoft24-Jul-07 3:52
BoneSoft24-Jul-07 3:52 
AnswerRe: Serialize a web serive into a c# class Pin
MidwestLimey24-Jul-07 4:13
professionalMidwestLimey24-Jul-07 4:13 
QuestionUsing SMTP for sending emails Pin
sandman8824-Jul-07 1:47
sandman8824-Jul-07 1:47 
AnswerRe: Using SMTP for sending emails Pin
originSH24-Jul-07 1:53
originSH24-Jul-07 1:53 
AnswerRe: Using SMTP for sending emails Pin
Luc Pattyn24-Jul-07 1:56
sitebuilderLuc Pattyn24-Jul-07 1:56 
GeneralRe: Using SMTP for sending emails Pin
sandman8824-Jul-07 2:14
sandman8824-Jul-07 2:14 
GeneralRe: Using SMTP for sending emails Pin
Luc Pattyn24-Jul-07 2:38
sitebuilderLuc Pattyn24-Jul-07 2:38 
AnswerRe: Using SMTP for sending emails Pin
Guffa24-Jul-07 1:59
Guffa24-Jul-07 1:59 
AnswerRe: Using SMTP for sending emails Pin
Vasudevan Deepak Kumar24-Jul-07 2:07
Vasudevan Deepak Kumar24-Jul-07 2:07 
GeneralRe: Using SMTP for sending emails Pin
sandman8824-Jul-07 2:41
sandman8824-Jul-07 2:41 
GeneralRe: Using SMTP for sending emails Pin
ekynox24-Jul-07 3:12
ekynox24-Jul-07 3:12 
QuestionCustom setup like project- Visual Studio SDK Pin
ceejeeb24-Jul-07 1:36
ceejeeb24-Jul-07 1:36 
AnswerRe: Custom setup like project- Visual Studio SDK Pin
kubben24-Jul-07 2:08
kubben24-Jul-07 2:08 
GeneralRe: Custom setup like project- Visual Studio SDK Pin
ceejeeb24-Jul-07 2:16
ceejeeb24-Jul-07 2:16 
QuestionSorting Multiple columns On gridview Pin
kibromg24-Jul-07 1:32
kibromg24-Jul-07 1:32 
AnswerRe: Sorting Multiple columns On gridview Pin
kubben24-Jul-07 2:11
kubben24-Jul-07 2:11 
GeneralRe: Sorting Multiple columns On gridview Pin
kibromg24-Jul-07 3:51
kibromg24-Jul-07 3:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.