Search

You searched for the word(s): userid:878970

Matching Posts

  • Re: 2 Updatepanel in usercontrol load dynamically problem

    Set the Updatepanels UpdateMode property to conditional and try it again. -- Ram
    Posted to Web Forms (Forum) by Ramaraj.R on 7/9/2009
  • Re: 2 Updatepanel in usercontrol load dynamically problem

    Set the UpdateMode property of the user controls update panel to "Conditional" and try. -- Ram
    Posted to Web Forms (Forum) by Ramaraj.R on 7/9/2009
  • Re: add width and height to images in a string

    Create a Style like .ImageSize { height : 91pt ; width : 122pt ; } Use string.replace method to replace the "<img" with "<img Class="ImageSize"". -- RR
    Posted to Web Forms (Forum) by Ramaraj.R on 7/9/2009
  • Re: Web Service redirection with custom SOAP Header

    I agree with you John. We use siteminder authentication, if we pass the Security tocken in the SOAP header then the siteminder will authentiucate the request. Now if we set the permanent redirection in IIS then when I try to consume my web service it throws Document Moved exception, One of the web service will be set as Ananymous access and from ther we are redirecting to a web service which is set for Siteminder authentication. Now the question is In this senario if I redirect, will siteminder authenticate
    Posted to XML Web Services (Forum) by Ramaraj.R on 7/7/2009
  • Re: Web Service redirection with custom SOAP Header

    Thanks for your reply john. I need to know is there any way to redirect the web service request for the old URL to the New web service URL with the custom soap header. We had a client appliation deployed in all the client machines & its a windows application. Now we have set the permanent redirection to that web service to another web service URL which is in another server. We can't go back to the client and ask them to re deploy the client application. So need a way to do this without touching
    Posted to XML Web Services (Forum) by Ramaraj.R on 7/5/2009
  • Web Service redirection with custom SOAP Header

    Currently we are using a client tool which will invoke a web service to do some activity. Since we have site minder authenticated web service we have added the custom soap header, so that by using the soap header site minder will authenticate the request. Till this while it was working fine. Now we need to move this web service to some other server / domain. We don’t have any control over the Client tool now. So is there any way to redirect the web service request for the old URL to the New web service
    Posted to XML Web Services (Forum) by Ramaraj.R on 7/3/2009
  • Web Service redirection with a custom SOAP header

    We have a Client application which is consuming a web service with a custom soap header. We are using site minder authentication for this web service. The problem now is we are trying to move the web service to another server. Now I want to know is there any way to redirect a web service call with a custom soap header to the new web service location. If anybody has done any kind of web service redirection without impacting the client application. Thanks & Regards, Ram
    Posted to XML Web Services (Forum) by Ramaraj.R on 7/3/2009
Page 1 of 1 (7 items)