- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
All of my samples use Web services that are local to my machine and will not work for you. The source of the wsdl is unimportant (whether it is a cfc or .net or java). You simply point the data connection wizard to your wsdl and map the inputs and outputs on your form and then decide when you want to fire the web connection and you are done. To fire the wsdl you do not need a button you can use this command on the appropriate event:
xfa.connectionSet.Name of Data Connection.execute(1)
The parameter that is passed is a true/false value that indicates whether you want to remerge that data or not. In most cases you do not want to remerge the data.
Paul