Hi,
    In the URL http://localhost:8000/soap/admin/index.html , you will find
the list of services registered in apache-SOAP for that particular server.
You can find the details of the services there.The entry corresponding to
Property ID is the one to be used for targetObjectURI.

Regards
Duby Rex


Hi,

I'm running my SOAP client and Tomcat on a Windows 2000 box and trying to
send get/sets to a soap service (part of upnp) running on a Linux box. I'm
having a problem and I think it lies in my conufsion as to what to put in
the target object URI. Is the below anything like correct. How can I find
the exact service name of the service on the linux box. (It is not a
service
I created). Is it listed in the xml descriptors anywhere.

this.urlString          =  "http://localhost:8080/soap/servlet/rpcrouter/";;
this.targetObjURI  =
"http://192.168.4.25:9999/urn:upnp-org:serviceId:tvcontrol1";;

Thanks very much in advance for any help.

D.




Reply via email to