Hi,

Our application read the BlobStore and converts the it to byte[] which
is then send to an external endpoint(Web Service).

<b>Scenario1</b>
Byte[] with size less then 500KB, works fine without throwing any
error.

<b>Scenario2</b>
Although with byte[] size more then 500KB it throws exception.
"javax.xml.ws.WebServiceException: java.io.IOException: Could not
fetch URL:"

Note : In both scenario it is accessing the same endpoint, which is
external and not deployed on GAE.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to