tiaguinho / gosoap

🦉SOAP package for Go
MIT License
507 stars 176 forks source link

Body content #79

Open PaPashka opened 2 years ago

PaPashka commented 2 years ago

Currently, gosoap uses the operation name as the only body part of the message. But the names (tags) of body parts may not be the same as the names of the operations. Are you planning to implement retrieving of body part names (binding -> port type -> operation -> input -> message -> part -> element) for use when encoding?

miurhawk commented 9 months ago

This would also be valuable for my use case!