A Web Services/SOAP/WSDL framework supported by the Apache Software Foundation
0
votes
0answers
13 views
Axis2 ArrayIndexOutOfBoundsException when I send a DataHandler
I've a problem when I try to send a file (DataHandler) to a web service deployed under axis2.
This is my client code (only the part regarding the web service call):
DataHandler dh = new ...
0
votes
1answer
12 views
Can I set properties to the MessageContext before invoke the stub in Axis 2 Java
I'm using AXIS 2 to call WS methods using a stub called ChannelConnectServiceStub.
Generating stub and the ConfigurationContext :
public class TestWSClient {
private void init() throws ...
0
votes
1answer
18 views
Exception while generating WebService Client using Axis 2 via eclipse
I am trying to generate WebService Client code using Axis 2 in Eclipse. I have a wsdl with me and hence following the Top Down Approach (i.e. Generating java code from wsdl)
I followed the steps as ...
0
votes
0answers
6 views
SOAP webservice client code generation using Apache Axis2 XMLBeans in Eclipse
I am tring to generate the Webservice client code using Apache Axis2(1.6.2) in eclipse.
I am using Axis2 eclipse plugin to generate client code.
I am able to generate client code using ADB ...
0
votes
1answer
17 views
Run JAX-WS on Tomcat with Axis2
I have some trouble to deploy a JAX-WS web service on tomcat. It seems that tomcat does not use axis automatically to run soap web services... And so I get an error because my web service class can ...
2
votes
0answers
53 views
Using JAW-XS Annotations in Tomcat/Axis2
I'm working on a java web services and I would like to use JAW-XS annotations (to configure the web service) and deploy it with tomcat 7/Axis2.
But I always get an error, whatever I try.
So here my ...
0
votes
1answer
22 views
Signing and Encrypting a SOAP message using Apache Rampart
I want to encrypt a SOAP message with public key of the Server and sign the same message with the private key of the client. Ideally the keys for signing and encryption are different.
Was referring ...
0
votes
0answers
15 views
Include SAML token in the SOAP Header using Axis2 and Apache Rampart with WSO2 ESB Custom mediator
I'm referring this example WS-Trust Example from WSO2 Identity Server docs for accessing SAML token and using it to hit the web service.
Note in my case the STS is not WSO2 Identity Server.
I get ...
2
votes
1answer
26 views
Test example in unofficial axis2/c
Hello i would like to ask a question regarding the unofficial axis2/c.
I installed the latest release and tried to run the example "ExampleJsonEchoClient" (found in ...
0
votes
1answer
18 views
Specify date format in WSDL
I created a simple web service and a WSDL for it. In my WSDL I have five parameters for my SOAP response.
<message name="EmailStatusResponse">
<part name='id' type='xsd:integer'/>
...
0
votes
0answers
12 views
Update Apche axis2 methods
I wrote a web service using apache axis2.First time I create .aar file and upload it using admin console.Then its working fine.But next time I did some changes and add new methods to class ...
1
vote
1answer
31 views
Axis2: Avoid “Unexpected subelement” error when non-required property added to WSDL
I have a .NET WCF service and a Java app that uses Axis2 to generate service stubs. When I add an optional property to a data contract in WCF and sort it at the end of the property list (which should ...
0
votes
2answers
25 views
Axis2/c error in instalaltion
My problem is the following one:
When installing Axis2/c under the guidance of http://petio.org/ws/web_services_page7.html , which seems to be an adjusted manual from the official site I have a ...
0
votes
0answers
23 views
How to get the correct type of result of a web service call with java and axis2
I am making a web service in Eclipse, using axis2. I have been following this tutorial, and making small modifications to suit my own project. The web service is a search engine, and the service ...
0
votes
2answers
21 views
Add namespace prefix Axis2
This is envelope which i wanna to send to service:
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body ...