Web Service - Check List

If I want to call a Webservice from XI what are all the components that I need to Address? (Like Adapter, Web service Name, Input to the Web Service Etc)
thanks

Hi,
1. Use XML spy to see that you are able to call the webservice from the network and it's working fine.
2. SAP note on SOAP adapter: 856597
Document on SOAP adapter:
https://websmp103.sap-ag.de/~sapdownload/011000358700002953992006E/HowToUseSOAPAdapter.pdf
Parameters for soap adapter:
http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm
Regards
Vijaya

Similar Messages

  • 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

  • IOException from EP web service checker

    Hi  ,
    I have created a web service from a portal service and deployed to my portal, when I try to access via EP web services checker by url:
    http://server:50100/irj/servlet/prt/soap/com.sap.portal.prt.soap.TestService
    I got the java.io.IOException:http://server:50100/irj/servlet/prt/soap/com.sap.portal.prt.soap.TestService
    in the panel "WSDL Descriptor".
    Does any body have a idea how to fix this issue?
    Thanks,
    narendra

    hi
    Thanx for ur reply.
    i checked but it is not useful for my problem.
    I got a Exception in EP Web Services Checker like this:
    java.io.IOException:Server returned HTTP response code:503 for url:http://server:50100/irj/servlet/prt/soap/com.sap.portal.prt.soap.TestWebService

  • 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

  • Web service check error

    Hi,
    Is this a bug?
    A web service (C#) runs well, but the System Health Monitor is showing error 500 for it. It looks like a strange space appears in the link on position 27, when the monitor is checking the web service. Any clue?
    error example:
    Portlet request failed, the remote server returned HTTP error '500'. Portlet ID=557, User ID=1, URL='http://xxxxxx.xxxxxxxxxx.edu/xxxxxxxxxxxxx/portlet/xxxy zxxxxxFirstForm.aspx'
    (the space appears between y xnd x in several cases-I've checked the webservice and no space is there. I've rewrite the webservice link, without success)

    Have you tried the try catch block ?
    See the error codes it responds with.
    Then look through the properties of the Exception
    try
        doInit();
    } catch(err)
        var vDebug = "";
        for (var prop in err)
           vDebug += "property: "+ prop+ " value: ["+ err[prop]+ "]\n";
        vDebug += "toString(): " + " value: [" + err.toString() + "]";
        status.rawValue = vDebug;
    function doInit()
        doWebServiceCallThatFails();
    Have fun with these articles
    http://blogs.adobe.com/formfeed/2009/06/collected_form_development_and.html
    http://blogs.adobe.com/formfeed/2009/03/handling_javascript_exceptions.html

  • Oracle 10g Web Services: checking in as HTML, retrieving as PDF...

    Hi all. I'm looking for a little help on how to achieve HTML to PDF conversion when either checking in or retrieving a document using the Java 10g WSDL web services interfaces. I was hoping there'd be a way to configure the Content Server to automatically produce a PDF rendition of the incoming HTML at check-in time so that it can be queried via the 'Web' rendition later. However, it seems the server regards the HTML as already a 'Web' rendition and so won't produce a PDF version.
    Here's my check-in code:
              String checkInFileName = ...; // file name for check in
              String contentID = ...; // content ID for check in
              byte[] content = ...; // HTML content as a byte array
              IdcFile primaryFile = new IdcFile();
              primaryFile.setFileContent(content);
              primaryFile.setFileName(checkInFileName);
              CheckIn ci = new CheckIn();
              CheckInSoap ciSoap = ci.getCheckInSoap();
              CheckInUniversalResult ret = ciSoap.checkInUniversal(contentID,
                        "My HTML Doc",
                        "Document",
                        "Andy",
                        "Public",
                        null,
                        primaryFile,
                        null,
                        null);
              System.out.println("Returned status: " + ret.getStatusInfo().getStatusMessage());
    ...and the check-in works fine. It would be nice to be able to programmatically request the Content Server convert the HTML to PDF as part of the check-in code. If that's not possible, then just a way to configure the Content Server to provide a PDF rendition when HTML documents are checked in.
    Any help or hints appreciated!

    Do you have IBR (inbound refinery) setup?
    If so, to turn on conversion for HTML files, go into Configuration Manager - Options -> File Formats and send HTML files to IBR.
    Jonathan
    http://jonathanhult.com

  • Having a problem parsing XML from web service & dropdown list

    I have 2 data connections that are programmatically invoked via exit event on different fields in form.  Both have identical code with only difference is that one populates a multiselect list box and one populates a drop down list.  The one that populates the listbox works fine.  Everytime Field A changes, it is fired and the results parsed then listblox updated.  The one with the drop down list is not working at all.  The form is used in Workspace.  When I use the javascript debugger, I see the correct node values output to the console window.  The problem is that the value is not successfully added to the drop down list existingFileNumber.  Anyone have any great ideas?  Like I said, this works perfectly in the same form for a different web service and a listbox.
    Here is the code for firing and parsing the dropdown list data:
    Form.sRoutingTransmittalSlip.sPreparer.existingFileNumber.clearItems();
    Form.sRoutingTransmittalSlip.phaseHidden.rawValue="PI";
    xfa.connectionSet.getInfo.execute(0);
    var pls2=xfa.datasets.createNode("dataGroup","pls2");
    pls2.loadXML(Form.sRoutingTransmittalSlip.fileNumbersHidden.rawValue,false,true);
    xfa.datasets.data.nodes.append(pls2);
    var dataGroup=xfa.resolveNode("xfa.data.pls2.Matters");
    var dataGroupLength=dataGroup.nodes.length;
    if (dataGroupLength==0) {}
    else {
      for (var i=0;i<dataGroupLengthl;i++){
         console.println(dataGroup.nodes.item(i).nodes.item(0).value);
         Form.sRoutingTransmittalSlip.sPreparer.existingFileNumber.addItem(dataGroup.nodes.item(i ).nodes.item(0).value);

    Do this instead
    [Bindable]
    var xlTopics:XMLListCollection;
    private function LoadResults(event:ResultEvent):void{
    var xmlResult = XML(event.result); //only use lastResult in
    binding expressions
    trace(xmlResult.toXMLString()); //to be sure of what you have
    xlTopics = new XMLListCollection(xmlResult .children());
    //all the child nodes of the root
    Tracy

  • Web service not listed in web service navigator

    Hi all,
    I'm on NW70. I developed a staless session ejb and exposed it via WS.
    Deploy was ok and the .ear archive seems to contain both the ejb and the .videf and .wsdef files.
    However I cannot find the WS in wsnavigator.
    Also accessing the WS from http://<AS host: AS port>/<WSName>/<CfgName>?wsdl gives resource not found
    what am I missing?
    thanks
    regards
    Vincenzo

    Can you please check wsdl node in SICF
    SICF  test the node /sap/bc/srt/wsdl ?
    you get more information if you follow latest help by sap
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7ccd3e4e-0501-0010-95ae-afa58cb46b75
    http://help.sap.com/saphelp_nw04/helpdata/en/b7/d7baaf1481a349ab723e3acd7334b3/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/30c5aca7f92f418d889b99ccc9ee08/content.htm
    Regards
    nag

  • IRM / web services / check user rights to the document by login

    Hellow,
    How to check if user can read sealed document?
    Sealing Server can be used to get Classification (Peeking http://download.oracle.com/docs/cd/E21764_01/user.1111/e12326/isvsealedcontent001.htm#DAFHIHIH)
    "The classification is used by the Oracle IRM Desktop to determine whether the *authenticated user* can access the sealed content".
    How can I do the same if i know the login user name?

    Thanks!
    My example
    // get document context id
    var sealedDoc = File.ReadAllBytes(_SealedFileName);
    string contextId;
    using (var srv = new SealingServicesClient())
    srv.ClientCredentials.UserName.UserName = _ContextAdminName;
    srv.ClientCredentials.UserName.Password = _ContextAdminPass;
    var data = srv.Peek(sealedDoc);
    contextId = data.classification.id;
    // get user rights
    string userName = "BillGates";
    AccountRef account = new AccountRef();
    account.uuid = string.Format("urn:user:{0}", userName);
    DocumentRight[] rights;
    using (var srv = new DocumentRightOperationsClient())
    srv.ClientCredentials.UserName.UserName = _ContextAdminName;
    srv.ClientCredentials.UserName.Password = _ContextAdminPass;
    rights = srv.ListRightsByAccount(account);
    // check if user can read
    bool canRead;
    var right = rights.FirstOrDefault(rr => rr.context.uuid == contextId);
    if (right == null)
    return;
    canRead = (right.role.features.FirstOrDefault(ff => ff.id == "oracle.irm.generic.Open") != null);

  • How to create Web Service based on PI WSDL message

    Hi all,
    we have following scenario:
    Within PI (version 7.1) we set up a message type and inbound service interface. This service interface should send the PI message to a web service running on a SAP J2EE (version 7.01). As the PI message is sent as WSDL I thought it should be easy to build a web service on the SAP J2EE based on this WSDL from PI.
    Unfortunately, I have problems creating the Web Service.
    For my current project we integrated the NWDI to the SAP NetWeaver Developer Studio and I'm required to add the Web Service to an existing DC (Development Component) within the NWDI.
    What I tried so far is:
    - I created a Deployable Proxy Project and within this I created a Client Proxy Definition based on the WSDL from the PI. But I can't add this Proxy to the DCs of the NWDI and I don't know how to implement my own coding here in order execute specific functions.
    - I created a new class within the NWDI DC and a public method. Based on this I created a Virtual Interface and a Web Service Definition (WSD). Then I added this to a Web Service Deployment Descriptor. I uploaded this to the SAP J2EE. But I'm not able to access this and I don't know hoe to assign the WSDL here.
    I also tried here to create a client proxy based on this WSD as I thought I might assign the WSDL here. But I don't see the WSD in the list of Web Services uploaded to the SAP J2EE...
    Can you please advice me how to create a Web Service in such an environment?
    regards
    René Jurmann

    Hi Tahir,
    sorry that you needed to wait this long - but this is how I created the web service:
    The steps on how to create the web service in NetWeaver Developer studio are nearly the same as described in the blog http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5838. [original link is broken] [original link is broken] [original link is broken]
    Some steps I just skipped and some others I added. Some of the steps I did the way I described it as I needed to connect the web service with the SAP PI.
    Prerequisites:
    Add Java Perspective and J2EE Development Perspective to the open perspectives.
    Within "Window - Preferences - Web Services" check "Soap extensions visible in the virtual interface editor"
    The SDM of the corresponding SAP J2EE is configured within "Window - Preferences"
    Create a Development Component (DC) with type "J2EE -> EJB Module"
    The business logic of the web service will be implemented in an Enterprise Java Bean (EJB). So first the EJB component must be created:
         Choose "File -> New -> Other"
         In opening PopUp choose "Development Component -> Development Component Project"
         Select the Software Component for which you want to add the DC (e.g. "Local Development -> MyComponents")
         Choose now vendor, name and type:
              vendor is an alpha-numeric string of 20 characters starting with a letter - all in lower case
              name is an alpha-numeric string starting with a letter - all in lower case
              vendor and name concatenated must not be longer then 40 characters
              the name can be separated into different part using "/" as separator
              each part of the name must not be longer than 8 characters
              the type is "J2EE - EJB Module"
              you can specify a Caption as general description for the web service
    Create new EJB
    To create the EJB itself:
         In J2EE DC Explorer of J2EE Development Perspective expand new DC and right-click on folder "ejbModule"
         Choose "New - EJB" with following details:
              EJB Name: <name as for PI service Interface to be created - starting in upper case>
              EJB Project: <pre selected>
              Bean Type: Stateless Session Bean
              Default EJB Package: <corresponds to namespace in PI>
              generate default interfaces: Checked
    Regarding the "Default EJB Package" this should be created according the namespace in PI for which all PI objects will be created. This only applies if you have some naming conventions here.
    Example:
    Namespace in PI is:  http://company.net/pi/SOFTWARE_COMP/Application
    The corresponding package then is: net.company.pi.software_comp.application
    Implement coding for web service
    As the web service will be called via PI some transfer variables will be submitted. Most likely, those variables will not be standard type (e.g. String) but a complex type. Those types must be generated as Java classes. Below an example of a complex type I needed:
    Data Type
    net.company.pi.software_comp.application.types.MessageProcessingInformation
    Structure:
         Element name          Element type
         sendingSystemID          String
         interfaceID               String
         businessProcessVariantCode     String
         testIndicator               Boolean
    For every element described a public "get", "set" and "has" method must be created in the corresponding Java class:
    package net.company.pi.software_comp.application.types;
    import java.io.Serializable;
    public class MessageProcessingInformation implements Serializable {
         protected String sendingSystemID;
         protected String interfaceID;
         protected String businessProcessVariantCode;
         protected Boolean testIndicator;
         public String getSendingSystemID() {
              return sendingSystemID;
         public void setSendingSystemID(String value) {
              this.sendingSystemID = value;
         public boolean hasSendingSystemID() {
              if(sendingSystemID != null && !sendingSystemID.equals("")){
                   return true;
              return false;
    All Java classes representing complex types and all classes referenced here (used for sub-types) must implement java.io.Serializable. Java standard types which do not implement this class must not be used as sub-types.
    As soon as all data types are declared the real business logic can be implemented:
         In J2EE DC Explorer of J2EE Development Perspective expand DC - "ejb-jar.xml" - <Name> and double click on "ejbCreate"
         In detail view select folder "Business Methods" and click "Add"
         choose name of business method - this should be the same as the PI message type used for the service interface - starting lower case
         return type should be "void"
         add needed parameters fully qualified - including package (as specified in PI and created previously in DC)
         you can mark certain parameters as array if necessary
    Remark:
    It might be that after saving you get an error. This might be as the package name of one component is copied to the corresponding Java class at the very beginning (before the package declaration within the Java class). Simply delete the string here.
    It also might be, that the new business method is only defined in the remote interface class but not in the bean class. Just create an according method in the bean class.
    Within the newly created business method within the bean class you can now implement the business logic.
    Create a DC with type "J2EE -> Enterprise Application"
    In order to create the "real" web service and deploy it to the J2EE an Enterprise Application project has to be created. So create a new DC as for the EJB Module but choose as type "J2EE -> Enterprise Application".
    After the DC is created right click on the EJB DC and choose "Add to EAR Project". Choose the new DC.
    Create web service for EJB
    As soon as you implemented the business logic you can create the "real" web service. Therefore:
         Right click on the EJB name below "ejb-jar.xml"
         Choose "New - Web Service"
         Choose proper "Web Service Name" and "Configuration Name" (probably oriented at the EJB name)
         Copy the URL of the web service - you'll need it later for PI configuration
         on the second next screen use the same name for "Virtual Interface" and "Web Service Definition" (the name should be the name of the "Endpoint")
         the "EAR Project" should be preselected
    Unfortunately, the web service can't be used in its current configuration to be accessed by PI. Therefore the Virtual Interface must be changed. To do so, expand folder "Virtual Interfaces" and double click the virtual interface created.
    Within the detail view expand in tabs "Mapping" and "Types" the complete folder structure. For any "SOAP Extension" where a namespace can be defined use as namespace the corresponding namespace in PI (e.g. http://corpintra.net/pi/CBFC_GLOBAL_SAP_APPL/BillerDirect) but do not change any "Soap Extension" of a standard Java type. (if you don't have any naming convetions for namespaces in PI you can leave the SOAP Extension here. But then the namespace in PI should be set accordingly.)
    Probably it can be necessary on top level "Soap Extensions" in tab "Mapping" to leave "Use Namespaces for Parameters" unchecked. For some of my web services this parameter must be checked for others not - just try.
    If you can define a "New Name", "Local Name" or "Item Label" for a Soap Extension then use a name with starting upper case letter. (For Java Naming conventions most of the data type names will start with lower case letters.) Especially the method name must be renamed this way in order to stick to the PI namings.
    As a last point to change here check in tab "Mapping" all "Incoming Parameters" which you specified as array. Use for those as "New Name" a different name - do not just simply change from lower case to upper case. This is necessary as on PI we need to create two levels although here only one is specified.
    For any own sub-type declared as array the name within the coding should also differ from the corresponding Java Class name the type refers to.
    If all this is done you can deploy the web service to the J2EE:
         right click on "Enterprise Application" DC and choose "Development Component - Build..." and build all corresponding components
         right click on "Enterprise Application" DC and choose "Development Component - Deploy"
    Test the new web service via <J2EE URL>/wsnavigator/enterwsdl.html
    Create PI interface
    After the web service is created successfully the PI integration can be started.
    Therefore, within the Enterprise Services Builder create a data type according to the web service definition. All components defined on top-level for this data type should be declared as incoming parameter for the web service business method. Therefore it could be necessary to create some sub data types on PI first and add those to the "master" data type.
    Ensure that the names of the components correspond to the names defined in the web service (see virtual interface here). Those names must exactly be the same - including lower/upper case. Also take care for the ordering of the components.
    In case you need to include arrays following applies:
    The upper level is of occurrence "1:1". This has only one sub-entry with occurrence "1:n". The names for upper and sub-level must not equal.
    Based on the data type a message type is created. The name of the message type must be exactly the same as the name of the web service business method. (Hint: the name of the web service business method was most likely changed in the virtual interface. Then this name must correspond to the message type name.) Based on the message type an asynchronous inbound interface is to be created (which will be referred in the Integration Directory). The operation name for this interface (left panel) should be the same as the name for the web service business method.
    Create PI mappings and routings
    How to map (message mapping and operation mapping) from source to the web service message I wont explain here as this depends on the source message. The only important things here are:
         When creating the SOAP communication channel within the Integration Builder the "Target URL" is:
              <J2EE URL>/<Access URL as specified in web service creation>?wsdl&style=document
         The soap action is the name of the web service business method.
         Most likely the web service needs authentication to be executed.

  • Web Service visible in WS navigator

    I have developed web service and is deployed in to SAP EP (.PAR file). Iu2019m able to access wsdl through url and also able to access web services through our web service client but
    This web service not listed in the WS navigator of SAP EP System
    How can I make my WS visible in WS navigator?
    All listed web services in WS Navigator are prompting for user name and password while testing
    When I test my WS, it does not ask for authentication.
    Regards,
    Rasika

    Hi capronero,
    If the process is deployed it should also expose itself as a web service. The service will be published with the name of the service interface of your message start event. Simply click on the "Start" event in your process model and check the service interface name and the operation name. This should also be visibile in the WS navigator.
    Cheers,
    Martin

  • Problem using deployed Axis web services

    Dear all,
    I am currently trying to get my first web services up and running on Tomcat 5. I create a simple Java class to return a String:
    public class SayHello2
        public String hello(String in)
            return ("Hello, " + in);
    }From this class I created the WSDL with Java2Wsdl. I created the deployment descriptor using Wsdl2Java and deployed the whole thing using the Axis AdminClient. Finally, I compiled the resulting classes from step 2 and copied them to the directory that corresponds to the package name.
    The web service is listed together with the method in the list provided by Axis. However, I can not access the method, neither entering the direct URL (http://localhost/WSTest/services/SayHello2?in=bla), nor using the stub classes generated by Axis, nor using a org.apache.axis.client.Call. I am quite lost. Does anyone have any ideas what I could check? I've pasted the WSDL below, just in case there's any hint in there. (I can access this wsdl alright with http://localhost/WSTest/services/SayHello2?wsdl).
    Cheers,
    N.
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="urn:testPackage" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:testPackage" xmlns:intf="urn:testPackage" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--WSDL created by Apache Axis version: 1.2.1
    Built on Jun 14, 2005 (09:15:57 EDT)-->
       <wsdl:message name="helloResponse">
          <wsdl:part name="helloReturn" type="soapenc:string"/>
       </wsdl:message>
       <wsdl:message name="helloRequest">
          <wsdl:part name="in" type="soapenc:string"/>
       </wsdl:message>
       <wsdl:portType name="SayHello2">
          <wsdl:operation name="hello" parameterOrder="in">
             <wsdl:input message="impl:helloRequest" name="helloRequest"/>
             <wsdl:output message="impl:helloResponse" name="helloResponse"/>
          </wsdl:operation>
       </wsdl:portType>
       <wsdl:binding name="SayHello2SoapBinding" type="impl:SayHello2">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="hello">
             <wsdlsoap:operation soapAction=""/>
             <wsdl:input name="helloRequest">
                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:testPackage" use="encoded"/>
             </wsdl:input>
             <wsdl:output name="helloResponse">
                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:testPackage" use="encoded"/>
             </wsdl:output>
          </wsdl:operation>
       </wsdl:binding>
       <wsdl:service name="SayHello2Service">
          <wsdl:port binding="impl:SayHello2SoapBinding" name="SayHello2">
             <wsdlsoap:address location="http://localhost/WSTest/services/SayHello2"/>
          </wsdl:port>
       </wsdl:service>
    </wsdl:definitions>

    Thanks for the reply!
    The odd thing is that no exception is thrown at all. All that happens is that I get a null value back when I call the method sayHello (indepent from the way in which I call it, whether using URL access or the client stub). When I deploy the same class as a .jws, called with http://localhost/WSTest/SayHello.jws?method=sayHello&in0=bla, everything works fine. Response:
    <soapenv:Envelope>
      <soapenv:Body>
       <sayHelloResponse    soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <sayHelloReturn xsi:type="xsd:string">Hello, bla</sayHelloReturn>
    </sayHelloResponse>
    </soapenv:Body>
    </soapenv:Envelope>When I call the deployed web servce with http://localhost/WSTest/services/SayHello2?method=sayHello&in0=bla, I get the null value back:
    <soapenv:Envelope>
    <soapenv:Body>
       <sayHelloResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <sayHelloReturn xsi:type="soapenc:string" xsi:nil="true"/>
    </sayHelloResponse>
    </soapenv:Body>
    </soapenv:Envelope>I don't have the slightest clue what the problem could and really need to get this web service thingy going. I have already spent an entire week on this. Any help is greatly appreciated.
    Cheers,
    N.

  • Web services, web dynpro and serializers

    hello, i am getting a error executing a webdynpro apllication that uses a web srvice...:
    the error is:
    Deserializer for element 'item' not found
    my code in WebDynpro:
    wdThis.wdGetContext().currentRequest_ObtenerTareasService_obtenerTareasElement().setObtenerTareas1Param2("bisegoal");
         //the parameter for the web service
         wdThis.wdGetIviewTareasController().executeRequest_ObtenerTareasService_obtenerTareas();
         wdContext.nodeResponse().invalidate();
         //executing the web service
         java.util.List lista =(java.util.List)wdContext.currentResultElement().getValue();
    //retrieving the result
    the soap response in the web service checker:
    can anybody help me??
    thanks

    Sorry ,
    you need to set value for "item".
    Rahul

  • Web Service Security Question

    I have created a web service in the NetWeaver portal using a Portal Service.  I have marked the service as requiring basic http authentication.  However, when I call the web service from the Enterprise Portal Web Services Checker in NWDS it just let's me supply the params of the web service and no authentication.  Any ideas?
    I also noticed that my web service does not appear under the Web Services Container or Web Services Security section in Visual Administrator.  Anybody have any idea why this is?
    Thanks in advance.
    Curtis

    Hi Curtis,
    My guess is that since you are logged into the Portal while calling this web service, it will use the current session cookie to authenticate automatically. I'm not sure on the second question, tried a restart?
    Regards,
    Raj

  • How to use WS-RM web Service from Session Bean?

    Hi all.
    Could you tell me the way how to call WS-RM web service(Staring BPM Process) from SessionBean?
    Our environment: SAP NetWeaver CE 7.2 SP3
    I do the following.
    I have created a BPM Process starting with Message Start Event.
    This Message Start Event was created by Service Interface(stateless and asynchronous) which was imported from ESR.
    I deployed this into my server and it worked fine in webservice navigator as a WS-RM WebService.
    But I can't call this webservice from SessionBean in EJBExplorer.
    I get the following error message:
    Caused by: This exception is wrapper of javax.xml.ws.soap.SOAPFaultException. com.sap.engine.services.webservices.espba
    se.client.bindings.exceptions.SOAPFaultException: Invalid WS-RM message. There are no WS-RM headers within SOAP message.
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.processFault(JAXWSUtil.java:412)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:1366)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:960)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:915)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:168)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:121)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:84)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:65)
    at $Proxy2753.zwsvCheckOrderdataMainprocessStart(Unknown Source)
    at jp.co.ogis_ri.WSTestSessionBean.exeWS(WSTestSessionBean.java:81)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    I created this SessionBean as follows:
    I created DCs for EJB and created SessionBean in EJB DC.
    I imported a WSDL file(WS-RM web service) from Service Registory and
    I created service clients and Service References.
    After that I implemented SessionBean to call web service checking with this help.
    http://help.sap.com/saphelp_nwce72/helpdata/en/44/4d2bb1c6b00597e10000000a155369/frameset.htm
    After deploying this EJB,I configured properties in nwa.
    Thanks
    Yuichi

    Yuichi
    Did you manage to solve this?  I'm doing something similar and seeing the same problem, although they're up to 7.3 SP7.
    Any help greatly appreciated.
    Lewis

Maybe you are looking for