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>...
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...
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
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...
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...
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"...
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.
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...
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...
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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.