Identifying dynamic host and port for ATG Web Service created through Create Web Service Wizard

StackOverflow https://stackoverflow.com/questions/21550082

  •  06-10-2022
  •  | 
  •  

Question

I am using ATG 10.2 with Weblogic server. I have created a Repository web service (getRepositoryItem) using the Web Services Wizard through dyn admin. I left the host and port empty during the EAR creation. My service is up with the EAR now, but according to the documentation for ATG web services, it says the host and port would be provided on run time. I have not provided any security setting for the webservice but it shows me a 403 if I try to hit the context for the servlet for the service.

I am struggling to access the web service. In the Manage Web services through dyn admin I see my WebApp deployed. But its Instance Running and Registered is displayed as false.

Documentation tells that if the service has been executed Instance Running and Registered displays as true.

Could somebody please help in answering, How to access the web service?

Était-ce utile?

La solution

You can use the url as follows it will work. I just had to use the name twice.

http://host:port/serviceName/serviceName?WSDL

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top