cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1092
Views
0
Helpful
1
Replies

not able to connect with pws prime cable provisioning

gnanamcool2k10
Level 1
Level 1

Hi

I have installed cisco prime cable provisioning in my Linux system. pws is also insatlled. I tried to connect the pws through program. but we are gerring

Unable to connect to the remote server. I generated the code from the wsdl file and used that c# file to connect.

During installation of pws the ports used were 9100 for non secure and 9433 for secure. but in the c# file(generated using wsdl) the url is showing as

this.Url = http://localhost:9090/ProvisioningPort;. I changed the local host to the Linux server name. when i tried to create a session in the webservice programatically  i am getting the above said error.

the code used to connect the webservice is

ProvisioningService ps = new ProvisioningService();

ContextType ct = new ContextType();    

ct = ps.createSession("admin", "cadebill1", "SER1", 49187, true);

is it able to view the pws in the internet explorerr. what is the url of the pws?

please give me a solution

Regards

Gnanam

1 Reply 1

gnanamcool2k10
Level 1
Level 1

Finally we find out the provisioning web service

this.Url =

http://localhost:9090/ProvisioningPort  This URL is wrong one

http://10.2.0.151:9100/cp-ws-prov/provService?wsdl This one is the correct

;