Adding SoapHeader C# Client

I'm trying to create a c# client that consumes a web service via SOAP, the problem is that when the client call the server it sends this XML:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<AuthenticatePersonPmt2Request xmlns="http://www.morpho.com/pmt2/wsdl/1.0">
<BasicOwrHeaderRequest xmlns="http://www.morpho.com/pmt2/xsd/1.0">
<RequestId xmlns="http://www.morpho.com/mbss/generic/xsd/1.0">C0000001</RequestId>
<OperatorId>O0000001</OperatorId>
<ClientId>IDENTICA</ClientId>
</BasicOwrHeaderRequest>
<person xmlns="http://www.morpho.com/pmt2/xsd/1.0">
<PIN xmlns="http://www.morpho.com/mbss/generic/xsd/1.0">1072649862</PIN>
<Registration xmlns="http://www.morpho.com/mbss/generic/xsd/1.0">
<registrationID>0</registrationID>
<PrintSet>
<PrintSetid>0</PrintSetid>
<typeSample>TENPRINT_ROLLED</typeSample>
<PrintTemplate>
<right_index>
<buffer>SOME DATA</buffer>
<format>ISO-FMR</format>
<version>COD-CLIENT-01</version>
</right_index>
<left_index>
<buffer>SOME DATA</buffer>
<format>ISO-FMR</format>
<version>COD-CLIENT-01</version>
</left_index>
</PrintTemplate>
</PrintSet>
</Registration>
</person>
</AuthenticatePersonPmt2Request>
</soap:Body>
</soap:Envelope>
but the service required this XML:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.morpho.com/pmt2/wsdl/1.0" xmlns:ns1="http://www.morpho.com/pmt2/xsd/1.0" xmlns:ns2="http://www.morpho.com/mbss/generic/xsd/1.0">
<soapenv:Header>
<wsa5:From xmlns:wsa5="http://www.w3.org/2005/08/addressing">
<wsa5:Address>CLI1@MOR</wsa5:Address>
</wsa5:From>
<wsa5:MessageID xmlns:wsa5="http://www.w3.org/2005/08/addressing">1234</wsa5:MessageID>
</soapenv:Header>
<soapenv:Body>
<ns:AuthenticatePersonPmt2Request>
<ns1:BasicOwrHeaderRequest>
<ns2:RequestId>IDENTICA</ns2:RequestId>
<ns1:OperatorId>O0000001</ns1:OperatorId>
<ns1:ClientId>C0000001</ns1:ClientId>
</ns1:BasicOwrHeaderRequest>
<ns1:person>
<ns2:PIN>80756393</ns2:PIN>
<ns2:Registration>
<ns2:registrationID>0</ns2:registrationID>
<!--Zero or more repetitions:-->
<ns2:PrintSet>
<ns2:PrintSetid>0</ns2:PrintSetid>
<ns2:typeSample>TENPRINT_ROLLED</ns2:typeSample>
<!--Optional:-->
<ns2:PrintTemplate>
<!--Optional:-->
<ns2:right_index>
<ns2:buffer>SOME DATA</ns2:buffer>
<ns2:format>ISO-FMR</ns2:format>
<ns2:version>COD-CLIENT-01</ns2:version>
</ns2:right_index>
<ns2:left_index>
<ns2:buffer>SOME DATA</ns2:buffer>
<ns2:format>ISO-FMR</ns2:format>
<ns2:version>COD-CLIENT-01</ns2:version>
</ns2:left_index>
<!--Optional:-->
</ns2:PrintTemplate>
</ns2:PrintSet>
</ns2:Registration>
</ns1:person>
</ns:AuthenticatePersonPmt2Request>
</soapenv:Body>
</soapenv:Envelope>After double checking it the difference was the <soap:Header> part so I complete the message using SOAP UI and it works :S.Now in my C# code I just have 2 Code LinesService scv= new Service();
scv.DoWork(Request);I`m Using Framework 2.0 (Change its not an Option) and Soap 1.1, also I can't Modify the Web Service (I just have the endpoint). So the question is, How Can I Add the Header part by code?Thx A lot And Sorry For my Bad English. :)

Hi Pacho-B,
Have you solved your issue? If not, please open a new thread in
WCF, ASMX and other Web Services forum.
This forum is all about building Web Services with ASP.NET - WCF, ASMX, SOAP, WSDL, etc.
You'll get more efficient responses.
Best regards,
Kristin
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Adding system and client specific TMS approval steps

    Hello,
    In defining QA approval steps, how to define a step which is not system and client wide?
    When adding a new step, it is automaticaly defined with * in the client and system fields, and when changing the steps, these fields are not editable. However, there are several approval steps for which a specific system and client are entered, but this was done by a consultant, who was here some years ago.
    Does anyone know how to do this?
    Thanks in advance,
    A

    Hi Aleksandra,
    Did you ever find a solution to this issue.  I too have multiple QA systems in our landscape (4 system landscape), and yet I can not defined system/client specific approval procedures in STMS.
    The system and client options don't even appear when I go into change mode, yet table TMSQASTEPS has the options available.  Direct table update works fine, but it would be nice to know the "SAP standard" way of doing this.
    Cheers
    Shaun

  • ACS 4.2.1: adding new AAA clients through odbc import

    Hello,
    we have added the user defined vendor RADIUS_HUAWEI to our Cisco ACS 4.2.1  Windows Server.
    Unfortunately there is a problem with importing network devices through odbc  connection using the accountactions table with the action code 220.
    The documentation tells us :
    220
    ADD_NAS
    VN, V1, V2, V3
    Adds a new AAA client (named in VN) with an IP address (V1), shared secret key  (V2), and vendor (V3). Valid vendors are:
    •VENDOR_ID_IETF_RADIUS—For IETF RADIUS.
    •VENDOR_ID_CISCO_RADIUS—For Cisco IOS/PIX RADIUS.
    •VENDOR_ID_CISCO_TACACS—For Cisco TACACS+.
    •VENDOR_ID_AIRESPACE_RADIUS—For Cisco Airespace RADIUS.
    •VENDOR_ID_ASCEND_RADIUS—For Ascend RADIUS.
    •VENDOR_ID_ALTIGA_RADIUS—For Cisco 3000/ASA/PIX 7.x+ RADIUS.
    •VENDOR_ID_AIRONET_RADIUS—For Cisco Aironet RADIUS.
    •VENDOR_ID_NORTEL_RADIUS—For Nortel RADIUS.
    •VENDOR_ID_JUNIPER_RADIUS—For Juniper RADIUS.
    •VENDOR_ID_CBBMS_RADIUS—For Cisco BBMS RADIUS.
    •VENDOR_ID_3COM_RADIUS—For Cisco 3COMUSR RADIUS.
    The new user defined vendor is:
    C:\Program Files\CiscoSecure ACS v4.2\bin>CSUtil.exe -listUDV
    CSUtil v4.2(1.15), Copyright 1997-2009, Cisco Systems Inc
    UDV 0 - RADIUS (RADIUS_HUAWEI)
    Our action code and variables look like:
    A=220
    VN="xxx"
    V1="10.10.10.10"
    V2="blabla"
    V3="VENDOR_ID_RADIUS_HUAWEI"
    Error Code is as following:
    06/22/2010,10:21:12,W03P-3413,ERROR,Parse Error: Reason - Host vendor is unknown   [A=220 UN="" GN="" AI="" VN="xxx" V1="10.10.10.10" V2="blabla"  V3="VENDOR_ID_RADIUS_HUAWEI"]
    Does anybody knows the correct name for the V3-variable to import the network  device in a correct way?
    Best regards
    Torsten Waibel

    Hello,we
    have a new acs appliance (1113) with version 4.2.1.15 and we want to
    authenticate user through ssh from routers with ios xr software.
    unfortunately this doesn't work.Here ist our configuration of the router:##################################################line template VTY
    access-class ingress abcd!tacacs-server host x.x.x.x port 49 single-connectiontacacc-server key 7 test!tacacs source-interface Loopback13!ssh server v2
    ssh timeout 60! AAA config
    aaa accounting exec default start-stop group tacacs+
    aaa accounting network default start-stop group tacacs+
    aaa accounting commands default start-stop group tacacs+
    aaa authorization exec default group tacacs+ none
    aaa authorization commands default group tacacs+ none
    aaa authentication login default group tacacs+ local##################################################does anybody has a solution for this problem?thnx and best regardsTorsten Waibel
    Hi Torsten Waibel,
    For ssh to support you should have a cryptography ios image in router and check the following command in line vty that transpot input ssh under line vty cofiguration.
    If helpful do rate the post
    Ganesh.H

  • After adding Edge server clients display a notification error

    We have a fairly small deployment that is geared towards all but enterprise voice features. It consists of a Front-End, Edge, Reverse Proxy, and an Office Web Apps server. Yesterday I added the Edge server to the topology and everything still works fine
    but there's an exclamation point on the Lync icon in the System Tray that states, "Server issues are affecting calls. Try signing out and back in again." In the client on the bottom right there is a notification icon that says, "Limited External
    Calling".
    Naturally, I don't care that calls aren't working because we aren't using that side of Lync. The Edge server and Front-end are able to ping one another so they appear to be communicating just fine. All user accounts say "PC-to-PC only" in their
    Telephony field.  How do I suppress this error?

    How far along are you in the edge deployment?  Does the edge seem fully functional otherwise?
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Adding a windows client to a sun one Directory server running on Win 2000

    Hi,
    I am a newbie to sun one directory server but i am familiar with windows active directory.
    I have followed the instructions and installed Sun One Directory Server on Windows 2000 Server using a typical setup and create a domain and also created some users in that domain.
    The next thing i wanted to do was to add a windows 2000 professional desktop on this domain and login with one of the user accounts. I tried to adding the computer to the domain via the "My Computer->Network Identification->Properties->Domain" option and gave the domain name as the one i created on the Sun One Directory Server, but i get an error saying that domain was not found.
    Am i missing something here. Do i need to install some client piece on the windows 2000 desktop to add the box on the sun one domain and login in as one of the users.
    Any help will be deeply appreciated?
    Thanks,
    Raj...

    yes, you can use samba for a windows client to login to ldap
    http://www.samba.org/samba/docs/man/Samba-Guide/happy.html#id2536158
    , but for windows XP clients you need to tweak the registry
    http://www-jerry.oit.duke.edu/linux/docs/samba/winxp_client_registry_edit

  • Adding a WebService Client to a Web Application

    Hi, Everybody,
    I built a Bepl Module in which I had a ECHO WebService and the response parameter is a complex type.
    Then I built a Web application, and used the WSDL file to add a WebService Client to a this Web Application,
    but I found that the WebService Referrence dose not contain any method, so I could not add it in my jsp page.
    But when I changed the Response Message Part Type into a simple one, everything worked fine.
    *All the progress is the same as " [Using a Manually Created WSDL as a Web Service Client|https://open-esb.dev.java.net/kb/v2/javaeesetut.html] ", but change the simple type into complex type.*
    I want to know if the WebService Client Referrence dose not support generating java code which contains complex type or I had a wrong operation?
    thanks

    There are current limitations with the wsimport functionality and an issue has been logged.
    If you have a look at the blog entry from Andrew Hopkinson.....
    [http://blogs.sun.com/toxophily/entry/javacaps_tip_migrating_a_simple]
    ...you'll see part way down what the WSDL must look like to work with wsimport, i.e.....
    Message parts must be created using an Element rather than a specific type and the element must be defined in a local in-line schema.
    This in-line element can only contain a sequence with a single sub-element of a specific Complex Type.
    The name of the input element must be the same as the operation it will be used in.
    nillable element option should not be used because this will cause your strings to be returned as JAXBElements and not Strings.
    ...etc....
    Bit painful I know, but this is the only workaround until the bug is fixed.

  • Adding second backup client to time capsule after first has filled drive?

    I'm trying to add a second Time Machine client to my Time Capsule. I've had it for a while and the first client has filled the drive. The problem is there isn't enough space free on the Time Capsule for the second client. Is there a way to free up some space so I can add the second client? How do I manage how much space gets allocated to each?

    Hi swills. First, click the Time Machine Dock icon and enter the TM 'star field' interface. Then go all the way back to the oldest backups. Go up to the action menu (gear icon) and select "Delete Backup". Do this with several of the oldest backups. This will free up needed space.
    Then you need to compact the existing disk image.
    First, turn OFF Time Machine Backups on all Macs backing up to the Time Capsule (TC).
    Next, open a Finder window and click on your TC in the Sidebar.
    If you don't see a blue share folder, you may need to click the "Connect As..." button and enter your Time Capsules password. (Note: NOT your own username and password.)
    Double-click the blue folder that appears in the finder window. The sparsebundle should now be visible. DO NOT mount it, just leave the window open.
    Now, launch Terminal from the Utilities folder.
    At the prompt type in:
    +hdiutil compact+
    ...and then hit the Space bar so that there is a space after +hdiutil compact+.
    Next, drag the sparsebundle in question from the Finder window into the Terminal window. This will complete the command.
    Now, with the Terminal window in focus, hit Enter.
    Eventually, you will see something like this...
    +Starting to compact…+
    +Reclaiming free space…+
    +Finishing compaction…+
    +Reclaimed 5.4 GB out of 217.9 GB possible.+
    Repeat this procedure for each sparsebundle contained on your TC.
    Finally, remember to turn Time Machine backups back ON on all Macs backing up to the TC.
    Obviously, if the other Mac still does not have enough space for it's first backup then you will need to repeat the above to free up further space. let us know if this resolves your issue. Cheers!

  • Adding a wireless client airport 6.0, can't find the option

    Where do I find the option to add a wireless client in airport utility 6.0?

    Suggest that you download and install the full featured AirPort Utility 5.6 for Mac OS X Lion which will have the capability that you need.
    This version was introduced on the same day as AirPort Utility 6.0. You may have missed it.
    You can keep both AirPort Utility 5.6 and 6.0 on your Mac and use the one that you want.

  • Adding additional Anyconnect client to ASDM/ASA

    Hello
    What are the xact steps requireed to accomplish this task?
    Are there any concerns with disruptions of service either to ASA or simply other current VPN clients?

    Just:
    1. upload the AnyConnect image package files to the ASA
    2. Add them to the webvpn section with the "anyconnect image " command.
    Reference (cli)
    Reference (ASDM).
    There is no impact to current VPN clients but you should load the ones you want to be preferred closer to the top of the list, as noted in the 2nd reference above.

  • How to create new subsite while adding new item to the list by using javascript?

    hi,
    I hav a task ie, when I add item to the list then subsite will create with that list item title and description . So By using javascript, I have to create subsite while adding new item to the list.
    Help me to solve this.
    Thank you, 

    Is your item getting added through Javascript client object model ? If yes, you can write in the success delegate of your list creation method the logic to create the subsite.
    function CreateListItem()
    var clientContext = new SP.ClientContext.get_current();
    var oList = clientContext.get_web().get_lists().getByTitle('List Name');
    var itemCreateInfo = new SP.ListItemCreationInformation();
    this.oListItem = oList.addItem(itemCreateInfo);
    oListItem.set_item('Title', 'My New Item!');
    oListItem.set_item('Body', 'Hello World!');
    oListItem.update();
    clientContext.load(oListItem);
    clientContext.executeQueryAsync(Function.createDelegate(this, this.CreateListItemOnSuccess), Function.createDelegate(this, this.onQueryFailed));
    function CreateListItemOnSuccess() {
    var subsiteTitle = oListItem.get_item('Title');
    //Logic to create a subsite
    function onQueryFailed(sender, args) {
    I have added a sample flow for the above scenario. Have a look at the following lnk for how you can craete a subsite using ecmascript.
    http://ravisoftltd.wordpress.com/2013/03/06/sharepoint-2010-create-site-with-ecma-script-with/
    Geetanjali Arora | My blogs |

  • Office files protected with AD RMS Client / SDK and Office

    Hello,
    I'm facing a strange issue when it comes to open an office file that was protected with AD RMS Client (to be precise, with an application built with AD RMS SDK 2.1). I would like to understand the reasons behind this issue (maybe some missing or wrong configuration)
    or if this is just a gui only problem that does not affect the correct behaviour of the whole suite.
    I'm not using templates.
    If I protect an office file directly from MS Word (for example, but we have the same with Excel and Powerpoint) and save it, then I can close it and re-open it. The following infobar is displayed:
    Now with AD RMS SDK 2.1 we have developed a standalone program that applies the same permissions on office files via the AD RMS Client. When the file is re-opened, the following infobar is displayed:
    "Do Not Forward" is shown, no reference to email permissions was added by the client. The description is wrong too, as print permission has been granted, for example.
    Is this behaviour correct?
    How is this infobar created?
    Is there a setting (either in client or in server) that may be wrong, and that leads to this issue?
    Thank you,
     Massimiliano

    Thanks to Microsoft response, this issue has been resolved.
    The license handle needs some additional properties to be set, in order for Office to display this information correctly.
    IpcSetLicenseProperty(licenseHandle, FALSE, IPC_LI_DESCRIPTOR, pIpcTemplateInfo);
    The last parameter is a PIPC_TEMPLATE_INFO pointer to a structure of type IPC_TEMPLATE_INFO where
    wszName and wszDescription are filled with valid values.

  • Adding a PC to my wireless network

    I would like to find out how I can add a Windows laptop (as yet unpurchased, so assume your basic Dell, Lenovo, HP, etc. running Windows 7) to my wireless network. I currently have an iMac running 10.6.5 and an Airport Extreme Base Station. I would like to add the PC to my network so that I can browse, share and edit files across my network. Does anyone have any links, how-tos, advice on how I can do this? Also, other than convenience, are there any upsides/downsides to this (besides having to work on a Windows computer!)? Thanks in advance.

    Very similar to the Macs, Windows-based PCs can be configured to share resources: files, internal or attached hard drives, attached-printers, or internal or attached CD drives.
    How to configure the PC to do so will be based on the exact operating system of your new device.
    Three ways to experience this before going out and buying a PC is: 1) Borrow a PC from a friend, colleague or relative, 2) Use Bootcamp, under OS X to install the Windows OS that you will be interested in, and 3) Similarly, install either Parallels or VMware to run Windows as a virtual Guest.
    Using any of these methods can help answer your second question on the upsides/downsides of adding a Windows client to your network.

  • 10.6 SL Clients logging in to 10.5.8 Server take 3 minutes, please help

    Hi,
    I have a problem with my Snow Leopard Clients with a running Mac OS X Server 10.5.8 Setup.
    The Server is prodiving Open Directory based logins (Network-Profiles) and whenever a user on a machine runinng Snow Leopard is trying to login, the login takes minimum 3 minutes.
    User trying to login from a 10.5 (Leopard) machine get immediately authenticated. Seems like something is having a timeout but I cannot figure out, what it is as there is no clue in none of the logs I am aware of.
    Even when I use Screen Sharing from one of the SL Client machines, login takes around 3 minutes. Trying the same from a Leopard machine, the login is nearly immediate.
    It doesn't matter what kind of account I try to use (be it a network account or a local administrator on the server), it still takes time.
    Does anybody have any idea what could be wrong about it?
    Message was edited by: tkxdev

    We had a similar situation when we started adding 10.6 clients. What I found worked for us was the configuration of the Network Account. When we were adding a client to the domain, we had to make sure that we configured the LDAPv3. If that setting was blank, then we would get the delays.
    That setting is located in: System Preferences-Accounts-Login Options-Network Account Server-Edit-Open Directory Utility. Select LDAPv3 and then click on the Configure pencil icon. We just use the fully qualified domain name for our server with no SSL and the delay was gone for logins.

  • Using Lion Server Radius for authenticating "other" clients

    Hi I've been trying to get the Radius service in Lion Server to authenticate users of my SQUID web proxy. I have followed the squid wiki's instructions to configure the squid server as a radius client and pass authentication requests to the Lion Server Radius (I hope). However I'm trying to configure and test the Lion Server Radius. As Lions Server Admin GUI for radius only lets to add Airport Basestations, I've been trying to dig around for what underlying config files to edit.  I have tried 2 methods of adding the client details to radius:
    1. By editing the /etc/raddb/client.conf, and adding/changing (for example):
    client localhost {
         secret     = mysecretpassphrase
    client 192.168.0.0/24 {
         secret              = mysecretpassphrase
         shortname       = local-lan-clients
    and restarting squid. Nothing seems to get mentioned in the radius log file! So I'm not completely convinced that the Lion Radius took any notice of this!
    2. Instead of above, added the same client info using radiusconfig:
    $ sudo radiusconfig -addclient 192.168.0.0/24 local-lan-clients other <return>
    - then it prompts for the secret. With this command I notice the entry/event is recognised in the radius log file, and also looks like some SQL activity. If I dont specify "other" for the nas-type, it defaults to "Aiport Base Station" or similar.
    OK, so forgetting about SQUID for a minute, I can't even get that far as I'm just trying to test the config using the "radclient" utility from the Lion Server and the squid server:
    $ sudo radclient localhost auth mysecretpassphrase <return>
    and... no response, just hangs, nothing in radius log either.
    The Lion Firewall allows TCP and UDP requests into the Radius authentication port.
    Any ideas what else I need to do? Scratching my head, I'm wondering if it is anything to do with SSL? e.g. do I need to make the authentication using the self-signed certificate that Open Directory has? I presume any Airport Base Stations added to radius will use this certificate to establish a secure connection for authentication.

    The RADIUS server in OS X Server is a standard FreeRADIUS implementation with Apple's own custom GUI frontend for configuring it and which only allows adding AirPort base-stations. In Mountain Lion Server it is even limited to a specific configuration for the AirPort base-station.
    However if you follow the normal command-line instructions and steps for configuring FreeRADIUS then it will be possible to add any type of RADIUS client.
    While as far as I can see by manually configuring the FreeRADIUS server in OS X Server should enable you to do what you want, most people chose to configure Squid to use either a PAM or the LDAP modules for Squid to in this case authenticate directly to Open Directory (which is of course based on LDAP).
    I myself have used a PAM in the past with Squid to successfully configure Squid to authenticate users via Open Directory. I was even able to specific an Open Directory group and only allow members of that group access via the Squid Proxy Server. I then went a bit OTT and set up another open-source tool (which was discontinued and I had to fix to get working) to process the Squid logs and store them in MySQL, and then setup FileMaker Pro to connect to the MySQL database via ODBC to allow producing reports.
    Unfortunately the AFP458 website had a major redesign a while ago and many previous technical articles on it are now hard to find. I had used two articles on that site to guide me through setting up Squid and the PAM on a Mac server. I believe the two articles I used are the ones listed below.
    http://afp548.com/2004/09/08/using-os-x-open-directory-to-authenticate-squid-pro xy-server/
    http://afp548.com/2004/12/13/squid-server-using-ldap-authentication/

  • Updating Templates in Dreamweaver & Keeping Client Side Updates

    I have a situation with a website where the client requests a
    change to be made within the main menu system of the website, so
    all of the templates & the entire site must be updated. I
    download the latest version of the site, to ensure the content
    added is up to date & included, make the necessary changes
    & update all pages, everything is fine, until we check the site
    & find out the content that has recently been added by the
    client is missing.
    So, when the template is edited, the documents created using
    those templates are updated partially - the recent additions made
    through Contribute by the client are lost.
    This is highly problematic, as it would require the client
    keeping track of changes made to ensure they are still available
    after updating the site.
    Has anyone experienced this type of issue with Contribute who
    can offer any ways to reduce the impact of this happening? Or at
    least ensure the client this is manageable - as in theory, the
    templates should update the html files as they are.
    Thanks in advance.
    Is there any way to stop this happening in the future? It
    seems quite strange that

    This is not nic, but I had the same problem. I have two
    answers for you:
    Answer 1:
    Maybe something went wrong with the communication between
    Dreamweaver and Contribute (mistakes in the checking out of files).
    I've experienced problems myself with very large websites (never
    with the smaller ones).
    I think the beste solution to try out is:
    1. to download the whole site from the server using an ftp
    program )(and make a working version and a back up)
    2. disable contribute compatibility in Dreamweaver (so no
    checking in or out is happening)
    3. adjust the templates (put menu's and other stuf that needs
    to be updated more often in include files, see answer 2)
    4. update all the pages on saving the template
    5. check the result and if everything is OK now, upload the
    updated files using the ftp program.
    6. enable dreamweaver compatibility with contribute
    Answer 2:
    For the future I would make sure that your menu's and other
    parts of the templates that need to be updated more often then the
    design, are included using a script language like PHP ( <?php
    include("file-to-be-included.php"); ?> ).
    This way you never have to take so much trouble updating
    these parts of the website, since there are all in seperate files.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=55&catid=290&threadid =1311869&highlight_key=y&keyword1=menu)

Maybe you are looking for

  • I want to share my Ical with a google calendar user- how can I do that?

    I have tried sharing it, by sending them an e-mail invite- however that just ask them to sign up for icloud. I tried making it public and sending them the URL, they got a robots can't read the txt (or something like that) message. Any other suggestio

  • I've got a SanDisk Cruzer with U3, I want to get it to work with Mozzila Fire, becuase of my bookmarks!

    I've been using Windows on my Computor for a long time but i am starting to use Firefox more! The Question is that i have got a SanDisk Cruzer thumb drive with the U3, and i save all my passwords and bookmoarks on the drive. So the question is where

  • Where is the folders for weblogic as BI server

    anyone can help me,pls. P6 R8: I have installed the report database(staging ,ODS and star),and finished BI server with weblogic. now what should i do if i want to see how the P6 works with reports. (in p6 web, I can see the reports menu ) following t

  • Two Facts in One Subject Area

    Hi, In one of the reports I need to see columns, Dim A.Col1, Dim B.Col2, Fact C.Col3 and Fact D.Col4 Dim A.Col1 and Dim B.Col2 are joined to Fact C.Col3 but Dim B is not joined to Fact D as a result I don't see any values in the Fact D.Col4 Can you p

  • Opportunity authorization

    Hi, Currently i could able to restrict the editing of opportunities for the partner function employee responsible using  object  crm_ord_op. If i want  to create a super user role which allows group of people to edit the opportunities, what objects i