Web Services bug reports

From Wiki.zanox.com

Jump to: navigation, search

Contents

[edit] Bug Reports

[edit] Error in paging with getting Leads and Sales

I've found another little problem with the Sales/Leads request. Regardless what i specify in the items and page field of the request i receive all the item of a certain date. For example i've made 3 request:

Total items = 124

Request 1 Items=50 Page=0

Request 2 Items=50 Page=1

Request 3 Items=50 Page=2

But in that case i receive for three times 124 items.

[edit] Error in SOAP GetTransactions

Requests to GetTransaction only respond:

 
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
	<env:Header></env:Header>
	<env:Body>
		<env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
			<faultcode>env:Server</faultcode>
			<faultstring>java.lang.NullPointerException</faultstring>
		</env:Fault>
	</env:Body>
</env:Envelope>
 


--> will be fixed in next version

[edit] Error in SOAP UpdateAdspace

Server anwers

 
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
	<env:Header></env:Header>
	<env:Body>
		<env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
                   <faultcode>env:Server</faultcode>
                   <faultstring>Could not execute JDBC batch update</faultstring>
                </env:Fault>
	</env:Body>
</env:Envelope>
 

[edit] Error in /programs/adspace/[adspaceid]

"total is empty when getting programs, filtered by an adspace."

[edit] Error in Product Search when searching localized in region "fr" (France)

if i try to use the new feature of localization of the product search all countries offered seem to work, but not fr (France). The server answer is:

JBossWeb/2.0.1.GA - Error report
HTTP Status 500
Exception report
The server encountered an internal error () that prevented it from fulfilling this request.
javax.ejb.EJBException: java.lang.NumberFormatException: For input string

[edit] Error in GetAdmedia: does not return text link's description!

GetAdmedia method does not return text link's description!

I assume HTML/description is supposed to be populated in "code" field of admediumItem, By description I mean actual content. In html it would be like that <a href="">DESCPRIPTION</a>


See also: Web Services, Web Services feature wishlist


When can we expect a resolution for this bug?

Thanks Michael

Personal tools