Hi Debra,
Try adding the follwing code to netweb.clw;
Search for the
Calc_SOAPAction ROUTINE
in the _ParseRequestHeader method.
Add the following lines to the bottom of the routine;
if Left(self.ShortSOAPAction,1) = '"' and Right(self.ShortSOAPAction,1) = '"'
self.ShortSOAPAction = sub(self.ShortSOAPAction,2,len(clip(self.ShortSOAPAction))-2)
END
Let me know if it works please.
cheers
Bruce