Displaying 1 result from an estimated 1 matches for "greetmeresponse".
2009 Jun 18
0
SSOAP access to a j2EE-ws service
...; (the first of the signatures
shown will be used)
NULL#ANY#ANY#ANY#ANY
ANY#ANY#ANY#ANY#missing
---
According to the web service server logs, the request is received and
the answer sent. The service is supposed to return the following string:
---
<env:Envelope>
<env:Body>
<greetMeResponse>
<return>Hello, null.</return>
</greetMeResponse>
</env:Body>
</env:Envelope>
---
--- Environment info ---
> sessionInfo()
R version 2.7.1 (2008-06-23)
i486-pc-linux-gnu
locale:
C
attached base packages:
[1] stats graphics grDevices utils datasets...