frankframework / frankframework/frankframework
Generate multiple operations in WSDL
- Dominant language
- Java
- Stars
- 167
- Forks
- 87
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 206
Description
**Describe the issue**
We need to provide the following WSDL (which for now we provide as a static resource) which has multiple operations:
https://github.com/Sudwest-Fryslan/WebformulierenVerwerker/blob/main/configurations/WebformulierenVerwerker/webcontent/GeneriekeFormulierAfhandeling.wsdl
```
...
...
```
The above WSDL has several operations whereas the by F!F generated WSDL has only one operation:
```
```
[WebformulierenVerwerker.wsdl.zip](https://github.com/ibissource/iaf/files/12041407/WebformulierenVerwerker.wsdl.zip)
I would like the have several operations based on the csv in the soapBody:
https://github.com/Sudwest-Fryslan/WebformulierenVerwerker/blob/main/configurations/WebformulierenVerwerker/Configuration_WebformulierenVerwerkerDispatcher.xml#L27
With the WSDL as a static resource it only works for one environment as the soapAction url at the bottom of the WSDL should be different for D, T, A and P.
**Reporter**
Jaco de Groot
Contributor guide
Assessment
This issue has not been assessed yet.