grussell
15 years agoContributor
Mock throws error on an empty body (v3.6.1)
Hi
I have a "get" message which simply has a null body tag which is used to get some information, I am trying to mock this so I set up a mock soap message, left the dispatch to SEQUENCE and sent in the message but I get a soapfault:
Missing operation for soapAction [GetStuff] and body element [null] with SOAP Version [SOAP 1.1]
This seems similar to viewtopic.php?t=5648 but instead of handling the whole thing myself in the OnRequest Script I would just like the mock to work for a null body as it would for anything else.
Thanks
I have a "get" message which simply has a null body tag which is used to get some information, I am trying to mock this so I set up a mock soap message, left the dispatch to SEQUENCE and sent in the message but I get a soapfault:
Missing operation for soapAction [GetStuff] and body element [null] with SOAP Version [SOAP 1.1]
This seems similar to viewtopic.php?t=5648 but instead of handling the whole thing myself in the OnRequest Script I would just like the mock to work for a null body as it would for anything else.
Thanks