-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've just started looking at soapUI, and it seems to be a pretty good web service testing tool. It can automatically generate request SOAP messages with all the elements from the WSDL in there, no problem. However, what would be splendid is if it could automatically generate sample random input data…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm converting some services from Apache SOAP to Axis2, so the Java service classes already exist. I created a new project in Eclipse, imported the source, made sure that the Axis2 project facets were installed, and Axis2 emitter properties are correct. Then, in Eclipse, I selected the service class…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, i'm currently using SoapUI Free edition 3.2-beta 2.
And i have a weird problem with a Xpath assertion:
I have this in response:
(...)
And i'm using this xpath to assert that the "niveau" with id='2' is in the response:
Xpath expression;
//*:niveau[@id='2']
&…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
SoapUi & database data needed
Hi,
In a J2ee project( spring ws + hibernate +postgresql+maven 2 + tomcat),We have created webservices with full crud operations.
We are currently testing them with SoapUi (not yet integrated in the integration-test maven phase ). We need tomcat to test them.
Actually…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Overview
The Enterprise Manager test harness that comes bundled
with SOA Suite 11g is a great tool for doing smoke tests and some
minor load testing. When a more robust testing tool is needed, often
times soapUI is leveraged for many reasons ranging from ease of use
to cost effective. However…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Just wondering whether it is possible to update a ByteArray in C Code, which is created in Java, without returning it from C.
I have situation, where I need to update a single bytearray for multiple times through JNI and returning bytearray from C takes lot of JNI calls. Please let me know if anybody…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Im loading images into Flash and using JPGEncoder to encode the image to a ByteArray and send this to AMF PHP which writes out the bytearray to a file. This all appears to work correctly and I can download the resulting file in Photoshop CS4 absolutely fine. When i try to open it from the desktop…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using
var bitmapdata:BitmapData=new BitmapData();
var pixels:Bytearray=new Bytearray();
pixels = rleDecodePixles();
bitmapdata.setPixels(bitmapdata.rect, pixels);
In the 4th line in the code above i am getting "Error: Error #2030: End of file was encountered." I checked the length of the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a flash video file (FLV) stored in the ByteArray object and would like to play this video. Is there any way to achieve it? Maybe using Alchemy?
Thank you!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi folks, I am trying to receive byte array data from a machine. It sends out 3 different types of data structure
each with different number of fields which consist of mostly int and a few floats, and byte sizes, the first being 320 bytes, 420 for the second type and 560 for the third. When the sending…
>>> More