Re: Can SoapExtension class be used to handle headers from AXIS web se
From: jEru (alimem2_at_hotmail.com)
Date: 10/21/04
- Next message: sue: "Re: WebException while calling Web Service over HTTPS..."
- Previous message: andy.rose_at_caravanclub.co.uk: "Re: URGENT! Error in web service function call - web services behavior"
- In reply to: Bechmann: "RE: Can SoapExtension class be used to handle headers from AXIS web se"
- Messages sorted by: [ date ] [ thread ]
Date: 21 Oct 2004 12:25:04 -0700
Hi Bechmann,
Thanks for responding. =) I'm actually interested in consuming an
AXIS web service using .NET and pulling info from the soap headers
that come in. I know the SoapExtension class provides an API to peek
at the soap message stream as it passes by and so I'd like to use that
to extract info from the soap headers that come into the client. My
question is whether I can use the .NET SoapExtension class on the
client to consume a web service that isn't built using .NET
SoapExtensions on the server (AXIS, in this case).
Thanks,
jEru
"Bechmann" <Bechmann@discussions.microsoft.com> wrote in message news:<CB6C5819-847F-49E6-89EE-DC5EB580B354@microsoft.com>...
> Hi
>
> A SoapExtension is always executed when the webservice is called. It has
> nothing to do with the client that is calling the webservice.
> It sounds to me like you want to build a new webservice that wraps the AXIS
> webservice.
>
> Bechmann
>
> "jEru" wrote:
>
> > Hi,
> > Is it possible to consume an AXIS rpc-based web service and
> > manipulate the soap header/body using the SoapExtension class in .NET?
> > In other words, does both the client _and_ server need to be built in
> > ..NET to take advantage of Soap Extensions or can the client use the
> > SoapExtension class regardless of what platform the web service is
> > built on?
> >
> > - jEru
> >
- Next message: sue: "Re: WebException while calling Web Service over HTTPS..."
- Previous message: andy.rose_at_caravanclub.co.uk: "Re: URGENT! Error in web service function call - web services behavior"
- In reply to: Bechmann: "RE: Can SoapExtension class be used to handle headers from AXIS web se"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|