Skip to content

Commit

Permalink
Setting the soap config explicitly - document/literal/wrapped - part of
Browse files Browse the repository at this point in the history
solution for #16
  • Loading branch information
jtmelton committed Dec 17, 2014
1 parent 1e21cde commit 41a14cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.util.Collection;

import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;

import org.owasp.appsensor.core.Attack;
import org.owasp.appsensor.core.Event;
Expand All @@ -16,6 +17,7 @@
* @author John Melton (jtmelton@gmail.com) http://www.jtmelton.com/
*/
@WebService(targetNamespace = "https://www.owasp.org/index.php/OWASP_AppSensor_Project/wsdl")
@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use=SOAPBinding.Use.LITERAL, parameterStyle=SOAPBinding.ParameterStyle.WRAPPED)
public interface SoapRequestHandler extends RequestHandler {

/**
Expand Down

0 comments on commit 41a14cc

Please sign in to comment.