Trouble Calling PDS without VS.NET or the SOAP Toolkit

J

Jason Alsip

I've had a lot of success lately with executing methods from the PDS
through Javascript in a web page using the SoapClient object that
comes with the SOAP Toolkit. However, I am in an environment where it
would be less than ideal to have to deploy that object library because
it will mean having to redo the a lot of the validation on our Project
Server implementation.

I know that a web service can be called via HTTP, and I've been able
to do this with other web services just fine but not the PDS. I've
tried two ways, one by through XMLHTTP using POST with the soap
envelope built manually (and adding in the right HTTP headers), the
other by making a call through the Web Services HTML Control
(webservice.htc) that Microsoft has available. In both instances I
get an error stating "Connector - Bad request to the server." Is
there something additional that the PDS needs in order for the SOAP
call to be processed properly?

Any input on this matter would be appreciated. Thank you.

Sincerely,
Jason Alsip, MCSD
 
J

Jason Alsip

Nevermind. I managed to figure it out on my own.

Sincerely,
Jason Alsip, MCSD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top