Integrate soap.Action type with soap/client.

This commit is contained in:
John Beisley
2022-06-10 17:54:04 +01:00
parent be592a92bd
commit 656e810e54
4 changed files with 33 additions and 17 deletions

View File

@ -81,7 +81,7 @@ func run() error {
// as well as necessary for extended types.
typeMap := types.TypeMap().Clone()
typeMap[soapActionInterface] = typedesc.TypeDesc{
GoType: reflect.TypeOf((*soap.SOAPAction)(nil)).Elem(),
GoType: reflect.TypeOf((*soap.Action)(nil)).Elem(),
}
for _, m := range manifests.DCPS {