Hi everybody , I have
just begun work with SOAP technology, and I've got a simple example as you'll
see in the attachment files.
However, my example works,
I don't understand when/how should I use SOAP envelope (request ,
response).
I also want to pass
parameters to my "scriey" method but no joy either.
Please, somebody help
me !
If you can, please send me
a trivial example !
thanks !
Üdv. Pop Marius
L.
|
example.java
Description: Binary data
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" id="urn:pop_service" > <isd:provider type="java" scope="Application" methods="scriey"> <isd:java class="hu.regens.example" /> </isd:provider> <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener> </isd:service>
<<attachment: deploy-service.bat>>
client.java
Description: Binary data