Hi
It's not the first time someone asks for this. What I
don't get is why you use WSIF if you need to access
the SOAP message ? WSIF power and flexibility is - IMHO -
based on provider agnosticity. If you know you're going
to access a SOAP-enabled service, why don't use
directly Axis (which BTW provides you with what you need) ?
WSIF core does not parse the SOAP message, AXIS (or
Apache SOAP, depending on the chosen provider) does it.
       /zog

> -----Original Message-----
> From: Brian Reynolds [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 25, 2004 1:53 PM
> To: [EMAIL PROTECTED]
> Subject: Newbie Q about SOAP responses
> 
> 
> Hi there,
> 
> I'm a newbie getting involved with WSIF, and I'm
> trying out the DynamicInvoker sample (cool!). What I
> would like to know is it possible to access the "raw"
> SOAP response from the WSIFMessage variable filled-in
> (after a call to executeRequestResponseOperation) - or
> is it possible at all?
> 
> My question is based on the assumption that the WS
> returns a SOAP response and the WSIF core will parse
> this to retrieve the requested information. I believe
> this is correct or ?
> 
> Your feedback would be greatly appreciated.
> 
> Regards,
> Brian
> 
> 
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> 

Reply via email to