Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / January 2006

Tip: Looking for answers? Try searching our database.

Acrobat Elements Server

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Steve Drake - 27 Jan 2006 11:44 GMT
All,

This maybe OT for this group, but I am really after some views on our issue,
with Acrobat Elements server 6.0 the webservices work fine, with 6.0.1 they
don't, this is the XML that comes back :

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
 <namesp1:createPDFResponse xmlns:namesp1="urn:aaes">
  <status xsi:type="xsd:int">0</status>
  <errorMessage xsi:type="xsd:string"/>
  <jobID.xsi:type="xsd:string">4dfba64e-a8bd-4bb9-a274-72fce16e2912</jobID>
 </namesp1:createPDFResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

The problem is in the 3 parameters: status, errorMessage and jobID. They
should strictly have the "urn:aaes" namespace, as their parent element
createPDFResponse. However, because the namespace is defined as a prefix,
rather than the default namespace, it is not carried to the child elements,
so they are not recognised.

Is the above statement correct? or should .NET be forgiving?

Cheers

Steve
Steve Drake - 27 Jan 2006 12:16 GMT
We have found this to be a known bug in soap light (some Perl thing :) )
witch adobe use.

Cheers

Steve

> All,
>
[quoted text clipped - 29 lines]
>
> Steve

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.