Skip to content

Commit

Permalink
show request
Browse files Browse the repository at this point in the history
  • Loading branch information
Phuocpr1998 committed Feb 14, 2020
1 parent 320f99c commit 59e7fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soap.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (soap SOAP) SendRequest(xaddr string) (mxj.Map, error) {
if soap.User != "" {
urlXAddr.User = url.UserPassword(soap.User, soap.Password)
}
//glog.Info(request)
glog.Info(request)
// Create HTTP request
buffer := bytes.NewBuffer([]byte(request))
req, err := http.NewRequest("POST", urlXAddr.String(), buffer)
Expand Down

0 comments on commit 59e7fcc

Please sign in to comment.