How can I generate a web service proxy behind https and client certificate request?

I guess I can't use the classic wizard to generate a web service client that is behind https with client certificate request.

I guess I can't use the classic wizard to generate a web service client that is behind https with client certificate request. The only way I can think of and that worked for me was: install the needed certificates in a browser; manually download the WSDL xml document; manually download every xml documents that the WSDL refers to, that are in the same domain; alter the WSDL to point to the xml files on disk instead of pointing to urls where those documents are; build the client with genproxy or WSDL2Java or with a wizard against the WSDL on disk alter the code to point to the original URLs; finally add the keystore details to the generated client; I still have some problems but I can now connect and "talk" with the server.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions