frankframework / frankframework/frankframework

Generate multiple operations in WSDL

Open
#5,115 0 comments 0 reactions 0 assignees View on GitHub
Needs Triage
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.