11.01.2015 Views

Enterprise Application Integration

Enterprise Application Integration

Enterprise Application Integration

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SOAP WSDL WS with .NET WS in Java<br />

Example: Interface of Session Bean<br />

package ejb;<br />

import javax.jws.WebService;<br />

...<br />

@WebService<br />

@SOAPBinding(style = Style.DOCUMENT, use = Use.LITERAL)<br />

public interface AdderIF extends Remote {<br />

}<br />

// rename due to .NET naming conventions<br />

@WebMethod(operationName="Add")<br />

public int add(int x, int y) throws RemoteException;<br />

155

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!