0

Can I use Endpoint.publish (in java j2se method) to publish the web service in production environment with domain name( without soap container is there any problems)?

I have one webservice /ws/tk/xml

Endpoint.publish("http:://localhost:8888/ws/tkf/xml",WeserviceImpl);

like that i published in my local server and it's working fine,

While moving to production server how to map domain name like "http://www.test.com" (Sample) can I publish

Endpoint.publish("http:://www.test.com/ws/tkf/xml",WeserviceImpl) 

like this?

Babu
  • 21
  • 4
  • It's not clear to me what you are asking here. – Robert Moskal Oct 15 '17 at 15:19
  • Hi Robert, Sorry for my English(Sentence) I have added some more information can you check please – Babu Oct 16 '17 at 10:03
  • Hi Robert, Now i have understand from this link https://stackoverflow.com/questions/2083500/java-using-endpoint-to-publish-webservice-to-tomcat-server – Babu Oct 16 '17 at 11:11

0 Answers0