All,
I am using VW 7.4.1 for Web Services. I have a case where a Web client
is sending me a SOAP message (in an HTTP POST message, as usual). The
HTTP message has this line near the top:
Soapaction:
urn:semi-org:ws.E132-1.V0305.SessionManagerBinding:EstablishSession
When the HTTP message is received by my image, the client receives an
error message back, containing within it a "MessageNotUnderstood"
description.
I can retry the scenario by sending the image the exact same message,
but this time with double-quotes around the value in the Soapaction
line, like this:
Soapaction:
"urn:semi-org:ws.E132-1.V0305.SessionManagerBinding:EstablishSession"
My image will process the incoming message correctly.
Question: Are double quotes required in the Soapaction header? If not,
then there is a bug in this method:
Opentalk.SOAPRequest >> operationTagHttpHeader:
That method is written with the assumption that the Soapaction value is
a string surrounded by double-quote characters.
Chris
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc