axis

ColdFusion fails to generate WSDL

I am having trouble getting web services to work in ColdFusion. This works just fine on my development server, but when I gave it to QA they are getting this error on their server. Both are running ColdFusion 8.0.1.195765. Is there some system setting I'm missing that would cause this behavior? My very simple CFC file: <cfcomponent out...

WSDL2Java Throws Could not find main class: org.apache.axis.wsdl.WSDL2Java

I am trying to create the java files from a remote webservice. I downloaded axis 1.4, copied the lib folder to c:\data\axis\lib which contains of these files: axis.jar axis-ant.jar commons-discovery-0.2.jar commons-logging-1.0.4.jar jaxrpc.jar log4j.properties log4j-1.2.8.jar saaj.jar wsdl4j-1.5.1.jar I added the c:\data\axis\lib fol...

Serious, intermittent problem with CF Web Service

Howdy, CFers! We've got an incredibly frustrating situation with a CF Web Services-based API that we wrote and maintain. We had an API in place for years that was stable and working happily with Ruby, PHP, and ColdFusion clients. Then this year a .NET client came along, and we found that our web service was not interoperable with statica...

How to create Axis Web Service Client for a local WSDL file?

Hi, i have local WSDL file. i tried to create JAX-WS Web service client which is available by default in Netbeans. But there are problems in accessing the service. So i tried to create Axis Web Service client by installing the plugin. But i don't find any way to import the WSDL and access the services available like JAX- WS Style. I ...

Client Web Service call over SSL using Apache Axis

I'm using Apache Axis 1.5.1 to code a web service client connecting to a service over SSL. My application is running in Tomcat with SSL configuration setup in JKS. However, when I connect to the server, the connection is failing because the cert from our client is not being sent to the server. Is this something that has to be set in the ...

Java and Axis cameras

Hello all, I am writing a Java applet to display live images from Axis cameras. Is there a good library I can download that abstracts camera image fetching using VAPIX? Thanks. ...

Axis Fault - axis (401)Unauthorized

I am trying to create a simple axis web service. I am using axis 1.2.1, JDK 6, Weblogic. Everything seems to be fine except invoking the web service. When I try to invoke the service it gives me an 'Unauthorized' error. Any ideas of what am I doing wrong? AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: ...

How to return a complex object from an axis web service

Hi all, I am writing a simple web service to return an object with 2 properties. I am embedding the service into an existing web application. My wsdd looks like this. <globalConfiguration> <parameter name="adminPassword" value="admin"/> <parameter name="sendXsiTypes" value="true"/> <parameter name="sendMultiRefs" value=...

Why do I get empty request from the Jakarta Commons HttpClient?

I have a problem with the Jakarta Commons HttpClient. Before my self-written HttpServer gets the real request there is one request which is completely empty. That's the first problem. The first problem is solved. It was caused by an unnecessary URLConnection! The second problem is, sometimes the request data ends after the third or fourt...

Getting Java Axis to work on Windows? NoClassDefFoundError

I'm trying to consume an ASP.NET Webservice from a Java application. The java app is being built with Eclipse on a Windows box. I've installed the Webservice tools for Eclipse and I've downloaded the Axis 1.3 files and extracted all of the supporting .jar files (axis.jar, saaj.jar, etc) into my java\lib folder. My environtment variables...

Consuming XML directly in AXIS2

Hi, I have a scenario where I get XML from client to server which exposes REST web services using AXIS2. I want to directly store this XML to DB (without converting into Java object), with some more information like user to whom XML belongs etc. I might store XML as We also have hibernate in the same application for ORM. Now my questi...

Fusion Charts Y axis interval

Hi, I am using Fusion charts with javascript and I have a small issue. if the datarange for the chart is 100 for example, and one element has 98, but the other 5 elements have values ranging from 1 to 10. These five elements are going to display very small. Is there any way that I can control the Y axis intervals, so that one interva...

Can axis2-1.5.1 alone can be used to write and test java web services without Tomcat?

(3/15/2010) Hi I am trying to test web services using axis2-1.5.1 (latest version) alone without Tomcat. Is it possible? If so, can someone point me how to do that? Appreciate your time and help. ...

ZSI in python... web service that sends and receives binary file?

Hello everyone, I am working on a python app which needs to expose some services. For that task I was testing ZSI. Everything was fine until I tried to send binaries through the web service. The tested escenario looks like this: A WSDL for the WS (to execute wsdl2py / wsdl2dispatch) A response including a Base64 encoded binary The p...

Drop duplicated axis label in Flex Chart

Hi, All. I use LineChart in Flex with horizontal category axis and I need drop duplicated category label on the chart. The data I use are like that: {Product: "C1", Store: "S1", Profit: "1500}, {Product: "C2", Store: "S1", Profit: "1000}, {Product: "C3", Store: "S2", Profit: "800}, {Product: "C4", Store: "S2", Profit: "1200}, {Product:...

Sending Illegal XML Characters in Soap Request

I am trying to send special (&, ' (single quote)) characters in the Soap Request. I am using axis 1.4. The webservice client is in weblogic server and the webservice server is an ibm mainframe (COBOL program). The request data from the client contains special character (& symbol) which is converted to &amp; I tried to enclose it with ...

Weird certificate error when trying to generate web service client from secure site

Dear stack overflow. I get a weird error when trying to use AXIS1.4 Wsdl2Java tool to generate client code for the web service that is installed on the secure IIS site. When I run the tool I get the following SSL exception: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching XXXXXXX.net foun...

Move namespace declaration from payload to envelope on an axis created web service

I just created a web service client using axis and eclipse that does not work with my web service provider. The message created by the web service client looks like this: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...

FatWire ContentServer and Web Services

Greetings, I am working with a FatWire CS, and need to incorporate Web services. FatWire has tags for this, but the previous devs on this system chose to build a homegrown solution rather than use what FatWire offered. The big problem now is that the homegrown solutions don't get updated (and typically stop working) when we upgrade FatW...

can't set portTypeName in axistools-maven-plugin

Hi All, It seems that the portTypeName parameter of the axistools-maven-plugin (version 1.3) cannot be set. The classOfPortType parameter is a required parameter and cannot be omitted but when setting it alongside portTypeName the following error appear: Embedded error: Java2WSDL execution failed invalid parameters, can not use portT...