!--a11y-->
Checklist for Web Services 
Use the checklist to avoid common errors in your development projects.
Web Services
|
Do you have the necessary proxy settings in the Visual Administrator? To use Web services clients for external communication, you have to configure the HTTP proxy settings first. Run the J2EE Engine Visual Administrator and choose Web Services Container ® Runtime ® Settings. Enter the required data. |
|
Do you have the necessary applications running on the J2EE Engine? To use the J2EE Engine Web services functions, the WebServicesAddOn application must be deployed and running on the J2EE Engine. |
|
Do you provide access to the Web Service Navigator? You can provide access to the Web Service Navigator for particular user groups using the Security Provider Service in the Visual Administrator. |
|
Does your UDDI client return the message “access denied”? You have to create a user and password for the UDDI client. These are the credentials needed for using the UDDI publishing API. |
|
Do you have a business entity published? To publish a Web service, you must have a business entity published in a UDDI registry for this service. |
|
Is the Web service configuration consistent with the Web service definition settings? The security settings in the Web service configuration must be consistent with the security settings in the Web service definition. |