1
vote
2answers
1k views
Web Service throwing exception using Axis2 Java
Hi, I'm actually developing a Web Service in Java using Axis 2.
I designed my service as a POJO (Plain Old Java Object) with public method throwing exceptions :
public class MySer …
2
votes
8answers
1k views
Controlling flex chart axes
I want to use small flex charts with just 3 labels, for example a chart over the past 2 hours , with 3 horizontal label, as shown below:
| | |
9:46 10:46 …
0
votes
2answers
68 views
Why won’t this axes object display correctly in MATLAB?
I am writing two small psychoacoustic testing applications in MATLAB. The first one works without problems but the second one doesn't, and I just can't figure out why.
Here is the …
0
votes
2answers
46 views
Buliding a WAR that uses Axis2 + Rampart for Tomcat
I'm trying to build an axis-based web service with rampart for
security, and I've been hoping to deploy a single war to tomcat,
rather than installing axis and deploying within axi …
1
vote
3answers
86 views
Make the X and Y axis scales equal on an Excel chart
I'd like the X and Y axes of my Excel charts to have the same scale on the screen, because I'm plotting geographical data. A 1km by 1km square should look like a square, not like a …
0
votes
4answers
1k views
How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service
Hello,
I'm trying to write a web service client in c# which the webservice is Java Axis 1.4.
Axis service requires the Authorization: Basic Base64EncodedToken header value in the …
0
votes
2answers
36 views
Axis 1.4 AxisFault Premature end of file
I get this error when I use my autogenerated ServiceBindingStub.java. WebService side is working ok, so this error must be in code, but code is autogenerated, so I cannot know why …
1
vote
4answers
1k views
Using complex data types from Java in Axis webservice
I am currently developing a Java app which handles a SOAP webservice.
The problem lies after I parse the WSDL [the Parser object from Apache Axis does it for me], and I create th …
0
votes
2answers
323 views
How to Invoke Axis WebService through Donet Client
Hi ,
I have a task to invoke & connect to a axis webservice in a dotnet web app.
The weservice, first requires authentication of username & password , which should be se …
0
votes
1answer
135 views
Steps to consume an axis webservice in Visual Studio 2008
Hi, I am trying real hard to consume a web service in Visual Studio 2008. Can anybody tell me how do I go about doing it? Or is there a link that will give me the exhaustive steps …
0
votes
1answer
43 views
wsdl2java ant task: howto include wsdl file name in java file comment
We're generating Java files from WSDL descripitons using the axis-wsdl2java ant task.
<axis-wsdl2java url="${src.dir.etc}/wsdl/BLAH.wsdl"
output="${build.dir.g …
1
vote
1answer
44 views
Integrating SOAP and VXML
I am writing an interface for our VXML application that will allow access to a SOAP service. Because of the difficulties inherent in trying to use javascript to make SOAP calls an …
0
votes
1answer
31 views
make a parameter of type byte array nullable in an axis web service
i have a java method that is part of an web service interface and that takes a byte array parameter like this
public int computeSomeThind(byte[] data) {
if(data != null) {
/ …
0
votes
2answers
30 views
Where I can find Axis WSDL2Java file?
I downloaded Axis 1.4 ( http://www.nic.funet.fi/pub/mirrors/apache.org/ws/axis/1%5F4/ ) and I wanted to use WSDL2Java, but I didn't find such a file from package, but there are ref …
0
votes
1answer
576 views
How to animate the flex chart axis when the maximum of the data changes?
I have a flex chart feed with multiple data sets, and I want to display only one of the data set in one view. So I created multiple buttons to select different data sets. Whenever …
