Hi
How can i avoid that the default requet is shown when i open
af new request.
The reason is even that i overwrite the default value, SOAPUI
will do a little change in the request that make i invalid.
eks.:
I change the requets to
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="
http://skat.dk/ip/security/xml/schemas/service/2007/02/20/" xmlns:ns1="
http://skat.dk/ip/security/xml/schemas/2007/02/14/">
<soapenv:Header>
</soapenv:Header>
<soapenv:Body>
<ns:SetEntityStatusInput>
<ns1:UpdateableEntityStatus>
<ns1:DestinguishedName>XX</ns1:DestinguishedName> </ns1:UpdateableEntityStatus>
</ns:SetEntityStatusInput>
</soapenv:Body>
</soapenv:Envelope>
But when i reopen the request i get the following
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="
http://skat.dk/ip/security/xml/schemas/service/2007/02/20/" xmlns:ns1="
http://skat.dk/ip/security/xml/schemas/2007/02/14/">
<soapenv:Header>
</soapenv:Header>
<soapenv:Body>
<ns:SetEntityStatusInput>
<ns1:UpdateableEntityStatus>
<ns1:DestinguishedName>XX<ns1:DestinguishedName/></ns1:DestinguishedName> </ns1:UpdateableEntityStatus>
</ns:SetEntityStatusInput>
</soapenv:Body>
</soapenv:Envelope>
what should i do about it.