The How do I call SOAP Services? FAQ entry shows how to call an example web service hosted by Hyfinity.
If you are unable to access these web service for any reason (eg proxy server issues) then the attached file can be used to install these web services on your local machine so that they can be called successfully.
You should download the attached ZIP file, and then unzip it to the directory in which you installed WebMaker (eg C:\jprogramfiles\hyfinity for an MVC WebMaker installation, or C:\Program Files\BizFlow\WebMaker for a BizFlow WebMaker installation).
You would then need to go into the Deploy & Publish screen within the studio for your tutorial application, and select the edit button for the Contacts_Service_Proxy-Contacts_Service_Port agent under Web Service Calls. The URI for this service should be updated to point to your local machine, so change it to http://localhost:7080/Tutorial_Services_v2/Contacts_Service.
Click the green tick to accept this change, and then press the 'Deploy Project' button.
You should now be able to successfully test this application, and retrieve information back from the web services.
See Also:
Installing behind proxy servers
If you are unable to access these web service for any reason (eg proxy server issues) then the attached file can be used to install these web services on your local machine so that they can be called successfully.
You should download the attached ZIP file, and then unzip it to the directory in which you installed WebMaker (eg C:\jprogramfiles\hyfinity for an MVC WebMaker installation, or C:\Program Files\BizFlow\WebMaker for a BizFlow WebMaker installation).
You would then need to go into the Deploy & Publish screen within the studio for your tutorial application, and select the edit button for the Contacts_Service_Proxy-Contacts_Service_Port agent under Web Service Calls. The URI for this service should be updated to point to your local machine, so change it to http://localhost:7080/Tutorial_Services_v2/Contacts_Service.
Click the green tick to accept this change, and then press the 'Deploy Project' button.
You should now be able to successfully test this application, and retrieve information back from the web services.
See Also:
Installing behind proxy servers
Attachment