RE: How to turn off WS-addressing and SW-Security

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi There...

You *should* really be changing the default pipeline to determine which
filters are applied. The easiest way to do this is to add a couple of lines
into the global.asax file.
protected void Application_Start(Object sender, EventArgs e)
{

SoapOutputFilterCollection defaultOutputFilters =
WebServicesConfiguration.FilterConfiguration.OutputFilters;
defaultOutputFilters.Remove(typeof(SecurityOutputFilter));
}

These will basically remove the Security filter and thus not add in any WSSE
elements. This should be the way to remove the WS-Addressing also,
although MS don't appear to have provided a default filter that could be
removed!

I hope that helps...

Pete Wood
Visit me at www.webserviceshelp.org

"HumbleServant" wrote:

> Hello
>
> I am in desperate need of help, how can I solve this problem?
>
> I decided to use WSE 2.0 Service Pack 3 since the API are much easier to use
> in the creation of a SoapEvelope and inserting the header and body xml
> manually. However, when I send the Soap message to a Unix server running AXIS
> I get a java SoapException! It is complainig that it does not like the tags
> associated with the WS-addressing and the tags associated with the
> WS-Security. I really don't want to use WS-addressing and WS-Security.
> However, WSE automatically adds these tags before sending the Soap message
> out the HTTP port.
>
> I did add a customer soap filter and was able to remove the WS-addressing
> tags but it appears the WS-Security tags are added later and I can get to
> them!
>
> Thank you ahead of time for your help...
>
> --
> Your humble servant
.



Relevant Pages

  • Information manager/organizer with tags question.
    ... stores records by tags and allows filtering and sorting by these tags. ... Interface would have a filter by: pull down menu separated in two ... posts, tag, my name. ... app that does this. ...
    (comp.lang.python)
  • Re: Improper coding for my Form Filter
    ... The tags were all mispelled. ... when I select or enter a query into any one of the ... >>and It will not filter. ... > table/query or it's an unquoted string. ...
    (microsoft.public.access.formscoding)
  • Re: how to quickly get up to speed on wonderware line
    ... Excel inputs along with some field inputs, already in WWW, to perform ... that tags the input. ... I don't remember having any trouble finding how ... You can filter within the HMI but the alarms do not see this ...
    (sci.engr.control)
  • Re: FOR clause in a var
    ... I?ll look at both ways and see which one is best for this app. ... > You DO NOT need to have 6 TAGS with a filter for each one, ... > 6 TAGS and apply the filter once. ... > unlike SCOPEs where each TAG can have a different SCOPE. ...
    (comp.lang.clipper)