Hi Sami!
Thanks for looking at my problem!
The question was why there are 2 request recieved at the server
one with filters and one without?
I finally found the reason after making a sample project i had put a copy of
web.config under wwwroot
which made the input filters run twice after removing this copy
all?everything works again.
Bj?rn Hallin
> The most likely reason for the 'Object reference not set to an instance of
> an object' error is that your service code is trying to use a null
[quoted text clipped - 44 lines]
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
> > ty-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
> > y-utility-1.0.xsd">
> > <soap:Header>
> > <wsa:Action>http://tempuri.org/ConfirmDepartment</wsa:Action>
> >
> > <wsa:MessageID>uuid:fd8fb0a0-a61a-4411-954f-2277fce755f4</wsa:MessageID>
> > <wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous
> > </wsa:Address>
> > </wsa:ReplyTo>
[quoted text clipped - 29 lines]
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
> > ty-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
> > y-utility-1.0.xsd">
> > <soap:Header>
<wsa:Action>http://tempuri.org/ConfirmDepartmentResponse</wsa:Action>
> > <wsa:MessageID>uuid:4a50f33d-7dcd-44ce-a39e-d11faeb77d29</wsa:MessageID>
> >
> > <wsa:RelatesTo>uuid:fd8fb0a0-a61a-4411-954f-2277fce755f4</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa
> > :To>
> > <wsse:Security>
[quoted text clipped - 30 lines]
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
> > ty-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
> > y-utility-1.0.xsd">
> > <soap:Header>
> > <wsa:Action>http://tempuri.org/ConfirmDepartment</wsa:Action>
<wsa:MessageID>uuid:c3966bce-65b1-439e-95c4-033f9c1240b3</wsa:MessageID>
> > <wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous
> > </wsa:Address>
> > </wsa:ReplyTo>
[quoted text clipped - 23 lines]
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
> > ty-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
> > y-utility-1.0.xsd">
> > <soap:Body>
[quoted text clipped - 15 lines]
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
> > ty-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
> > y-utility-1.0.xsd">
> > <soap:Header>
> > <wsa:Action>http://tempuri.org/ConfirmDepartmentResponse</wsa:Action>
<wsa:MessageID>uuid:25d04571-330c-4718-af81-e3788975b7d0</wsa:MessageID>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa
> > :To>
> > <wsse:Security>
[quoted text clipped - 14 lines]
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
> > ty-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
> > y-utility-1.0.xsd">
> > <soap:Header>
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/03/addressing/fault</wsa:Acti
> > on>
<wsa:MessageID>uuid:7a5d9195-ab28-4cfc-a6ed-02991cde58e0</wsa:MessageID>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa
> > :To>
> > <wsse:Security>
[quoted text clipped - 27 lines]
> > <faultstring>Server Could not treat requst. --> Objektreference not set to
> > an instance of an object.</faultstring>
Sami Vaaraniemi - 23 Feb 2005 12:15 GMT
> Hi Sami!
>
[quoted text clipped - 10 lines]
>
> Bj?rn Hallin
Oh ok, I seem to have misunderstood the question. Glad it works now.
Sami