Create wsdl for service tht does not have prefedined named resultsets

I am trying to create a wsdl for the GET_SCHEMA_VIEW_FRAGMENT service. I am not sure how to create the complex type for the response parameters. The name of the result set that comes back depends on the name of the view that is passed into the service. Below is an example of the response I get back. I resultset named "statesview" will change when I call the service for a different view. Any help would be greatly appreciated.
- <idc:resultset name="statesview" TotalRows="3">
- <idc:row>
<idc:field name="StateId">1</idc:field>
<idc:field name="State">Massachusetts</idc:field>
<idc:field name="Country">USA</idc:field>
<idc:field name="Display.default">Massachusetts</idc:field>
<idc:field name="Display.English-US">Massachusetts</idc:field>
</idc:row>
+ <idc:row>
<idc:field name="StateId">2</idc:field>
<idc:field name="State">Rhode Island</idc:field>
<idc:field name="Country">USA</idc:field>
<idc:field name="Display.default">Rhode Island</idc:field>
<idc:field name="Display.English-US">Rhode Island</idc:field>
</idc:row>
- <idc:row>
<idc:field name="StateId">3</idc:field>
<idc:field name="State">Texas</idc:field>
<idc:field name="Country">USA</idc:field>
<idc:field name="Display.default">Texas</idc:field>
<idc:field name="Display.English-US">Texas</idc:field>
</idc:row>
</idc:resultset>

it depends on the selection algorithm you have on the proxyservce
on the fourth tab you can dispatch based on soapaction/body/header/etc
you could dispatch on the soapaction and skip the body

