I created vb code using wsdl.exe for a web service and inserted the code in the script component. I need to use an excel or access db as source, and map those fields to the web service fields and run create or update event in the webservice code. How can I run the create or update method from the script component and expose the fields to map to. Once the data is gone through the web service it needs to load into the database.
In summary, I am not sure how to instantiate the methods or map the fields in the script component, also do I have to refer to the webservice URL even thought I already have the vb with the web service fields and methods?