SoapUI with Fiddler
I am trying to route my soapUI web service requests via fiddler, but it doesn't seems to work. I tried url's like
http://localhost./myservice/myservice.asmx
http://localhost:8888/myservice/myservice.asmx
The later one though goes via fiddler, but it returns the request itself rather than the response from webservice. Any help?
fiddler soapui
add a comment |
I am trying to route my soapUI web service requests via fiddler, but it doesn't seems to work. I tried url's like
http://localhost./myservice/myservice.asmx
http://localhost:8888/myservice/myservice.asmx
The later one though goes via fiddler, but it returns the request itself rather than the response from webservice. Any help?
fiddler soapui
add a comment |
I am trying to route my soapUI web service requests via fiddler, but it doesn't seems to work. I tried url's like
http://localhost./myservice/myservice.asmx
http://localhost:8888/myservice/myservice.asmx
The later one though goes via fiddler, but it returns the request itself rather than the response from webservice. Any help?
fiddler soapui
I am trying to route my soapUI web service requests via fiddler, but it doesn't seems to work. I tried url's like
http://localhost./myservice/myservice.asmx
http://localhost:8888/myservice/myservice.asmx
The later one though goes via fiddler, but it returns the request itself rather than the response from webservice. Any help?
fiddler soapui
fiddler soapui
asked Sep 19 '10 at 5:17
AshishAshish
1,34963048
1,34963048
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
Try File > Preferences > Proxy Settings
Host 127.0.0.1
Port 8888
and use http://localhost/myservice/myservice.asmx
Here is a post that explain this a little bit more
Thanks a lot. It works. I just had to set the proxy settings after adding the wsdl to soapUI project.
– Ashish
Sep 25 '10 at 12:07
add a comment |
To decrypt HTTPS traffic generated by SoapUI, you may need to import Fiddler certificate into the Java truststore file, cacerts. For SoapUI this file is typically located in "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity" (or whatever version and path you installed it at).
In Fiddler, export the root certificate to your desktop: Tools > Fiddler Options... > HTTPS > Export Root Certificate to Desktop.
Run
cmd
as administrator.
cd
to the security folder of SoapUI's JRE, e.g.:
cd "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity"
Back up the cacerts file:
xcopy cacerts cacerts.bak
Import Fiddler certificate:
....binkeytool.exe -import -alias fiddler -file "C:Users<username>DesktopFiddlerRoot.cer" -keystore cacerts -storepass changeit
Here "changeit" is the password to the cacerts store.
When prompted to trust the certificate, enter
yes
.Restart SoapUI.
Configure SoapUI to use Fiddler as proxy: go to File > Preferences > Proxy Settings and specify:
- Proxy Setting: Manual
- Host: localhost
- Port: 8888 (or whatever port your Fiddler uses)
Remember to restore the original proxy settings when Fiddler is not running.
add a comment |
Fiddler injects itself automatically as a proxy, but only into the IE stack. SoapUI uses a java stack, so the proxy isn't automatic.
3
So my question would be how do i attach fiddler to soapUI?
– Ashish
Sep 22 '10 at 7:51
add a comment |
Have you tried:
http://localhost/myservice/myservice.asmx (without the dot)
UPDATE
Fiddler works by acting as a proxy on your machine. When started it will set itself up on port 8888. That's why you're seeing it work when you use localhost:8888
. If you want to use localhost
then you'll need to tell fiddler to look at port 80.
From the Internet Explorer main menu, click Tools, click Internet Options, click Connections, click LAN Setting, and finally click Advanced. Now change the port to 80 and see if that works.
Yes i did. But in vain.
– Ashish
Sep 19 '10 at 7:07
All other requests that are fired from browser are going via fiddler. But the requests that are made from soapUI are not getting routed through fiddler. Do you think we need to make any changes to soapUI options?
– Ashish
Sep 19 '10 at 8:30
What's the url you're using with SoapUI? Is itlocalhost
?
– Naeem Sarfraz
Sep 19 '10 at 19:54
I tried the below three localhost/myservice/myservice.asmx localhost./myservice/myservice.asmx localhost:8888/myservice/myservice.asmx
– Ashish
Sep 20 '10 at 3:10
add a comment |
Sometimes it happens that default port 8888 is used by some other application. Like in my case it was python so it did not worked using 8888
So the port number you mention should be the one where Fiddler is listening.
capture snapshots so its easy to understand
Step 1 & Step 2 to be performed on Fiddler
Step 3 & Step 4 on Soapui/ReadyaPI
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f3744602%2fsoapui-with-fiddler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try File > Preferences > Proxy Settings
Host 127.0.0.1
Port 8888
and use http://localhost/myservice/myservice.asmx
Here is a post that explain this a little bit more
Thanks a lot. It works. I just had to set the proxy settings after adding the wsdl to soapUI project.
– Ashish
Sep 25 '10 at 12:07
add a comment |
Try File > Preferences > Proxy Settings
Host 127.0.0.1
Port 8888
and use http://localhost/myservice/myservice.asmx
Here is a post that explain this a little bit more
Thanks a lot. It works. I just had to set the proxy settings after adding the wsdl to soapUI project.
– Ashish
Sep 25 '10 at 12:07
add a comment |
Try File > Preferences > Proxy Settings
Host 127.0.0.1
Port 8888
and use http://localhost/myservice/myservice.asmx
Here is a post that explain this a little bit more
Try File > Preferences > Proxy Settings
Host 127.0.0.1
Port 8888
and use http://localhost/myservice/myservice.asmx
Here is a post that explain this a little bit more
edited Apr 19 '16 at 16:26
Retsam
5,50232853
5,50232853
answered Sep 24 '10 at 20:17
mikeslmikesl
1,8061620
1,8061620
Thanks a lot. It works. I just had to set the proxy settings after adding the wsdl to soapUI project.
– Ashish
Sep 25 '10 at 12:07
add a comment |
Thanks a lot. It works. I just had to set the proxy settings after adding the wsdl to soapUI project.
– Ashish
Sep 25 '10 at 12:07
Thanks a lot. It works. I just had to set the proxy settings after adding the wsdl to soapUI project.
– Ashish
Sep 25 '10 at 12:07
Thanks a lot. It works. I just had to set the proxy settings after adding the wsdl to soapUI project.
– Ashish
Sep 25 '10 at 12:07
add a comment |
To decrypt HTTPS traffic generated by SoapUI, you may need to import Fiddler certificate into the Java truststore file, cacerts. For SoapUI this file is typically located in "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity" (or whatever version and path you installed it at).
In Fiddler, export the root certificate to your desktop: Tools > Fiddler Options... > HTTPS > Export Root Certificate to Desktop.
Run
cmd
as administrator.
cd
to the security folder of SoapUI's JRE, e.g.:
cd "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity"
Back up the cacerts file:
xcopy cacerts cacerts.bak
Import Fiddler certificate:
....binkeytool.exe -import -alias fiddler -file "C:Users<username>DesktopFiddlerRoot.cer" -keystore cacerts -storepass changeit
Here "changeit" is the password to the cacerts store.
When prompted to trust the certificate, enter
yes
.Restart SoapUI.
Configure SoapUI to use Fiddler as proxy: go to File > Preferences > Proxy Settings and specify:
- Proxy Setting: Manual
- Host: localhost
- Port: 8888 (or whatever port your Fiddler uses)
Remember to restore the original proxy settings when Fiddler is not running.
add a comment |
To decrypt HTTPS traffic generated by SoapUI, you may need to import Fiddler certificate into the Java truststore file, cacerts. For SoapUI this file is typically located in "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity" (or whatever version and path you installed it at).
In Fiddler, export the root certificate to your desktop: Tools > Fiddler Options... > HTTPS > Export Root Certificate to Desktop.
Run
cmd
as administrator.
cd
to the security folder of SoapUI's JRE, e.g.:
cd "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity"
Back up the cacerts file:
xcopy cacerts cacerts.bak
Import Fiddler certificate:
....binkeytool.exe -import -alias fiddler -file "C:Users<username>DesktopFiddlerRoot.cer" -keystore cacerts -storepass changeit
Here "changeit" is the password to the cacerts store.
When prompted to trust the certificate, enter
yes
.Restart SoapUI.
Configure SoapUI to use Fiddler as proxy: go to File > Preferences > Proxy Settings and specify:
- Proxy Setting: Manual
- Host: localhost
- Port: 8888 (or whatever port your Fiddler uses)
Remember to restore the original proxy settings when Fiddler is not running.
add a comment |
To decrypt HTTPS traffic generated by SoapUI, you may need to import Fiddler certificate into the Java truststore file, cacerts. For SoapUI this file is typically located in "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity" (or whatever version and path you installed it at).
In Fiddler, export the root certificate to your desktop: Tools > Fiddler Options... > HTTPS > Export Root Certificate to Desktop.
Run
cmd
as administrator.
cd
to the security folder of SoapUI's JRE, e.g.:
cd "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity"
Back up the cacerts file:
xcopy cacerts cacerts.bak
Import Fiddler certificate:
....binkeytool.exe -import -alias fiddler -file "C:Users<username>DesktopFiddlerRoot.cer" -keystore cacerts -storepass changeit
Here "changeit" is the password to the cacerts store.
When prompted to trust the certificate, enter
yes
.Restart SoapUI.
Configure SoapUI to use Fiddler as proxy: go to File > Preferences > Proxy Settings and specify:
- Proxy Setting: Manual
- Host: localhost
- Port: 8888 (or whatever port your Fiddler uses)
Remember to restore the original proxy settings when Fiddler is not running.
To decrypt HTTPS traffic generated by SoapUI, you may need to import Fiddler certificate into the Java truststore file, cacerts. For SoapUI this file is typically located in "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity" (or whatever version and path you installed it at).
In Fiddler, export the root certificate to your desktop: Tools > Fiddler Options... > HTTPS > Export Root Certificate to Desktop.
Run
cmd
as administrator.
cd
to the security folder of SoapUI's JRE, e.g.:
cd "C:Program Files (x86)SmartBearSoapUI-5.0.0jrelibsecurity"
Back up the cacerts file:
xcopy cacerts cacerts.bak
Import Fiddler certificate:
....binkeytool.exe -import -alias fiddler -file "C:Users<username>DesktopFiddlerRoot.cer" -keystore cacerts -storepass changeit
Here "changeit" is the password to the cacerts store.
When prompted to trust the certificate, enter
yes
.Restart SoapUI.
Configure SoapUI to use Fiddler as proxy: go to File > Preferences > Proxy Settings and specify:
- Proxy Setting: Manual
- Host: localhost
- Port: 8888 (or whatever port your Fiddler uses)
Remember to restore the original proxy settings when Fiddler is not running.
edited Nov 14 '18 at 0:42
David Noreña
807929
807929
answered Apr 21 '16 at 17:22
Sireesh YarlagaddaSireesh Yarlagadda
7,45824762
7,45824762
add a comment |
add a comment |
Fiddler injects itself automatically as a proxy, but only into the IE stack. SoapUI uses a java stack, so the proxy isn't automatic.
3
So my question would be how do i attach fiddler to soapUI?
– Ashish
Sep 22 '10 at 7:51
add a comment |
Fiddler injects itself automatically as a proxy, but only into the IE stack. SoapUI uses a java stack, so the proxy isn't automatic.
3
So my question would be how do i attach fiddler to soapUI?
– Ashish
Sep 22 '10 at 7:51
add a comment |
Fiddler injects itself automatically as a proxy, but only into the IE stack. SoapUI uses a java stack, so the proxy isn't automatic.
Fiddler injects itself automatically as a proxy, but only into the IE stack. SoapUI uses a java stack, so the proxy isn't automatic.
answered Sep 21 '10 at 17:10
Chris ThorntonChris Thornton
14k42856
14k42856
3
So my question would be how do i attach fiddler to soapUI?
– Ashish
Sep 22 '10 at 7:51
add a comment |
3
So my question would be how do i attach fiddler to soapUI?
– Ashish
Sep 22 '10 at 7:51
3
3
So my question would be how do i attach fiddler to soapUI?
– Ashish
Sep 22 '10 at 7:51
So my question would be how do i attach fiddler to soapUI?
– Ashish
Sep 22 '10 at 7:51
add a comment |
Have you tried:
http://localhost/myservice/myservice.asmx (without the dot)
UPDATE
Fiddler works by acting as a proxy on your machine. When started it will set itself up on port 8888. That's why you're seeing it work when you use localhost:8888
. If you want to use localhost
then you'll need to tell fiddler to look at port 80.
From the Internet Explorer main menu, click Tools, click Internet Options, click Connections, click LAN Setting, and finally click Advanced. Now change the port to 80 and see if that works.
Yes i did. But in vain.
– Ashish
Sep 19 '10 at 7:07
All other requests that are fired from browser are going via fiddler. But the requests that are made from soapUI are not getting routed through fiddler. Do you think we need to make any changes to soapUI options?
– Ashish
Sep 19 '10 at 8:30
What's the url you're using with SoapUI? Is itlocalhost
?
– Naeem Sarfraz
Sep 19 '10 at 19:54
I tried the below three localhost/myservice/myservice.asmx localhost./myservice/myservice.asmx localhost:8888/myservice/myservice.asmx
– Ashish
Sep 20 '10 at 3:10
add a comment |
Have you tried:
http://localhost/myservice/myservice.asmx (without the dot)
UPDATE
Fiddler works by acting as a proxy on your machine. When started it will set itself up on port 8888. That's why you're seeing it work when you use localhost:8888
. If you want to use localhost
then you'll need to tell fiddler to look at port 80.
From the Internet Explorer main menu, click Tools, click Internet Options, click Connections, click LAN Setting, and finally click Advanced. Now change the port to 80 and see if that works.
Yes i did. But in vain.
– Ashish
Sep 19 '10 at 7:07
All other requests that are fired from browser are going via fiddler. But the requests that are made from soapUI are not getting routed through fiddler. Do you think we need to make any changes to soapUI options?
– Ashish
Sep 19 '10 at 8:30
What's the url you're using with SoapUI? Is itlocalhost
?
– Naeem Sarfraz
Sep 19 '10 at 19:54
I tried the below three localhost/myservice/myservice.asmx localhost./myservice/myservice.asmx localhost:8888/myservice/myservice.asmx
– Ashish
Sep 20 '10 at 3:10
add a comment |
Have you tried:
http://localhost/myservice/myservice.asmx (without the dot)
UPDATE
Fiddler works by acting as a proxy on your machine. When started it will set itself up on port 8888. That's why you're seeing it work when you use localhost:8888
. If you want to use localhost
then you'll need to tell fiddler to look at port 80.
From the Internet Explorer main menu, click Tools, click Internet Options, click Connections, click LAN Setting, and finally click Advanced. Now change the port to 80 and see if that works.
Have you tried:
http://localhost/myservice/myservice.asmx (without the dot)
UPDATE
Fiddler works by acting as a proxy on your machine. When started it will set itself up on port 8888. That's why you're seeing it work when you use localhost:8888
. If you want to use localhost
then you'll need to tell fiddler to look at port 80.
From the Internet Explorer main menu, click Tools, click Internet Options, click Connections, click LAN Setting, and finally click Advanced. Now change the port to 80 and see if that works.
edited Sep 19 '10 at 7:54
answered Sep 19 '10 at 6:19
Naeem SarfrazNaeem Sarfraz
5,56032657
5,56032657
Yes i did. But in vain.
– Ashish
Sep 19 '10 at 7:07
All other requests that are fired from browser are going via fiddler. But the requests that are made from soapUI are not getting routed through fiddler. Do you think we need to make any changes to soapUI options?
– Ashish
Sep 19 '10 at 8:30
What's the url you're using with SoapUI? Is itlocalhost
?
– Naeem Sarfraz
Sep 19 '10 at 19:54
I tried the below three localhost/myservice/myservice.asmx localhost./myservice/myservice.asmx localhost:8888/myservice/myservice.asmx
– Ashish
Sep 20 '10 at 3:10
add a comment |
Yes i did. But in vain.
– Ashish
Sep 19 '10 at 7:07
All other requests that are fired from browser are going via fiddler. But the requests that are made from soapUI are not getting routed through fiddler. Do you think we need to make any changes to soapUI options?
– Ashish
Sep 19 '10 at 8:30
What's the url you're using with SoapUI? Is itlocalhost
?
– Naeem Sarfraz
Sep 19 '10 at 19:54
I tried the below three localhost/myservice/myservice.asmx localhost./myservice/myservice.asmx localhost:8888/myservice/myservice.asmx
– Ashish
Sep 20 '10 at 3:10
Yes i did. But in vain.
– Ashish
Sep 19 '10 at 7:07
Yes i did. But in vain.
– Ashish
Sep 19 '10 at 7:07
All other requests that are fired from browser are going via fiddler. But the requests that are made from soapUI are not getting routed through fiddler. Do you think we need to make any changes to soapUI options?
– Ashish
Sep 19 '10 at 8:30
All other requests that are fired from browser are going via fiddler. But the requests that are made from soapUI are not getting routed through fiddler. Do you think we need to make any changes to soapUI options?
– Ashish
Sep 19 '10 at 8:30
What's the url you're using with SoapUI? Is it
localhost
?– Naeem Sarfraz
Sep 19 '10 at 19:54
What's the url you're using with SoapUI? Is it
localhost
?– Naeem Sarfraz
Sep 19 '10 at 19:54
I tried the below three localhost/myservice/myservice.asmx localhost./myservice/myservice.asmx localhost:8888/myservice/myservice.asmx
– Ashish
Sep 20 '10 at 3:10
I tried the below three localhost/myservice/myservice.asmx localhost./myservice/myservice.asmx localhost:8888/myservice/myservice.asmx
– Ashish
Sep 20 '10 at 3:10
add a comment |
Sometimes it happens that default port 8888 is used by some other application. Like in my case it was python so it did not worked using 8888
So the port number you mention should be the one where Fiddler is listening.
capture snapshots so its easy to understand
Step 1 & Step 2 to be performed on Fiddler
Step 3 & Step 4 on Soapui/ReadyaPI
add a comment |
Sometimes it happens that default port 8888 is used by some other application. Like in my case it was python so it did not worked using 8888
So the port number you mention should be the one where Fiddler is listening.
capture snapshots so its easy to understand
Step 1 & Step 2 to be performed on Fiddler
Step 3 & Step 4 on Soapui/ReadyaPI
add a comment |
Sometimes it happens that default port 8888 is used by some other application. Like in my case it was python so it did not worked using 8888
So the port number you mention should be the one where Fiddler is listening.
capture snapshots so its easy to understand
Step 1 & Step 2 to be performed on Fiddler
Step 3 & Step 4 on Soapui/ReadyaPI
Sometimes it happens that default port 8888 is used by some other application. Like in my case it was python so it did not worked using 8888
So the port number you mention should be the one where Fiddler is listening.
capture snapshots so its easy to understand
Step 1 & Step 2 to be performed on Fiddler
Step 3 & Step 4 on Soapui/ReadyaPI
answered Oct 9 '18 at 3:49
Gaurav khuranaGaurav khurana
896711
896711
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f3744602%2fsoapui-with-fiddler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown