gosoap icon indicating copy to clipboard operation
gosoap copied to clipboard

🦉SOAP package for Go

Results 29 gosoap issues
Sort by recently updated
recently updated
newest added

I'm trying to connect to this sample soap API server (https://www.w3schools.com/xml/tempconvert.asmx) but the `soap.Call` method always results in this error "**expected element type `` but have ``**" Following is my...

## Context There are cases where wsdl URL starts with `https` but wsdl definition has URL starting with `http`. This makes it impossible to call https endpoint and it gives...

hello, i am aware that there are other issues similar to this title but i just didn't find any answer in the comments, so i would appreciate it if anyone...

Hello! I'm currently working on a project where I need to authenticate with a Security Header. The headers must contain a BineryToken, Timestamp and a signature which must be calculated...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210726213435-c6fcb2dbf985 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210726213435-c6fcb2dbf985&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I'm using an old, probably misconfigured, SOAP service running on PHP. Currently, the call fails due to a 406 error. I identified (reproducing with curl) that the problem is the...

`Client.UserAgent` field is used to set the header. If left empty default Go value is used.