Maven WebService with https connection
i want to make a WebService which get a SOAP Message about https. I make a standalone java client and server which can talk over https, but i can´t make a ServerSoc开发者_如何学Cket in my WebService. I you use the Maven Eclipseplugin to build my WebService, but i didn´t find options for https in maven. Can anybody help my, to reserve a SOAP Message in my WebService with https?
as far as i know there is no relation between the web service and its protocol, http/https. check that your server certificate is valid and has the correct server name. other wise you'll get an ssl exception. if this doesnt help, you better post you stack trace here...
精彩评论