How to pass credentials/saml token access sharepoint web service ex:lists.asmx when sharepoint has single sign on with claims based authentication

How to pass credentials/saml token exchange to the sharepoint web service ex:lists.asmx when sharepoint has single sign on with claims based authentication 
Identity provider here is Oracle identity provider 
harika kakkireni

Hi,
The following materials for your reference:
Consuming List.asmx on a claims based sharepoint site
http://social.technet.microsoft.com/Forums/sharepoint/en-US/f965c1ee-4017-4066-ad0f-a4f56cd0e8da/consuming-listasmx-on-a-claims-based-sharepoint-site?forum=sharepointcustomizationprevious
Sharepoint Claims based authentication and Single Sign on
http://social.technet.microsoft.com/Forums/sharepoint/en-US/2dfc1fdc-abc0-4fad-a414-302f52c1178b/sharepoint-claims-based-authentication-and-single-sign-on?forum=sharepointadminprevious
Sharepoint Claim Based Authentication Web Service issuehttp://social.msdn.microsoft.com/Forums/office/en-US/dd4cc581-863c-439f-938f-948809dd18db/sharepoint-claim-based-authentication-web-service-issue?forum=sharepointgeneralprevious
Best Regards
Dennis Guo
TechNet Community Support

Similar Messages

  • Loading Sharepoint Web Services XML List into WPF DataGrid

     trying to populate my DataGrid with the returned list from a Sharepoint Web Services, all of the tutorials/guides I've found go about doing this with a XAML file.
    This is the code I'm using to pull the XML,
    private String GetListNode()
    webService.Lists siteClient = new webService.Lists();
    System.Net.NetworkCredential passCredentials = new System.Net.NetworkCredential("username", "password", "domain");
    siteClient.Credentials = passCredentials;
    XmlNode getNode = siteClient.GetListItems("Tasks", string.Empty, null, null, string.Empty, null, null);
    return getNode.OuterXml;
    This returns the pages XML, within this page I'd like to grab these Items,
    ows_ID, ows_Client, ows_AssignedTo, ows_LinkTitle, ows_Status, ows_Priority, ows_DueDate
    I'd like to make these items Columns for the DataGrid, then having the data populate. All help will be appreciated, thank you in advanced.
    This is not the full XML, this is a small piece,
    <listitems
    xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"
    xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
    xmlns:rs="urn:schemas-microsoft-com:rowset"
    xmlns:z="#RowsetSchema"
    xmlns="http://schemas.microsoft.com/sharepoint/soap/">
    <rs:data ItemCount="691">
    <z:row ows_Attachments="0" ows_ID="2108" ows_Task_x0020_Type="Issue" ows_Client="City University of New York" ows_Area="2.0 Updates" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="QSNY Portal v2.0" ows_Status="Testing" ows_Priority="1" ows_DueDate="2014-04-21 00:00:00" ows_Created="2014-01-15 16:51:38" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2108;#{1A24305B-DD42-4552-92D6-476C8A2E4583}" ows_FSObjType="2108;#0" ows_Created_x0020_Date="2108;#2014-01-15 16:51:38" ows_Body="I think we can close this task." ows_FileLeafRef="2108;#2108_.000" ows_Group_x0020_Task="Portal" ows_FileRef="2108;#apps/mwels/Lists/Tasks/2108_.000" ows_Title="QSNY Portal v2.0" ows_Owner="Carlos M Valdes" ows_owshiddenversion="5" />
    <z:row ows_Attachments="0" ows_ID="2786" ows_Task_x0020_Type="Time Reporting" ows_Client="WELS Systems Foundation" ows_Area="Time Reporting" ows_AssignedTo="30;#Eric Bonneman" ows_LinkTitle="WELS University" ows_Status="Active" ows_Priority="On Going" ows_DueDate="2099-01-01 00:00:00" ows_Created="2014-08-04 11:13:21" ows_WELS_x0020_Version="N/A" ows_Client_x0020_Issue="0" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2786;#{3640CD6F-BE02-41C2-B174-9EB36EDDA27C}" ows_FSObjType="2786;#0" ows_Created_x0020_Date="2786;#2014-08-04 11:13:21" ows_Body="&lt;div&gt;Task requested by Eric&lt;/div&gt;" ows_FileLeafRef="2786;#2786_.000" ows_Group_x0020_Task="WELS" ows_FileRef="2786;#apps/mwels/Lists/Tasks/2786_.000" ows_Title="WELS University" ows_Owner="Ana Sejeck" ows_owshiddenversion="1" />
    <z:row ows_Attachments="0" ows_ID="2792" ows_Task_x0020_Type="Time Reporting" ows_Client="CSC of Palm Beach County" ows_Area="Time Reporting" ows_AssignedTo="34;#Ana Sejeck" ows_LinkTitle="WELS Support for CSC of Palm Beach" ows_Status="Assigned" ows_Priority="On Going" ows_DueDate="2099-08-05 00:00:00" ows_Created="2014-08-05 14:42:01" ows_WELS_x0020_Version="N/A" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2792;#{E8EB676C-D124-4D4F-890A-4AE8B4E2B135}" ows_FSObjType="2792;#0" ows_Created_x0020_Date="2792;#2014-08-05 14:42:01" ows_Body="&lt;div&gt;support task for PB&lt;/div&gt;" ows_FileLeafRef="2792;#2792_.000" ows_Group_x0020_Task="WELS" ows_FileRef="2792;#apps/mwels/Lists/Tasks/2792_.000" ows_Title="WELS Support for CSC of Palm Beach" ows_Owner="WELS Team" ows_owshiddenversion="1" />
    <z:row ows_Attachments="0" ows_ID="2937" ows_Task_x0020_Type="Time Reporting" ows_Client="Orange County" ows_Area="Time Reporting" ows_AssignedTo="34;#Ana Sejeck" ows_LinkTitle="Orange County WELS Support" ows_Status="Active" ows_Priority="On Going" ows_DueDate="2099-12-31 00:00:00" ows_Created="2014-09-10 16:55:58" ows_WELS_x0020_Version="N/A" ows_Client_x0020_Issue="0" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2937;#{5788B8F0-BE12-40E1-BEDE-3A5D026CC973}" ows_FSObjType="2937;#0" ows_Created_x0020_Date="2937;#2014-09-10 16:55:58" ows_Body="updated title" ows_FileLeafRef="2937;#2937_.000" ows_Group_x0020_Task="WELS" ows_FileRef="2937;#apps/mwels/Lists/Tasks/2937_.000" ows_Title="Orange County WELS Support" ows_Owner="Muriel Wong" ows_owshiddenversion="2" />
    <z:row ows_Attachments="0" ows_ID="1385" ows_Task_x0020_Type="Support" ows_Client="WELS Systems Foundation" ows_Area="Training" ows_AssignedTo="35;#Bobbi Silber" ows_LinkTitle="Training" ows_Status="Active" ows_Priority="On Going" ows_DueDate="2099-12-31 00:00:00" ows_Created="2013-06-11 12:30:18" ows_WELS_x0020_Version="N/A" ows_Client_x0020_Issue="support" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1385;#{7B0C9B91-BDE2-435E-8F57-F08AC44A4BCF}" ows_FSObjType="1385;#0" ows_Created_x0020_Date="1385;#2013-06-11 12:30:18" ows_Body="&lt;div&gt;updated priority to &amp;quot;on going&amp;quot;&lt;/div&gt;" ows_FileLeafRef="1385;#1385_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1385;#apps/mwels/Lists/Tasks/1385_.000" ows_Title="Training" ows_Owner="Bobbi SIlber" ows_owshiddenversion="5" />
    <z:row ows_Attachments="0" ows_ID="1925" ows_Task_x0020_Type="Support" ows_Client="WELS Systems Foundation" ows_Area="Training" ows_AssignedTo="44;#Axel Camacho" ows_LinkTitle="Training " ows_Status="Active" ows_Priority="On Going" ows_DueDate="2099-12-31 00:00:00" ows_Created="2013-11-14 17:13:29" ows_WELS_x0020_Version="N/A" ows_Client_x0020_Issue="support" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1925;#{37669445-7AA8-430F-AA17-925B778E435D}" ows_FSObjType="1925;#0" ows_Created_x0020_Date="1925;#2013-11-14 17:13:29" ows_Body="&lt;div&gt;updated priority&lt;/div&gt;" ows_FileLeafRef="1925;#1925_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1925;#apps/mwels/Lists/Tasks/1925_.000" ows_Title="Training " ows_Owner="Carlos" ows_owshiddenversion="2" />
    <z:row ows_Attachments="1" ows_ID="1615" ows_Task_x0020_Type="Deliverable" ows_Client="Mississippi Department of Human Services" ows_Area="Wireframes" ows_AssignedTo="54;#Alejandro Mulet" ows_LinkTitle="Director Self Assessment Form " ows_Status="Assigned" ows_Priority="1" ows_DueDate="2013-08-31 00:00:00" ows_Created="2013-08-15 20:49:25" ows_WELS_x0020_Version="N/A" ows_Client_x0020_Issue="deliverable" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1615;#{E377332A-6C82-4CF0-A156-D0C69C69084B}" ows_FSObjType="1615;#0" ows_Created_x0020_Date="1615;#2013-08-15 20:49:25" ows_Body="Alejandro incase you do not have this for the Mississippi portal." ows_FileLeafRef="1615;#1615_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1615;#apps/mwels/Lists/Tasks/1615_.000" ows_Title="Director Self Assessment Form " ows_Owner="carlos valdes" ows_owshiddenversion="7" />
    <z:row ows_Attachments="0" ows_ID="1617" ows_Task_x0020_Type="Deliverable" ows_Client="Mississippi Department of Human Services" ows_Area="Wireframes" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="Practitioner Profile " ows_Status="Assigned" ows_Priority="1" ows_DueDate="2013-09-15 00:00:00" ows_Created="2013-08-15 20:52:29" ows_WELS_x0020_Version="2.9 (future development)" ows_Client_x0020_Issue="deliverable" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1617;#{321B08EF-CE10-4EF6-B19E-C8E9DD16852E}" ows_FSObjType="1617;#0" ows_Created_x0020_Date="1617;#2013-08-15 20:52:29" ows_Body="What do we need for this? Is this still relevant?" ows_FileLeafRef="1617;#1617_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1617;#apps/mwels/Lists/Tasks/1617_.000" ows_Title="Practitioner Profile " ows_Owner="carlos valdes" ows_owshiddenversion="4" />
    <z:row ows_Attachments="0" ows_ID="1619" ows_Task_x0020_Type="Deliverable" ows_Client="Mississippi Department of Human Services" ows_Area="Wireframes" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="Checklist verification checkboxes " ows_Status="Assigned" ows_Priority="1" ows_DueDate="2013-10-15 00:00:00" ows_Created="2013-08-15 20:56:25" ows_WELS_x0020_Version="2.9 (future development)" ows_Client_x0020_Issue="deliverable" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1619;#{3C4C89E0-B2C5-4BAF-BBA0-8EB9735F53C9}" ows_FSObjType="1619;#0" ows_Created_x0020_Date="1619;#2013-08-15 20:56:25" ows_Body="&lt;div&gt;changing to wireframes&lt;/div&gt;" ows_FileLeafRef="1619;#1619_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1619;#apps/mwels/Lists/Tasks/1619_.000" ows_Title="Checklist verification checkboxes " ows_Owner="carlos valdes" ows_owshiddenversion="4" />
    <z:row ows_Attachments="1" ows_ID="1710" ows_Task_x0020_Type="Deliverable" ows_Client="Bay Area" ows_Area="Wireframes" ows_AssignedTo="24;#Mike Cullen" ows_LinkTitle="Bay and Mississippi Wireframe for children w/ disabilties" ows_Status="Testing" ows_Priority="1" ows_DueDate="2013-10-04 00:00:00" ows_Created="2013-09-25 16:30:08" ows_WELS_x0020_Version="2.9.7" ows_Client_x0020_Issue="0" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1710;#{FDDF3E62-501D-489E-A1FD-6265F3FB4757}" ows_FSObjType="1710;#0" ows_Created_x0020_Date="1710;#2013-09-25 16:30:08" ows_Body="Modified the wels project (RoomMaint user control and the RoomMaintSave webservice, also modified the db project to add a new table and the stored procedure to modified this table and get the data)." ows_FileLeafRef="1710;#1710_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1710;#apps/mwels/Lists/Tasks/1710_.000" ows_Title="Bay and Mississippi Wireframe for children w/ disabilties" ows_Owner="Bobbi" ows_owshiddenversion="12" />
    <z:row ows_Attachments="1" ows_ID="2369" ows_Task_x0020_Type="Deliverable" ows_Client="WELS Systems Foundation" ows_Area="Wireframes" ows_AssignedTo="43;#James Minkler" ows_LinkTitle="New Dashboard Menus" ows_Status="Assigned" ows_Priority="10" ows_DueDate="2014-05-30 00:00:00" ows_Created="2014-03-21 14:27:52" ows_WELS_x0020_Version="2.9.7" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2369;#{48D64DF5-9E9D-46F6-AF50-936761C87AA9}" ows_FSObjType="2369;#0" ows_Created_x0020_Date="2369;#2014-03-21 14:27:52" ows_Body="Updating priority." ows_FileLeafRef="2369;#2369_.000" ows_Group_x0020_Task="WELS" ows_FileRef="2369;#apps/mwels/Lists/Tasks/2369_.000" ows_Title="New Dashboard Menus" ows_Owner="Carlos" ows_owshiddenversion="3" />
    <z:row ows_Attachments="0" ows_ID="1307" ows_Task_x0020_Type="Deliverable" ows_Client="Miami Coalition of Partners" ows_Area="Wireframes" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="Design Wireframes for upgraded interface of Site tabs" ows_Status="Assigned" ows_Priority="2" ows_DueDate="2013-07-31 00:00:00" ows_Created="2013-05-03 15:49:30" ows_WELS_x0020_Version="3.0 (next release)" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1307;#{49E1699C-25B5-4D67-B48F-BA2F13687CE3}" ows_FSObjType="1307;#0" ows_Created_x0020_Date="1307;#2013-05-03 15:49:30" ows_Body="&lt;div&gt;changing status&lt;/div&gt;" ows_FileLeafRef="1307;#1307_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1307;#apps/mwels/Lists/Tasks/1307_.000" ows_Title="Design Wireframes for upgraded interface of Site tabs" ows_Owner="heidy" ows_owshiddenversion="5" />
    <z:row ows_Attachments="0" ows_ID="2136" ows_Task_x0020_Type="Deliverable" ows_Client="Miami Coalition of Partners" ows_Area="Wireframes" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="Document Viewer" ows_Status="Assigned" ows_Priority="2" ows_DueDate="2014-03-28 00:00:00" ows_Created="2014-01-23 13:29:36" ows_WELS_x0020_Version="2.9 (future development)" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2136;#{DCE4F91B-C794-457B-BA97-F1874054D55D}" ows_FSObjType="2136;#0" ows_Created_x0020_Date="2136;#2014-01-23 13:29:36" ows_Body="&lt;div&gt;Create wireframes for a document viewer that is used in conjunction with the document library. This viewer would be used with pdf, docs, or image files&lt;/div&gt;" ows_FileLeafRef="2136;#2136_.000" ows_Group_x0020_Task="WELS" ows_FileRef="2136;#apps/mwels/Lists/Tasks/2136_.000" ows_Title="Document Viewer" ows_Owner="heidy" ows_owshiddenversion="1" />
    <z:row ows_Attachments="0" ows_ID="2699" ows_Task_x0020_Type="Deliverable" ows_Client="New Mexico FOCUS" ows_Area="Wireframes" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="Admin Portal Wireframes" ows_Status="On Hold" ows_Priority="2" ows_DueDate="2014-07-31 00:00:00" ows_Created="2014-07-14 10:38:02" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2699;#{C43EBA38-1517-4026-AF12-33B56530EAF9}" ows_FSObjType="2699;#0" ows_Created_x0020_Date="2699;#2014-07-14 10:38:02" ows_Body="&lt;div&gt;I was told to put this on hold by Carlos&lt;/div&gt;" ows_FileLeafRef="2699;#2699_.000" ows_Group_x0020_Task="Portal" ows_FileRef="2699;#apps/mwels/Lists/Tasks/2699_.000" ows_Title="Admin Portal Wireframes" ows_Owner="James Minkler" ows_owshiddenversion="2" />
    <z:row ows_Attachments="1" ows_ID="1462" ows_Task_x0020_Type="Deliverable" ows_Client="City University of New York" ows_Area="Wireframes" ows_AssignedTo="54;#Alejandro Mulet" ows_LinkTitle="Funding Tab Request " ows_Status="Assigned" ows_Priority="5" ows_DueDate="2013-07-31 00:00:00" ows_Created="2013-07-17 16:08:13" ows_Client_x0020_Issue="deliverable" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1462;#{DFD3D4D3-C37C-4C8A-9074-8DA8D0B149C9}" ows_FSObjType="1462;#0" ows_Created_x0020_Date="1462;#2013-07-17 16:08:13" ows_Body="Make the purpose dropdown a multi-selection, if too many items are selected us a tooltip to show the full list on the table." ows_FileLeafRef="1462;#1462_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1462;#apps/mwels/Lists/Tasks/1462_.000" ows_Title="Funding Tab Request " ows_Owner="ariel davis" ows_owshiddenversion="13" />
    <z:row ows_Attachments="1" ows_ID="1955" ows_Task_x0020_Type="Issue" ows_Client="City University of New York" ows_Area="Wireframes" ows_AssignedTo="53;#Julio Garcia" ows_LinkTitle="Icon Set: New York" ows_Status="Active" ows_Priority="8" ows_DueDate="2014-01-03 00:00:00" ows_Created="2013-12-02 14:11:54" ows_WELS_x0020_Version="2.9.7" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1955;#{0EE49957-9903-4E67-AC9A-C305D9A8972F}" ows_FSObjType="1955;#0" ows_Created_x0020_Date="1955;#2013-12-02 14:11:54" ows_Body="updated status field" ows_FileLeafRef="1955;#1955_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1955;#apps/mwels/Lists/Tasks/1955_.000" ows_Title="Icon Set: New York" ows_Owner="heidy valdes" ows_owshiddenversion="6" />
    <z:row ows_Attachments="1" ows_ID="2500" ows_Task_x0020_Type="Issue" ows_Client="Miami Coalition of Partners" ows_Area="Wireframes" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="update the site tab’s re-design wireframes" ows_Status="Assigned" ows_Priority="Not Prioritized" ows_DueDate="2014-05-20 00:00:00" ows_Created="2014-05-06 11:27:45" ows_WELS_x0020_Version="2.9 (future development)" ows_Client_x0020_Issue="Deliverable" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="2500;#{1D043527-A1A2-438A-846F-29FFC844D444}" ows_FSObjType="2500;#0" ows_Created_x0020_Date="2500;#2014-05-06 11:27:45" ows_Body=" Heidy will update the site tab’s re-design wireframes to include this new field" ows_FileLeafRef="2500;#2500_.000" ows_Group_x0020_Task="WELS" ows_FileRef="2500;#apps/mwels/Lists/Tasks/2500_.000" ows_Title="update the site tab’s re-design wireframes" ows_Owner="Lisa Pittman" ows_owshiddenversion="1" />
    <z:row ows_Attachments="0" ows_ID="3343" ows_Task_x0020_Type="Issue" ows_Client="New Mexico FOCUS" ows_Area="Wireframes" ows_AssignedTo="53;#Julio Garcia" ows_LinkTitle="On Start Now Screen: Update the text" ows_Status="Assigned" ows_Priority="Not Prioritized" ows_DueDate="2014-12-31 00:00:00" ows_Created="2014-12-08 21:00:05" ows_WELS_x0020_Version="N/A" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="3343;#{BAC06875-8B2E-4D86-BAAE-A76C8F4EA650}" ows_FSObjType="3343;#0" ows_Created_x0020_Date="3343;#2014-12-08 21:00:05" ows_Body="Update the 2nd sentence to say, &amp;quot;If you would like to begin entering information, click the Start Now button.&amp;quot; " ows_FileLeafRef="3343;#3343_.000" ows_Group_x0020_Task="Portal" ows_FileRef="3343;#apps/mwels/Lists/Tasks/3343_.000" ows_Title="On Start Now Screen: Update the text" ows_Owner="Jame" ows_owshiddenversion="1" />
    <z:row ows_Attachments="1" ows_ID="1078" ows_Task_x0020_Type="Support" ows_Client="WELS Systems Foundation" ows_Area="Wireframes" ows_AssignedTo="31;#Heidy Valdes" ows_LinkTitle="WELS User Standard Wireframes" ows_Status="Active" ows_Priority="On Going" ows_DueDate="2099-12-31 00:00:00" ows_Created="2013-01-29 09:43:09" ows_WELS_x0020_Version="N/A" ows_Client_x0020_Issue="support" ows__ModerationStatus="0" ows__Level="1" ows_UniqueId="1078;#{B9391C51-0D82-4EC8-BA79-74C0AC2D39EB}" ows_FSObjType="1078;#0" ows_Created_x0020_Date="1078;#2013-01-29 09:43:09" ows_Body="&lt;div&gt;updated client issue field&lt;/div&gt;" ows_FileLeafRef="1078;#1078_.000" ows_Group_x0020_Task="WELS" ows_FileRef="1078;#apps/mwels/Lists/Tasks/1078_.000" ows_Title="WELS User Standard Wireframes" ows_Owner="Heidy Valdes" ows_owshiddenversion="8" />
    </rs:data>

    The XML is in a friendly format to read into a DataSet, which can then be bound to your data grid control.
    You will need to clean up some of the data. Data from dropdowns, people pickers, etc. will have an "id" prefix. (31;#Heidy Valdes) You could cleanup the XML first, clean the data in the column of the data table or write an event handler on
    the load event of the grid.
    Load the XML to the grid something like:
    XmlTextReader reader = new XmlTextReader(yourXMLnode.OuterXml, XmlNodeType.Element, null);
    DataSet ds = new DataSet();
    ds.ReadXml(reader);
    yourGrid.DataSource = ds.Tables[1];
    Note: ds.Tables[0] contains the record count.
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • How to pass in complex data to a web service using dynamic client

    I wrote to dynamic client to access the complex example in weblogic 7.000, I would
    like to know how I passed in a complex type to a dynamic client.

    An example of using dynamic client is attached:
    regards,
    -manoj
    "fkeita" <[email protected]> wrote in message
    news:3d051775$[email protected]..
    >
    I wrote to dynamic client to access the complex example in weblogic 7.000,I would
    like to know how I passed in a complex type to a dynamic client.[call4.jar]

  • How to Pass BAPIPWD from Export workflow in Web Services Connector MA

    Hello,
    I need to export users from FIM to SAP using web services connector. I have created Export Work flow and added the values like user name , first name, last name and etc. I couldnt set the value for password because the data type is BAPIPWD. Could you please
    tell me how to create a user in SAP from FIM using Export Workflow and how to pass the password parameter.
    Thanks,
    Nallasivan

    Hi you can add parameters to your FPM application and launch the aplication from POWL action.
    Insder FPM, using FPM parameters you can access these varaibles inside your local webdynpro component.
    Regards
    Ravi

  • How to pass a combo box parameter on reporting services?

    How to pass a combo box parameter on reporting services?
    For example, a report has a parameter which is a combo box, its items came from a database query.
    Looks like the combo box didn't got populated and greyed out if I didn't pass the parameter.

    Hi LAScorpion,
    In Reporting Services, if we want to pass a combo box parameter (means signal-parameter) from one report (main report) to another report (subreport), we can enable an action with “Go to report” or “Go to URL” option to achieve the requirement. For more details,
    please see:
    Method1: Go to report
    Right-click a report item to open the properties dialog in subreport, click Action in the left pane.
    Enable Go to report action, then select the main report name in the drop-down list.
    Add a parameter as below:
    Select ID (a parameter name from main report) in the drop-down list of Name, and select [ID] (a field name from subreport) in the drop-down list of Value.
    Method2: Go to URL
    Right-click a report item to open the properties dialog in subreport, click Action in the left pane.
    Enable Go to URL action, the URL below is for your reference:
    ="javascript:void(window.open('http://server_name/ReportServer/Pages/ReportViewer.aspx?%2ffolder_name%2fmain_report_name&rs:Command=Render&parameter_name="& Parameters!parameter_name.Value &"'))"
    Besides, if the parameter’s values are based on other parameters, then the combo-box got greyed out when we haven’t select values in preceding parameters. For more details, please see:
    Cascading Parameters
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SharePoint 2013 web service: Error while sending claim based authentication request (The corresponding SID in the domain is not part of the intended account type)

    We are using .asmx services for SharePoint features such as comments, and rating.
    Service
    Feature   used
    http://<<hostname>>/_vti_bin/socialdataservice.asmx
    Commenting, Rating
    http://<<hostname>>/_vti_bin/UserProfileService.asmx
    For out of box workflows
    In SharePoint 2013,
    SharePoint – 80  web application is on claims based mode and user is logging in with windows authentication. With logged-in client context used to call SharePoint's default web service, we are getting below error message from
    web service (Social data and user profile services).
    Server was unable to process request. ---> The corresponding SID in the domain is not part of the intended account type.
    When the service is accessed using console application with Visual Studio credentials (logged in user), we are able to access the service. Below is the code snippet
    using   (SocialDataService
    service = new  
    SocialDataService())
                      service.Credentials =
    CredentialCache.DefaultCredentials;
    SocialCommentDetail detail =   service.AddComment("<<url>>",
      "Test Comment",
    null,  
    null);
    Are SharePoint 2013 web services not supporting request coming with claim based authentication web application?
    Thanks, Pratik Agrawal (MAQ Software)

    While this applies to 2010, I believe the same is true with 2013:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/925e5f46-317f-46d3-bc55-c67f07eb2372/call-sharepoint-web-services-using-claimbased-authentication?forum=sharepointgeneralprevious
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Visual Studio 2012: Can't access Sharepoint Web Services because of Discovery Credentials Prompt

     
    Hi.
    I've exactly the same problem that is descripted
    here, so I'll add its description here.
    My SharePoint is 2010
    I am trying to access the web services that are located in this url:
    http://<part_of_th_url_omitted>/_vti_bin/Lists.asmx. I have no problem accessing
    this URL using my broswer, that is, when I type the URL and my browser's address bar and press enter, I can see the list of the services that are available. I encounter no problem by accessing this site through my browser at all.
    However, when I try to access the services from that URL (http://<part_of_the_url_omitted>/_vti_bin/Lists.asmx),
    a Discovery Credential Dialog box prompts me for my username and password. SO what I do is I enter my username and password that I used to access the sharepoint using my browser, the problem is, the dialog box doesn't seem to accept the username and password
    that I enter as the dialog box is keep on appearing.
    Below are the detailed steps on how I go about in adding the Web Services.
    1. From the Solution Explorer, I right click on the "Service References" folder.
    2. From the context menu that appears, I Click on "Add Service Reference...". The "Add Service Reference" Dialog box will appear.
    3. From the "Add Service Reference" dialog box, I click on the "Advanced,,," button which can be seen at the bottom-left of the dialog
    box. The "Service Reference Settings" Dialog box will appear.
    4. From the "Service Reference Settings" dialog box, I click on the "Add Web Reference..." dialog box. The "Add Web Reference"
    Dialog box will appear. This is the dialog box where I can type the URL of the service that I want to access. So I type "http://<part_of_the_url_omitted>/_vti_bin/Lists.asmx".
    AFter typing that, I click on the Go button (which is the green arrow button at the right of the address bar of this dialog box).
    5. After doing that, a prompt dialog box will appear which has the title "Windows Security" and it is aking for my username and password. SO
    what I do is I enter the Username and the Password that I use in accessing the sharepoint site (http://<part_of_the_url_omitted>/_vti_bin/Lists.asmx)
    6. The prompt seems to accept the Username and Password, but after that, a new dialog box appeared with the title "Discovery Credential" and
    it says "The Service 'http://<part_of_the_url_omitted>/_vti_bin/Lists.asmx' requires a username and
    password". SO what I do is I enter again the un and pw that I use to access the sharepoint site, the one that I used inm the previous dialog box.
    7 After entering the username and the password and clicking the OK button. The dialog box reappears still asking for a username and a password, but this
    time, it shows a different message. It says "The Service 'http://<part_of_the_url_omitted>/_vti_bin/Lists.asmx/$metadata'
    requires a username and password". SO it really, what oonly changed is the URL, it has now the $metadata at the end. What do I do? I eneter the username and password again.
    8. After clicking Ok again, the dialog box reappears, now it says "The Service 'http://<part_of_the_url_omitted>/_layouts/1033/error.aspx'
    requires a username and password." Now it shows a very different username. Of ocurse, I still type in the username and password and click Ok.
    9. after doing that, the dialog box reappears again and it shows the same message as in step 6. So I do steps 6, 7 and 8 in a loop.
    10. When I finally get tired of entering the username and password, I click on cancel. The message box reappears again. So I click on cancel again. After
    doing that, I can then, surprisingly, see the list of the web services. However, not surprisingly, I still can't use it because the "Add Reference" button which I need to click in order to use the Web services is disabled. So I can only see the list
    of the services but I can't use it.

    Hi Gaston,
    I would suggest you the following thread, check whether it meet your scenario, it shows that if you have set IE options to remember the username and password, and you have enter wrong password before, this issue may happen:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/a7f466a5-0e4a-4f75-ad29-9591e2357e10/sharepoint-web-services-visual-studio
    Thanks,
    Qiao Wei
    TechNet Community Support

  • How To Consume SharePoint Web Services?

    I am having problems with integrating SharePoint web services into a BEA web application. I want to consume the SharePoint Web Services (for example, http://<sitename>/_vti_bin/Search.asmx). I've generated a service control out of the WSDL, but when I execute any method, it responds with
    <faultcode>soap:Server</faultcode>
    <faultstring>Server was unable to process request. --> Object reference not set to an instance of an object.</faultstring>
    I've found tons of examples for consuming these from .NET and C#, but not from BEA. It sounds like I need to instantiate the SharePoint object and pass in some Windows credentials. I am using BEA 8.1.6 and WSS 2.0 / SPS 2003. I watched the BEA online demo at http://dev2dev.bea.com/downloads/ExcelServer/workshop_vista.html but this is for much newer BEA and WSS/SPS versions. Can it be done with my versions and if so how?

    <html>
    <body>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script type="text/javascript" src="jquery.SPServices-0.7.2.js"></script>
    <script type="text/javascript">
    var url = "[site Url]";
    $(document).ready(function() {
    $().SPServices({
    operation: "GetWebCollection",
    webURL: url,
    completefunc: function(xData, status) {
    $(xData.responseXML).find("Web").each(function() {
    // var weburlvar = $(this).attr("Url");
    //alert(weburlvar);
    $('#urlOptions').append($('<option></option>').val($(this).attr("Url")).html($(this).attr("Title")));
    alert(url);
    url = $(this).attr("Url");
    $().SPServices({
    operation: "GetWebCollection",
    webURL: url,
    completefunc: function(xData, status) {
    $(xData.responseXML).find("Web").each(function() {
    // var weburlvar = $(this).attr("Url");
    //alert(weburlvar);
    $('#urlOptions').append($('<option></option>').val($(this).attr("Url")).html($(this).attr("Title")));
    </script>
    <select id="urlOptions" onchange="window.open(this.options[this.selectedIndex].value,'_top')">
    <option value="">Select Site...</option>
    </select>
    </body>
    </html>
    Try to use above code in html file in IE browser which lists down all the subsites available in current site (not only the top level). You can make the code more cleaner by making it as a recursive function. Give the exact link for spservice reference. Replace
    [Site url] with your site url
    Thanks

  • How to access existing Web Service

    I want to access the web service (SOAP) from java classes.
    Can Any body help me by sending sample code providing that how to send my XML content to the existing web service and get the response from that.
    I want to further analyse that it is succedded or not from the response of web service (the response is also in XML).
    Thanks,
    Dipen.

    You are in the wrong forum - web services are not available with Sun webserver. Speaking of examples to check out, I would recommend you to install Sun appserver 8.1 or 8.2 and check examples that come with it, specifically in "samples/webservices" and "samples/xml" directories.

  • How to access the Web Service Browser

    Hi,
    I need to access the Web Service Browser to generate a Web Service Description.
    How can I do it?
    I use the follow url:
    http://<host_name>:<port_number>/sap/bc/bsp/sap/WebServiceBrowser/search.html?sap-client=<relevant_client>
    but I can't say how to determine values for the three placeholders.
    Help me please.
    THANKS

    Hi Andrea,
    you can access the web services in sap transaction SICF. Then right click on the
    service and choose "test". The hostname is the host on where the sap system
    runs.
    The port ´number can be seen in transaction SMICM -> shift + F1. Here you can see
    the portnumer assigned to the HTTP protocol.
    And the client is the sap client (standard client) for which the service is configured.
    Hope this helps.
    KR,
    Andreas

  • How to access a  web service(.wsdl) from portal component.

    Hi ,
    Is there any document/tutorial available on how to access a webservice from portal component ?
    I have found this linkhttps://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/g-i/how to access a web service.htm...
    but the urls in the link are not working...
    i want  to know the steps to access webs service and sample code if some body has already done that..
    Thanks for the help.
    Lakshmi

    Hi Lakshmi,
    See the links below:
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/581140d72dc442e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/918340d990ce62e10000000a155106/content.htm
    Hope this helps.
    Regards,
    Pooja.

  • How To Access HTTPS Web Service  in Application Module

    I need to know how to access HTTPS web service in application module.
    If you can provide the tutorial or guidance to achieve this really appreciate.
    Thanks
    Sameera

    Use the Web Service Proxy wizard in JDeveloper to create a class that calls your Web service, and then call this class from code in your AM.
    http://docs.oracle.com/cd/E16340_01/web.1111/b31974/web_services.htm#CJAHGIEF

  • How to access a web service from a XLet

    Hello,
    I am new in software development to ITV and I dint find too many usefull information teaching how to access a web service from a XLet running in a STB. Are there anybody who can give me some help, maybe sample or tutorial?
    Gratefull
    David

    hi,
    you can "borrow" the source code from [Yambo a free soft open source presentation engine (AKA XML microbrowser Xlet )|http://www.cineca.tv/labs/mhplab/index-en.html] both local and on a http remote connection.
    hope it helps..
    bye
    andrea

  • How to use Axis to access a web service through Authentication  proxy

    Using axis access internat web service is success,but access a web service through Authentication proxy is failure.But other java classes connect through a proxy to the internet which works very well:
    please help me ,thank you!!!
    import org.apache.axis.client.Call;
    import org.apache.axis.client.Service;
    import javax.xml.namespace.QName;
    //this is my access webservice faliure   codes
    public class TestClient
       public static void main(String [] args) {
           try {
                System.getProperties().setProperty("http.proxySet", "true");
                System.getProperties().setProperty("http.proxyHost","proxy.com");
                System.getProperties().setProperty("http.proxyPort", "8080");
                System.getProperties().setProperty("http.proxyUser", "username");
                System.getProperties().setProperty("http.proxyPassword","password");
               String endpoint =
                        "http://nagoya.apache.org:5049/axis/services/echo";
               Service  service = new Service();
               Call     call    = (Call) service.createCall();
               call.setTargetEndpointAddress( new java.net.URL(endpoint) );
               call.setOperationName(new QName("http://soapinterop.org/", "echoString") );
               String ret = (String) call.invoke( new Object[] { "Hello!" } );
               System.out.println("Sent 'Hello!', got '" + ret + "'");
           } catch (Exception e) {
               System.err.println(e.toString());
       }I get an "(407)Proxy authorization required" error?

    I am also looking for a solution. Does any one know how to do through code instead of jvm settings?
    Thanks in advance!

  • How to consume Sharepoint web services in SMP 2.3?

    Hi,
    I want to create jQuery Mobile application in which i want to call Sharepoint (SOAP) web services like (getListCollection, getListItems etc) through
    SMP 2.3 Can any one tell me in detail how to consume Sharepoint web services in SMP 2.3 so that i can use data in my jQuery Mobile Application?
    For example my web service is http://xxxxx:xx/___/Lists.asmx?op=GetListItems

    Hi Harshada,
    Any good reasons to integrate Share point Jquery mobile application with SMP ?
    because Share point web services can be consumed directly in the Jquery mobile applications.
    Please look at the below examples to achieve it.
    Sample Codes :
    Read List Items using Sharepoint Web Services and jQuery | Robert Kuzma on SharePoint,  HTML, CSS &amp;amp; JavaScript, …
    Pro-Grammar: Calling the SharePoint 2010 GetListItems web services with Jquery
    javascript - Getting list data from SharePoint 2010 site using Jquery - Stack Overflow
    -Virinchy

Maybe you are looking for

  • Unable to launch application with webstart

    Hi all, hope someone can help I recently installed j2se 5.0 update 1 and uninstalled my earlier version of 1.4.2_06. Since uninstalling the earlier version I am unable to run my application, I get the following error: An error occurred while launchin

  • How to put Chinese character in jar file by java.util.jar.Manifest?

    Now I want to develop a simple package tool which can modify some property in manifest.mf of jar files,but the Manifest class's putValue method only can correctly save English character.why? And how can I put Chinese character? the code is: Attribute

  • Fehlendes Radialfilterikon in Camera Raw 8.3. in CS6

    Mein Camera RAW in CS6 zeigt das Icon Radialfilter nicht an, obwohl die Version lt. Adobe die aktuelle ist. Bei einem Kollegen wird sie sehr wohl angezeigt. Warum? Danke für Hilfe. Hedschi

  • Just ordered Creative Cloud but won't let me download

    It offers me the download option next to Illustrator but won't download

  • How to install ODM in 11gR2?

    Dear all, How do I install Oracle Data Mining with Oracle 11g R2? I read that it is a separate priced option, but I am told by a sales representative that it comes with Oracle Database. When I start SQLPLUS, it shows the following message: ==========