Hi Adam,
Thanks for you response!!
below are some parts of my code,
my $vscService = SOAP::Lite->service("https://192.168.xxx.102:8143/kamino/public/api?wsdl");
my $serviceUrl = SOAP::Data->type('string')->name('serviceUrl')->value("https://192.168.xxx.108/sdk");
in the createDatastore method i have
my $datastoreSpec = getDatastoreSpec("arg0");
my $requestSpec = getRequestSpec("arg1");
return $vscService->createDatastore($datastoreSpec, $requestSpec);
moreover in my request xml the field SOAP Action is blank, it shouldn't be blank.please suggest ?
could you please speak on pm ??
thanks in advance ...
Regards,
Sanjeev
this is how it is ? is there any modification required ??