17 years ago
How can I modify the WS-S header
http://www.redstone.eu/index.php/blogs/ ... on-manager
I would like to test Oracle OCSG parlay X GW with SOAPUI. A sessionID header should be insert into WS-S header. How can I do it with the GUI? I can find neither new properties for WSS header nor how to add the header test into outgoing text as the guide descript
17) Add a new test step, name it “getLocationReqest”, select TerminalLocationBindning -> getLocation as target. To use the global sessionId, we now need to add some extra code to our SOAP header. The following must be added:
xmlns="http://schemas.xmlsoap.org/soap/envelope/">
${#Project#SessionID}
Thanks in advance
I would like to test Oracle OCSG parlay X GW with SOAPUI. A sessionID header should be insert into WS-S header. How can I do it with the GUI? I can find neither new properties for WSS header nor how to add the header test into outgoing text as the guide descript
17) Add a new test step, name it “getLocationReqest”, select TerminalLocationBindning -> getLocation as target. To use the global sessionId, we now need to add some extra code to our SOAP header. The following must be added:
xmlns="http://schemas.xmlsoap.org/soap/envelope/">
Thanks in advance