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 Rhinorhino 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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"...
  5. 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...
  6. 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...
  7. 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