Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

SOAP UI generated Swagger leaves out some important elements #25

Open
tnscorcoran opened this issue Nov 4, 2015 · 0 comments
Open

SOAP UI generated Swagger leaves out some important elements #25

tnscorcoran opened this issue Nov 4, 2015 · 0 comments

Comments

@tnscorcoran
Copy link

See below generated Swagger. Leaves out host, path and response data. Contact me directly on [email protected] and I'll share the SOAP UI project if that helps.

{
"swagger": "2.0",
"info": {
"version": "1.0",
"title": "https://api.somehost.com"
},
"basePath": "",
"paths": {
"": {
"get": {
"operationId": "Company",
"parameters": [
{
"name": "id",
"in": "query",
"required": true,
"type": "string"
},
{
"name": "param2",
"in": "query",
"required": true,
"type": "string"
},
{
"name": "param3",
"in": "query",
"required": true,
"type": "string"
}
],
"responses": {
"200": {}
}
}
}
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant