Fred Brillante

Greenhorn
+ Follow
since Jul 08, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Fred Brillante

So I found one error I had an extra forward slash after http://www.webserviceX.NET/
Now that it is responding I found that the base64 seems to be so large that it has a hard time processing it.
It works fine when I reduce the number of characters. Is there a limit to outputstream or url connection?
11 years ago
I'm reusing some code I used for a class a while back.

For some reason everytime I try submit a soap request to either http://www.webservicex.net/barcode.asmx or http://www.webservicex.net/genericbarcode.asmx I get a 500 error.

When I point it at http://www.webservicex.net/stockquote.asmx it works fine and I get an xml response back.
The webservice should be responding with base64 image.


11 years ago