Skip to content

Commit

Permalink
Blindly applied soap patch from Vance shipley addressing ... which ca…
Browse files Browse the repository at this point in the history
…uses

operations to be missed when there are more than one port type
in a WSDL.

git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@1268 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
  • Loading branch information
Claes Wikstrom committed Jul 22, 2008
1 parent d5b1bcc commit 3354e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yaws_soap_lib.erl
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ searchPorts(BindingName, [Port | Tail], Acc) ->
#port{binding = #qname{localPart = BindingName}} ->
searchPorts(BindingName, Tail, [Port | Acc]);
_ ->
searchPorts(BindingName, Tail)
searchPorts(BindingName, Tail, Ack)
end.


Expand Down

0 comments on commit 3354e50

Please sign in to comment.