-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-v option fix and wsa:Action handling
- Loading branch information
Mico Papp
committed
Aug 7, 2023
1 parent
4dd347b
commit 5c441c1
Showing
3 changed files
with
60 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | ||
<soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> | ||
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> | ||
<wsse:UsernameToken> | ||
<wsse:Username>user</wsse:Username> | ||
<wsse:Password>password</wsse:Password> | ||
</wsse:UsernameToken> | ||
</wsse:Security> | ||
<wsa:Action>https://github.com/pmamico/soap-cli/issues/13</wsa:Action> | ||
</soap:Header> | ||
<soap:Body> | ||
<NumberToDollars xmlns="http://www.dataaccess.com/webservicesserver/"> | ||
<dNum>500</dNum> | ||
</NumberToDollars> | ||
</soap:Body> | ||
</soap:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters