|
Title: Avoid that default request i been shown Post by: torben madsen on July 01, 2008, 02:41:07 pm 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. Title: Re: Avoid that default request i been shown Post by: omatzura on July 01, 2008, 11:49:20 pm Hi,
this sounds like a bug in the form editor.. could you please attach or mail me (ole@eviware.com) your WSDL so I can have a look? Sorry for the inconvenience.. regards, /Ole eviware.com |