This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Apache Axis - Java WS Client Code and SoapUI giving different responses
Kapil Raju
Greenhorn
Joined: May 22, 2008
Posts: 2
posted
0
Hi All,
We are facing a strange issue of getting different no. of records as response while making the same webservice API call from our WS client code and SOAP UI.
Lets assume the WS API is something link Foo[] getBar() and it is supposed to return 2 records.
So when we are making a call from SoapUI we get two records but when our client code makes a call it is getting only one record.
Can it be an issue of an old client stubs?
PS: We are using Apache Axis.
-Kapil
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
Is the WS code under your control? If so, that's where I'd start debugging.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Apache Axis - Java WS Client Code and SoapUI giving different responses