Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7772661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:56:08+00:00 2026-06-01T16:56:08+00:00

I am using a java-based tool that includes jaxws-rt-2.1.4.jar for accessing web services. I

  • 0

I am using a java-based tool that includes jaxws-rt-2.1.4.jar for accessing web services. I can access an https web service successfully with correct result but I wish to see the https request and response when retrieving the wsdl and calling the service in Fiddler.
JVM parameters include the following:

-DproxySet=true -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8888
-Djavax.net.ssl.trustStore=C:\test\xxx.jks -Djavax.net.ssl.trustStorePassword=pw

The keystore contains the certificate needed for accessing the web service and this works fine as said. Proxy settings point at Fiddler so I expected to see not only the http request+response for the tool frontend (hosted on http://localhost:8080) initating the job that calls the web service, but also the https requests+responses.

The code I use for retrieving the WSDL and calling the service is

url = "https://www.eway.com.au/gateway/rebill/test/manageRebill_test.asmx?wsdl"
Definition definition = WSDLFactory.newInstance().newWSDLReader().readWSDL(url);
... other code creating the envelopeXML ...
URL wsdlLocation = new URL(url);
Source result =
    Service.create(wsdlLocation, serviceQName).createDispatch(
        portQName,
        Source.class,
        Service.Mode.MESSAGE).invoke(new StreamSource(new StringReader(envelopeXML))));

When the url is an http one like http://www.webservicex.net/periodictable.asmx?wsdl I do see the requests+responses in Fiddler.
What is missing in my setup that would show in Fiddler the https requests+responses for WSDL retrieval and service call? Maybe it requires an additional or different JVM setting?
Or is it a certificate issue – do I have to give Fiddler the certificate and have Fiddler issue a certificate based on it, that is used in the keystore instead of the original one?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T16:56:09+00:00Added an answer on June 1, 2026 at 4:56 pm

    OK this should have been obvious to me maybe – but then again none of the audience saw it 🙂
    I needed to have the following JVM parms added:

    -DproxySet=true -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8888
    

    This way, Fiddler catches the https requests+responses.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Background: I have created a CRUD web app using a java based RAD tool
I am trying to run a java based tool using a command line syntax
I have a Java based web-application using Java Server Faces and Facelets. I am
I'm using a java based tool and there's a config option for a dateformat
I am developing a Java web services application that is (mostly) to be used
I have web services written using java which interacts with the android application only
I am using Motodev , an Eclipse-based development tool for Java ME / Motorola.
Using a Java based image uploader and having problems, seems my controller action is
I am using Tomcat server for my java based Application . My question is
I am using Netty as backend in a Java-based Usenet client. The library is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.