Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

xfa.datasets.connectionData.WSDLConnectionName.remove() doesn't work

Avatar

Level 2

The script given below doesn't work.

xfa.datasets.connectionData.WSDLConnectionName.remove() ;

0 Replies

Avatar

Level 2

The script is working by inserting the, script given below in XML source :-

     <event activity="postExecute" ref="$connectionSet.DataConnection3">
         <script contentType="application/x-javascript">
                  console.println("postexec");
               app.alert('hi');
          xfa.datasets.connectionData.DataConnection3.remove(); 
      </script>
      </event>

Avatar

Level 1

i have added xfa.datasets.connectionData.WSDLConnectionName.remove under preSave event,

but the connectionData.WSDLConnectionName still exists after execute remove.

Any idea?

Avatar

Level 2

it only removes the instance of soap request sent to webservice not WSDLDataConnection. It's working fine.