0
votes
1answer
18 views
C# client of Axis2 web service complains “but expected ‘text/xml’”
My C# sample client ASP.NET program successfully runs a call in my Axis2 server but the client does not seem to like the response.
I get:
Client found response content type of 'm …
0
votes
0answers
7 views
AXIS 2: Transport error: 404 Error: Not Found
Hello
Im trying to use AXIS's 2 wsdl2Java tool to build the client that will consume a web service.
I've run the tool and it has generated the required classes (a singel .java fi …
0
votes
3answers
73 views
How to do Basic Authentication with an Axis2 ADB Client?
Hey I'm trying to figure out how to do Basic Authentication with an ADB Axis2 version 1.5 Client.
I'm trying the following:
HttpTransportProperties.Authenticator basicAuth = …
0
votes
0answers
9 views
Is OMElement mandatory in Axis2 Webservice???
Hi,
I am migrating my webservices from Axis1.x to Axis2.
I have all the webservices which takes multiple arguments like String, int etc.
Also for authentication i have added head …
0
votes
1answer
30 views
Consume a webservice - WS Security
I am about to develop a windows applikation which need to communicate with an Axis2 webservice using Web Service Security - all the documentation says is, that the SOAP security co …
0
votes
4answers
239 views
How can I get jcifs to play nicely with apache axis
I need to connect Apache Axis 1.4 to a Webservice that uses NTLM authentication to restrict access to its operations.
I'm expecting to use Samba Jcifs to handle the NTLM handshake. …
0
votes
1answer
50 views
How do you Change a Package’s Log Level using Log4j?
I've encountered the following bug:
http://issues.apache.org/jira/browse/AXIS2-4363
It states the following:
This error only occurs when log level for org.apache.axiom is DEBUG …
0
votes
1answer
26 views
Axis2 POJO Service WSDL woes..
I find myself having to update a webservice that has been running faithfully under Axis 1.2 for years, and the idea being since we have to update the service to accommodate new fea …
0
votes
0answers
24 views
Can I make Axis2 generate a WSDL with ‘unwrapped’ types?
I'm trying to consume a hello world AXIS2 SOAP web service using a PHP client. The Java class is written in Netbeans and the AXIS2 aar file is generated using the Netbeans AXIS2 pl …
0
votes
0answers
6 views
inter-op problem between Tibco axis2 1.4.1
Hi all,
I have a inter-op problem probably because of a bug in axis2.
in my case axis2 is server and Tibco is client.
Problem is axis2 adds a "type" attribute to "return" element. …
0
votes
2answers
62 views
How to invoke a web service from a stand alone Java client?
I have an echo web service running on lets say http://localhost:8080/axis2/services/Service1. This service just echos back a string that is sent to it through the function echo(). …
0
votes
1answer
12 views
Can you set Axis to use HTTP/1.0 programmatically?
We're trying to use Axis2 to call a web service that cannot use HTTP/1.1 (default transport protocol in Axis2). Is it possible to programmatically set Axis2 to use HTTP/1.0? I know …
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 …
1
vote
1answer
47 views
Axis2: extract explicit XML from strongly-typed response classes?
I have a legacy Java webservice based on Axis2. This webservice classes consist of:
a service interface (generated from WSDL);
an implementation of the service (written in-house) …
0
votes
1answer
51 views
Web service logging not outputting, but not failing
I'm having trouble finding/getting any logging output from a web service.
I have a web service running through axis2 in a Tomcat6 container, the .aar file contains this structure: …
