Forum Discussion
lerudine
New Contributor
Both of them are in the same interface declaration. Same namespace.
Both of them have as request on soapui:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body/>
</soapenv:Envelope>
the first operation :
@WebMethod
@WebResult(name = "verifyDocResponse")
public VerifyDocResponse verifyDoc() throws ApplicationFault;
the second operation:
@WebMethod
@WebResult(name = "readDocResponse")
public ReadDocResponse readDoc() throws ApplicationFault;
Related Content
- 7 years ago
Recent Discussions
- 2 days ago
- 2 days ago