Using webservice htc to access PDS

L

Larry Mason

Has anyone tried using the webservice.htc to access the PDS service? If I
remove the cookie from the SOAP request, I get a nicely formatted reply with
a security exception. This means the service is being reached. Furthermore
I know the cookie is being properly populated because I dump out its
contents. However, when I add the cookie string to the request, I get the
following error:
res.errorDetail.code is "SOAP-ENV:Server"
res.errorDetail.string is "Server:XML Parser failed at linenumber 5,
lineposition 82, reason is: Semicolon expected"

Anyone know what could be going wrong here?
TIA,
Larry
 
L

Larry Mason

Ok I resolved it. You must escape the cookie and request XML. After doing
so, I am able to access the service directly from code within a web page.
Larry
 

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