Forum Discussion

Sifl's avatar
Sifl
New Member
9 years ago

Add Soap-Content (XML) in TestStep

Hi there, I'm trying to add XML-Payload to a TestStep via Java API. There's no problem with adding "normal" to a wsdl project:   WsdlOperation operation = iface.getOperationByName(operationName);...