But the web service works fine, if I use the IE explorer for it .
Then again, I think it doesn't mean anything, since the webservice uses
soap-extensions.
But the webservice actually is never called. I set breakpoint all over the
webservice source, which are never reached.
Do you have any other ideas?
Thanks a lot!
Klaus
> Klaus,
>
[quoted text clipped - 14 lines]
> >
> > Klaus
Roman Kiss [MVP] - 25 Jun 2004 19:51 GMT
The Test page (IE client) doesn't invoke a WebMethod throug the
SoapExtension, it's using the HTTP POST protocol.
Try to use the SoapScope [1] tool and trace it your SoapExtension.
In my article [2] I created a base class NopSoapExtension to bypass the
SoapMessage thought the request/response. Have a look at it.
HTH
Roman
[1] http://www.mindreef.com/products/overview.html
[2] http://www.codeproject.com/cs/webservices/DIMEBridge.asp
> But the web service works fine, if I use the IE explorer for it .
> Then again, I think it doesn't mean anything, since the webservice uses
[quoted text clipped - 26 lines]
> > >
> > > Klaus