Similar Messages

  • SCVMM 2008 R2 - "The SQL Server service account does not have permission to access Active Directory Domain Services (AD DS)."

    I know this question has been asked before, but never for R2, that I can tell, and the posted fixes aren't working. I have just installed SCVMM 2008 R2 on a Windows Server 2008 R2 server, using a remote SQL 2008 SP1 database. When I attempt to connect to SCVMM, I get the following error:
    "The SQL Server service account does not have permission to access Active Directory Domain Services (AD DS).
    Ensure that the SQL Server service is running under a domain account or a computer account that has permission to access AD DS. For more information, see "Some applications and APIs require access to authorization information on account objects" in the Microsoft Knowledge Base at http://go.microsoft.com/fwlink/?LinkId=121054.
    ID: 2607"
    What I've seen online is that this is usually becuase the domain account SCVMM is running as does not have the proper permissions on the SQL database. Here's what I've confirmed:
    1) My SCVMM service account is a local admin on the SCVMM server
    2) My SCVMM service account is a dbowner on the SCVMM database in SQL
    3) My SQL service account is a dbowner on the SCVMM database in SQL
    4) My SQL service account is a domain user (even made it a domain admin, just in case, and it still "doesn't have access to AD DS," which is obviously untrue)
    5) Neither service account is locked out
    Has anyone run in to this? It says in Technet that remote SQL 2008 is supported, as long as the SQL management studio is installed to the SCVMM server, and I installed and patched before I began the SCVMM installation. I just don't know what else to try - I have no errors in event logs, no issues during the installation itself...
    Andrew Topp

    That answer was very unhelpful fr33m4n. The individual mentions that they've received the error that points to the KB article. I currently receive the same error -- there seems to be no resolution. I've run the Microsoft VBS script to add TAUG to the WAAG
    as suggested by 331951, and that made absolutely no difference.
    1) My SCVMM service account is a local admin on the SCVMM server
    2) My SCVMM service account is a dbowner on the SCVMM database in SQL
    3) My SQL service account is a dbowner on the SCVMM database in SQL
    4) My SQL service account is a domain user (even made it a domain admin, just in case, and it still
    "doesn't have access to AD DS," which is obviously untrue)
    The user is also a member of WAAG, the machines have delegated authority to each other. Is there any other solution?

  • WSDL for WSDL based Proxy that does not have any input

    Hi all,
    I am trying to create a service which is based on a db adapter. The db adapter is created using a procecure that does not accept any input and gives out a cursor. I have created a
    proxy based on a wsdl which was created by me. I have not given any soap:body in the input as I dont have any input for this service. When I test the service it is not going into the
    request pipeline instead what ever the input (Here input in the sense even the proxy does not have any input as per the wsdl we need to give some xml tag to test it right?)
    to the proxy service is getting echoed back. It is neither going inside the request pipline nor Invoking the business service. When I create a proxy service as a plain xml then It is
    working fine. I am very confused and donno what to do.. Kindly help me on this.
    thanks
    Edited by: 887737 on Apr 5, 2012 4:20 AM
    Edited by: 887737 on Apr 5, 2012 4:21 AM

    it depends on the selection algorithm you have on the proxyservce
    on the fourth tab you can dispatch based on soapaction/body/header/etc
    you could dispatch on the soapaction and skip the body

  • Javascript to create bookmark for page that does not exist yet

    Hello all,
    Is there a way to write js for a bookmark that goes to a page that does not currently exist?
    For example, I have a 20 page pdf document.  We have FileMaker Pro that can 'append' to a PDF additional pages.  So when FileMaker pro appends two new pages (bringing us up to 22 pages), I'd like to have 2 'existing' bookmarks in the original 20 page pdf document that will, when clicked, go to page 21 and 22 respectfully.
    Is this possible and would anyone have the JS I would put into that bookmark?
    Thank you in advance!!

    Here's what I posted in the other forum you posted this to, in case it might help someone here:
    The JavaScript would be:
    // Go to page 21
    pageNum = 20;
    If there are fewer than 21 pages, it will go to the last page. If you want to avoid this, you could do something like:
    // Go to page 21 if there are at least 21 pages
    if (numPages > 20) pageNum = 20;

  • SQL server agent job running as Agent Service Account whose service account does not have r/w access but is still able to write?

    Hi. I am newer to SQL server security and am reviewing some of our SQL server's configuration to make sure the services are running under accounts with least privilege.  I have a SQL server 2012 instance whose Agent service is configured to run
    under an AD user account named 'SQLServices'.  The jobs on this server are configured to run as 'SQL server agent service account', which means they should execute as user 'SQLServices'.  The jobs are set up to execute SSIS packages which read and
    write to a database on the same server where the agent job is scheduled and SSIS package installed (all on same server).  The jobs are currently executing without error and are reading writing data correctly.  Upon close examination, it turns out the
    SQLServices account is not assigned to the 'sysadmin' role and had no users mapped to any databases on this server.  How are these jobs working?  I verified in profiler that the login name indeed is 'SqlServices'.  I also verified
    that SQLServices login has no database access by remote-ing onto the server and trying to log into the DB, and access was denied as expected.  According to the literature, the Agent service needs to be a member of 'sysadmin role' but I am reading
    some cases where that is not necessarily the case.  So this is not so concerning.  What is concerning is that the login 'SQLServices' had no access to the databases on that server yet it is reading and writing to the databases as if it does. 
    The only thing I can think of is maybe jobs run as 'SQL server agent service account' on the same server as the databases it r/w to somehow has some kind of default access.  What am I missing here?  Any input would be helpful.

    After 2 days on this forum I found the answer to my own question.  In retrospect, I should have posted this under 'SQL Server Security', but I didn't know it existed.
    The 2 threads below explain that Sql agent actually runs using SID (service) NT SERVICE\SQLSERVERAGENT if you chose that when you installed.  This will automatically create an associated login NT SERVICE\SQLSERVERAGENT in SQL server with sqladmin
    role.  This is the login that Agent uses to connect to the local instance of SQL server.  If you changed to domain account to run the service during install or after using config manager, basically NT SERVICE\SQLSERVERAGENT is still
    used to connect to your local instance behind the scenes (even though you will still see your domain user as account), and the domain account is used to reach outside the server. 
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/9e6bb2de-8fd0-45de-ab02-d59bbe05f72e/servicedatabase-accounts-nt-servicemssqlserver-nt-servicesqlserveragent-what-are-they-for
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/b83a52fd-fe11-4c28-a27b-88be8ae79f2a/how-do-i-change-sql-server-agent-service-account-to-nt-servicesqlserveragent?forum=sqlsecurity

  • After CC packager created installer for Lightroom, Installer does not install

    I created an installer for Lightroom (windows) using the CC packager. When I tested it it did not install Lightroom.  I tried the 32bit version and the 64bit version and they both did the samething.  Is there a problem with creating the Lightroom installer?

    Far out, I have been suffering from the same issue! I have tried on multiple machines to install Lightroom CCP pacakge! When running the setup.exe for other packages it will actually install the application and display a desktop icon / program files entry. I have wasted hours trying to figure out why Lightroom wasn't installing even tho event logs said successful! How is there no official documentation from Adobe that this is the expected behaviour for Lightroom manual installs?
    Sure the documentation says run setup.exe then exceptions installer, my thoughts were why bother with exception installer if the main package has not installed correctly! It should mention the program won't appear until exceptions have been installed?
    Thanks for creating this thread DeltaCollege! And thanks for the resolution Romsinha!

  • GarageBand for iLife '08 does not have sounds

    When I tried GarageBand for the first time, I brought up the instrumental menus, and when I went to click on one of the sounds, a message popped up stating that I needed to download the music, take it off of a dvd (what dvd?) or update it later. I chose to download it, and nothing happened, only an update for iPhoto happened. I tried the sounds again, and it stated, "You have already initiated the installation of additional content for GarageBand via Software Update. For additional information please open the 'Software Update' application" and from there nothing happens. I have used GarageBand on many other occasions on my school computers, so I know what I am doing (just a heads up for those who might try to post something along the lines of how to use GarageBand).
    Thanks

    I encountered same problem as Becu55, and followed the suggestion to use install discs. Sucessfully installed the bundle without OS, and still have no loops. clicking on any instrument loop produces the same message:
    "You have already initiated the installation of additional content for GarageBand via Software Update. For additional information please open the 'Software Update' application."
    I'm perplexed
    thanks in advance

  • Imessage is active for contact that does not have it

    I am on iOS 5 and and my friend is not but for some reason when I text him it shows iMessage and not text but he can't receive it

    Does he have another device running iOS 5 like an iPad?

  • How do I burn a CD for someone who does not have iPhoto?

    I have found that my friends (i.e., to whom I give a CD) need to "crack open" the CD to read one of my CDs I burn from iPhoto. I'm sure there is a way, but my friends who either have an older iPhoto than I or Windows, cannot read the CD very well. They can get to the pics... but they have to drill down in Finder or in Windows Explorer to get to the image.

    One thing I have successfully done for my albums is to turn them into Quicktime then burn them. Go to File/Export/Quicktime and choose the options you want. It can even save the music you have with the album. Save that file to the desktop then burn it on a CD. Of course, the person who gets the CD must have Quicktime, but many people do nowadays.

  • OWB 904:  DBLINK user does not have tables in its schema ?

    For an external Oracle source module, there is a dblink that has been defined. But the user that has been used for this dblink does not have any tables/views in its schema. The tables are in a different schema. How do I get acces to those tables through OWB interface and import them ?

    The user needs to be granted access/privileges to the tables in the different schema in order for these tables to be accessed. For oracle tables the user can be given these privileges through Oracle Enterprise Manager.

  • I'f ITunes does not have a particular song

    I have had very good luck with purchases from I Tunes, songs real clean without distortion. Can someone recommend another good music source for when ITunes does not have a particular song? Thanks

    It depends what you are looking for. Amazon.com has an excellent selection of major label and independent music. Unlike iTunes, the amazon selection is at 256 K and is 100% non-DRM, so it makes sense to look there before iTunes.
    Audiolunchbox.com and emusic.com specialize in independent labels and each have millions of tracks. Also there are literally hundreds of online stores that cater to particular styles and markets; a few I have successfully used are eclassical.com (classical) beatport.com (DJ music).

  • Getting this error while opening a folder : This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel

    Hi,
    While trying to open a folder on my Windows 7 Home Premium, an error comes "This file does not have a program associated with it for performing this
    action.  Please install a program or, if one is already installed, create an association in the Default Programs control panel." I tried searching on the net but did not get great support for the issue when it happens with folder opening.

    Hi Nikunj Shah,
    First, I suggest you download
    Microsoft Safety Scanner or
    Malicious Software Removal Tool to run a full scan.
    The error messages here seems to be caused by the corrupted registries, which related with the folder association.
    You may take a try to merge the following registry settings to reset the folder association, before that, remember to backup your registry settings first:
    How to back up and restore the registry in Windows
    Copy and paste the following commands into Notepad, and save it to a .reg file:
    =================
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Folder]
    "ContentViewModeLayoutPatternForBrowse"="delta"
    "ContentViewModeForBrowse"="prop:~System.ItemNameDisplay;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;System.DateModified"
    "ContentViewModeLayoutPatternForSearch"="alpha"
    "ContentViewModeForSearch"="prop:~System.ItemNameDisplay;System.DateModified;~System.ItemFolderPathDisplay"
    @="Folder"
    "EditFlags"=hex:d2,03,00,00
    "FullDetails"="prop:System.PropGroup.Description;System.ItemNameDisplay;System.ItemTypeText;System.Size"
    "NoRecentDocs"=""
    "ThumbnailCutoff"=dword:00000000
    "TileInfo"="prop:System.Title;System.ItemTypeText"
    [HKEY_CLASSES_ROOT\Folder\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "MultiSelectModel"="Document"
    "ProgrammaticAccessOnly"=""
    "LaunchExplorerFlags"=dword:00000018
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "MultiSelectModel"="Document"
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
    "MUIVerb"="@shell32.dll,-8518"
    "MultiSelectModel"="Document"
    "Extended"=""
    "LaunchExplorerFlags"=dword:00000003
    "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
    "MUIVerb"="@shell32.dll,-8517"
    "MultiSelectModel"="Document"
    "OnlyInBrowserWindow"=""
    "LaunchExplorerFlags"=dword:00000001
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\BriefcaseMenu]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    @="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Offline Files]
    @="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}]
    @=""
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\BriefcasePage]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\Offline Files]
    @="{7EFA68C6-086B-43e1-A2D2-55A113531240}"
    [-HKEY_CLASSES_ROOT\Folder\ShellNew]
    [HKEY_CLASSES_ROOT\Folder\ShellNew]
    "Directory"=""
    "IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
      00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
      00,00
    "ItemName"="@shell32.dll,-30396"
    "MenuText"="@shell32.dll,-30317"
    "NonLFNFileSpec"="@shell32.dll,-30319"
    [HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
    "AllDrives"=""
    "IsFolder"=""
    "NoExtension"=""
    ==================
    Once done, right-click the REG file and choose Merge. Alternately, you can open the Registry Editor and then using the
    Import option from the File menu, to merge the REG file contents.
    Let me know if you need any further help.
    Best regards
    Michael Shao
    TechNet Community Support

  • Every time I update or repair in the control panel it comes up with a error message like, this file does not have a program associated with it for performing this action, please install a program if it is installed create an association to the default pro

    EVERYTIME I UPDATE SOFTWARE OR GO INTO THE CONTROL PANEL TO ITUNES TO REPAIR OR CHANGE IT GIVES ME AN ERROR MESSAGE
    THIS FILE DOES NOT HAVE A PROGRAM ASSOCIATED WITH IT FOR PERFORMING THIS ACTION. PLEASE INSTALL A PROGRAM, IF IT IS INSTALLED CREATE AN ASSOCIATION TO THE DEFAULT PROGRAMS CONTROL PANEL

    STOP SHOUTING!  Or at the very least, get the CAPS lock key fixed.
    Remove iTunes.
    Download and install the current version of iTunes from http://www.apple.com/itunes/download

  • Tying to install itunes and I get error message "This file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel.  Help

    am tTying to install itunes and I get error message "This file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel. Can anyone help me?

    Hi,
    Here is a similar thread for your reference:
    There is no email program associated to perform the requested action. Please install an email program or, if one is already installed, create an association in the Default programs control panel
    http://social.technet.microsoft.com/Forums/en/w7itproappcompat/thread/036e3cf6-bff7-4ef2-bd0a-555cd2399ad4
    Hope this helps
    Vincent Wang
    TechNet Community Support

  • TS3989 Mssage when opening Photo Stream on-"This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel" Help!!!

    Mssage when opening Photo Stream on-"This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel" Help!!!

    You are posting in the "icloud on my mac" forum, but your profile mentions Windows.  If using a mac, you need to have iphoto or aperture installed in order to receive new photos via photo stream.  If using windows, try posting in the iCloud on a PC forum.  You'll get better help there.
    https://discussions.apple.com/community/icloud/icloud_on_my_pc

Maybe you are looking for

  • How to set SSL from an Webservice EJB client

    I want to invoke a web service from a stateless session EJB. How do I configure Weblogic 9.0/8.1 so that the transport uses SSL? I have a set of SSL related properties that I want to set e.g. Client Authentication Enabled, Private Key file, Client Ce

  • Why do I keep getting new pins sent to me?

    I downloaded the Messages app on my wife's phone and it keeps sending new pins and saying it failed the security. What do we need to do?

  • IPhone 5 - Ringing out volume

    Just wondering if anyone else is having issues with there iPhone 5, for some reason when dialing out I barely could here the ringing out noise. I have put the volume to max so not sure if its a network issue or a phone issue. I also cannot hear someo

  • Number range of confirmation of service

    what transaction code can we check the number range of confirmation of service. thanks.

  • IR sync to Vista 64

    Yes, another Vista 64 bit problem. I have a Palm m500 and a Tungsten T3. I read the posts and bought an IR-USB from Cables Unlimited. Driver info: MosChip Semiconductor, driver version 1.3.0.0 The PC sees both of my palms and I can send a VCF from th