How do I override the endpoint or host and port in SoapUI Maven plugin?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2009
06:40 AM
10-14-2009
06:40 AM
How do I override the endpoint or host and port in SoapUI Maven plugin?
Hi,
I see in the documentation that you can override the endpoint or just the hostname:port section when you use the commandline runner.
How do I achieve this from the SoapUI maven plugin?
Regards
Peter
I see in the documentation that you can override the endpoint or just the hostname:port section when you use the commandline runner.
How do I achieve this from the SoapUI maven plugin?
Regards
Peter
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2009
06:45 PM
10-14-2009
06:45 PM
Hi Peter,
the maven plugin has corresponding configuration parameters, just add
host:port
to the configuration part of the maven plugin
All options are outlined at http://www.soapui.org/plugin/maven2/properties.html
Does that help?
regards!
/Ole
eviware.com
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
the maven plugin has corresponding configuration parameters, just add
to the configuration part of the maven plugin
All options are outlined at http://www.soapui.org/plugin/maven2/properties.html
Does that help?
regards!
/Ole
eviware.com
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
