Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: d2007
  • Order by date
  1. d2007

    List Item Color on Style

    thanks very much, I found another style that appeared to override -- looks to be working now. thanks again
  2. d2007

    List Item Color on Style

    okay, here is the source <div id="ctl00_pnlHeader" class="headerNavPanel"> <ul id="ctl00_blHeaderNav"> <li><a href="Default.aspx">PRODUCTS & SERVICES</a></li><li><a href="Default.aspx">ABOUT US</a></li><li><a href="Default.aspx">CONTACT</a></li><li><a...
  3. d2007

    List Item Color on Style

    sorry -- I am using ASP.NET server controls as follows: <asp:Panel ID="pnlHeader" runat="server" CssClass="headerNavPanel"> <asp:BulletedList ID="blHeaderNav" runat="server" DisplayMode="HyperLink"> </asp:BulletedList>...
  4. d2007

    List Item Color on Style

    thanks for the help
  5. d2007

    List Item Color on Style

    I am having difficulty with the following: .headerNavPanel li a:hover { color: #11619f; } The color does not seem to work, it only seems to work when I reference using the control id: #blHeaderNav li a:hover { color: #11619f; } However, I do not want to change the a color on the list items...
  6. d2007

    cookie in asp.net site

    Thanks for the reply. What about if I am hosting the site on a sub-domain of the calling site. Example: Cookie is set (server A): parts.auto.com I want to expire cookie from (server B): purchase.parts.auto.com
  7. d2007

    cookie in asp.net site

    A page on my asp.net website is being accessed via a re-direct from another site/domain. That calling site/domain has already set a client cookie. I have been asked to remove that cookie if it exists when the user completes a purchase on my site. I know how to modify a cookie that is set by...
  8. d2007

    WCF and Certficate

    First time using WCF and have a web application that consumes a web service that uses certificates as the method for authentication. As far as certficates go, I have 3 available for use in the application. Part of my issue may be that I am not using them correctly in the Service Model settings...
  9. d2007

    Add http header info when calling ws...

    using asp.net 2.0. I have added a web service to my project by "adding web reference". I have also set up the SOAP extentions to add a SOAP header with authentication. When I preview the SOAP request in fiddler, the XML looks fine. However, I also need to add some "authorization: basic"...
  10. d2007

    View Request SOAP for Web Service..

    Thanks for all the input -- appreciated. I think I was able to resolve. Still working on some issues with the header and security -- trying to resolve with SOAP extensions. Thanks again.
  11. d2007

    View Request SOAP for Web Service..

    Yeah, my issue is that the web service seems to be a bit more complex. Instead of accepting several different parameters for the webservice method, it receives a single object (payload). This object is actually xml itself. Following is an example of what the SOAP Body portion of the request...
  12. d2007

    View Request SOAP for Web Service..

    Thanks, I took a quick look but still can't get the request to appear. Here is somthing I just can't seem to get my head around and could really use some help. I have been researching the web but just can't seem to find the solution. The web service I am calling expects a "Payload" object to...
  13. d2007

    View Request SOAP for Web Service..

    I will have a look. It seems I can see request SOAP when the service is not https. When https, I cannot seem to see it.
  14. d2007

    View Request SOAP for Web Service..

    Yes, I am working on the client end. I am only consuming the web service. I have installed Fidler but cannot seem to view the Full SOAP request that gets generated -- perhaps I am not looking in the correct spot -- as I have not used it before. On a related note (something I am strugling...
  15. d2007

    View Request SOAP for Web Service..

    Usin VS205 and VB. I am calling a web service upon the button click event of my asp.net page. I would like to see what the REQUEST SOAP message looks like upon calling my WS but am not certain of the easiest/best method for doing so. I've discovered the following MSDN referenece which I...
  16. d2007

    web service security header help...

    Thanks for the reply -- I will check out that tool. I am actually consuming a web service that requires a SOAP header and that is what I am trying to create.
  17. d2007

    web service security header help...

    Using VB. VS 2005. I have added a web reference to my project for a web service using the specified http WSDL. I have added an instance of the service to my page: Example: Dim ws As New myservice One of the requirements is that I use header authentication in the SOAP response (username and...
  18. d2007

    Sales Order Purge...

    I am relatively new to Peoplesoft Enterprise One and also to this forum. We are using release E 810. I have heard that there is a UBE that exists that will run and purge qualifying records from the Sales Order (F4211) to the Sales Order History (F42119). I had thought it was in the Global...

Part and Inventory Search

Back
Top