1. How can I get Axis 1.4 to not generate several prefixes for the same XML namespace? stackoverflow.comI am receiving SOAP requests from a client that uses the Axis 1.4 libraries. The requests have the following form:
|
2. Encryption of SOAP message in Axis 2 stackoverflow.comI need to use encryption (and signature) for a web-service (server side). I use axis2 and successfully added the rampart module (for WS-Security implementation). But rampart page (http://ws.apache.org/axis2/modules/rampart/1_2/security-module.html) is missing ... |
3. calling Axis2 web service from ATL C++ client stackoverflow.comI have a simple POJO web service published with Axis2 on Tomcat5.5 I try to consume it with ATL C++ client and it fails. Doing the same with a C# client ... |
4. What does this Java error message entail? And how can i fix it? stackoverflow.comI get this message when trying to communicate with software that communicates with SOAP?
|
5. C# axis2 client stackoverflow.comi am new to c# language.i saw that you wrote the c# client application to the axis2 web service.i also want to know how i write C# client for the axis2 ... |
6. How to resolve WSDL2Java creating a static block larger than 64K? stackoverflow.comWe're currently working with a vendor-provided WSDL schema that is very large. The binding style is RPC. As far as I know, Axis 1.x is the only Java tool supporting RPC ... |
7. Construct a SOAP Request to a WebService using Axis2 Library in Java? stackoverflow.comI need to be able to construct a SOAP request using Apache Axis2 and provide the IP address and user agent in the SOAP header to the webservice. Is there a ... |
8. Use custom Soap Header using Axis 1.4 stackoverflow.comI'm trying to consume a .Net 2.0 web service using Axis. I generated the web services client using the Eclipse WST Plugin and it seens ok so far. Here the expected soap ... |
9. Soap body is utf-8 encoded twice stackoverflow.comWe use a web service which expects UTF-8. The framework we use on the client is Apache Axis2. We call the web service and the soap body contains strings in UTF-8. ... |
10. Is it possible to use Axis 2 wsdl2java to generate client side code that uses HTTPS? stackoverflow.comUsing the default parameters, the axis 2 wsdl2java tool takes as input a wsdl file and generates a client side Java code that communicates with the SOAP endpoint using the HTTP ... |
11. Axis 1.4: cannot get SOAP request to work stackoverflow.comI'm really struggling to get my first AXIS SOAP client to work. I'm using Axis v1.4. Our WSDL contains this:
|
12. How to expose Red5's SharedObjects through SOAP stackoverflow.comEdit: Obviously my first question was not really easy to understand, I hope the answer is usefull :) I have tried installing Axis2 on the Red5 server and everything went ok, I ... |
13. Soap under Java 1.3 with Axis stackoverflow.comI am writing a Java web service for legacy SCO machines (which only have Java 1.3 available). I have been able to get more recently-added XML parsing functions integrated by including ... |
14. How can I test if my connection pool is working in a correct way? stackoverflow.comI'm implementing a SOAP client using Apache Axis 2. Since the SOAP client must handle heavy number of requests I am using a connection pool. To do that I had to set ... |
15. Axis2 SOAP Envelope Header Information stackoverflow.comI'm consuming a web service that places an authentication token in the SOAP envelope header. It appears (through looking at the samples that came with the WS WSDL) that if ... |
16. How to get SOAP message while using a Axis 1.4 wsdl2java-generated client stackoverflow.comThis is probably an easy question for anyone with any moderate expertise with web services using Apache Axis. I have a web service client that was generated by wsdl2java in Axis 1.4. ... |
17. Manipulating namespace prefixes in SAAJ / raw xml access within SAAJ stackoverflow.comMy SAAJ-based client generates the following XML and sends it to a .NET web service:
The problem I am experiencing is that for the ... |
18. Backwards compatibility and Web Services stackoverflow.comSo I'm a bit new to web services and a situation recently came up where we added an element to a data-type that gets returned to the client. The clients ... |
19. Nested complex-type elements never get populated when calling AXIS-based web service from .NET stackoverflow.comI've been trying for a couple of days now to get a .NET client working fully with a Web Server provided by my Coldfusion-based web app. I'm not a .NET developer, ... |
20. Apache Axis WSDL2Java error - Missing |
21. Serious, intermittent problem with CF Web Service stackoverflow.comHowdy, 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 ... |
22. Sending Illegal XML Characters in Soap Request stackoverflow.comI am trying to send special ( |
23. What Java web services frameworks support RPC/Encoded messages? stackoverflow.comI have tried several Java frameworks, but I only found out that Axis 1 supports these messages, but Axis 1 is old and not developed anymore. So I would like to ... |
24. Migrating a service from Axis to Axis2 (Java) - Which MessageReceiver should I use? stackoverflow.comI'm in the process migrating a service from Axis to Axis2 (Java). The service responds to a simple SOAP request with a bit of "custom" XML in the body like ... |
25. Axis2 and WSDL2Java: SOAP header is missing stackoverflow.comI've generated the java code from wsdl using WSDL2Java. I create a SOAP requestand I send it to the server, which answers with an AxisFault. If I have a look in ... |
26. How to cancel a running AXIS 1.4 SOAP request? stackoverflow.comIs it possible to cancel a SOAP request (Axis 1.4, Java 1.6) that's currently executing?
I'm using the interfaces generated with WSDL2Java, so the call is something like |
27. Java reading xml element without prefix but within the scope of a namespace stackoverflow.comFunctionally, the two blocks should be the same
|
28. running an axis2 client version 1.5 stackoverflow.comSo I'm running out of ideas to try to actually get a client to connect to the SOAP service I'm running through axis2. I tried two methods, one was to use wsdl2java ... |
29. soap action error from AXIS stackoverflow.comI m consuming java based web service with c#.net app. I m sending soap message in xml format. But Im receving this error message: ns1:Client.NoSOAPAction no SOAPAction header |
30. Apache Axis web service clients vs plain SOAP requests stackoverflow.comI'm looking for the best way to consume a Java web service that returns rather large and complex objects. I am currently using Apache Axis clients generated from the wsdl, (using eclipse ... |
31. How can I create and Apache Axiom element from a E4X object from a script running in Rhino? stackoverflow.comI am running a script running in Rhino, which creates an E4X object like this:
|
32. org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR: A node is used in a different document than the one that created it stackoverflow.comI'm getting an error when I try to generate an element that should look like
Using the java client code generated by Axis2.
java snippet
but when I fire it ... |
33. Connect to Unknown SOAP Web Service stackoverflow.comI would like to build an app in C# that connects to an Apache AXIS web service and performs the following operations via SOAP.
|
34. How to get the mime data from the DataHandler stackoverflow.comI send a soap message using MTOM by Axis2, and i monitor the soap get the message below:
|
35. SOAP 1.2 with Axis 2 is not parsed stackoverflow.comI am writing a server that receives SOAP 1.2 messages. The problem I have is that when I am sending via SOAPui a SOAP 1.1 message, the message is correctly handled ... |
36. what is the Message Exchange Patterns, in plain english? stackoverflow.comCan someone please explain in plain English what the MEP is? I can't grasp the concept. From what I figure, is just a concept for two parties to understand ... |
37. WSS4J kills SOAP envelope when used with SSL stackoverflow.comI am trying to consume a .NET web service (secured with SSL and WS-Security - UsernameToken) with Axis (in Java). I don't operate the service, I'm just building the client. The operator of ... |
38. Custom faultcode using Axis2 stackoverflow.comI've created a webservice and used Axis2 to generate all "skeleton" java classes. Then I of course implemented the service operations myself. In the implementation, I can throw a MyException which is ... |
39. How can I unit test code that sends a SOAP web-service request? stackoverflow.comI want to write a unit test for some code that generates a SOAP message with an attachment and sends it:
where the factory ... |
40. Eclipse and Apache Axis2 plugin Java Soap -- Class not found stackoverflow.comI have eclipse 3.5.1 installed along with the apache axis2 plug in...
I'm trying to generate my web service by going |
41. Need to send custom XML structure over SOAP stackoverflow.comI'm using Apache Axis2 and need to send a custom XML structure over SOAP to clients. So basically client will make a request and the client will expect the response ... |
42. Axis2/Axiom handling SOAP MTOM/non-MTOM attachments stackoverflow.comAfter looking around and trying different suggested solutions, I’m writing this. The 2 most common solutions suggested to extract binary data from a MTOM/non-MTOM SOAP message are: ... |
43. Custom serialization of JDK5 Enum in Axis 1.2 on client-side stackoverflow.comI am migrating a SOAP web service to JDK1.5. I have took advantage of native java enums in the new code. For some reasons, I'm stuck with Axis 1.2 and it does not ... |
44. parse soap xml using axis 1.2 stackoverflow.comI am using axis 1.2 for my soap client. I need to write a unit test that takes a soap message response and parse it to java objects that generated by ... |
45. Invoking a Handler related to a specific web service call in axis2 stackoverflow.comI am using Axis2 for my webservices creation. I need to validate the received soap request(is it complain with defined xsd schema). For this I am using Handlers in axis2. Now my problem ... |
46. Using DataType as Objects in a operation in axis2 based Web services stackoverflow.comI am using Axis2 framework for building my webservices. I have quick question regarding calling operation exposed in a webservice.
|
47. SOAP Attachments using apache axis2 stackoverflow.comDoes anyone know a good beginner's tutorial on how to send attachments with SOAP messages using axis2. Every tutorial I have found so far has been very difficult to follow. Any ... |
48. Axis2: Disable MustUnderstand Header Check stackoverflow.comI'm writing a web service using the Axis2 framework. The service is going to act as a proxy in a DMZ. It is really just a relay to the real service ... |
49. How to call axis apache client in java stackoverflow.comI want to connect to the web service with apache axis in java and I have some wrong parameter but I don't know which:
|
50. Trouble with custom RPCMessageReceiver stackoverflow.comI wrote |
51. Monitor SOAP messages and save it into a file stackoverflow.comI am working on Apache Tomcat 6 and Axis2 for web services. I want to monitor SOAP messages which are exchanged with client and server and save the data into a file. How ... |
52. IBM, Axis2 EJB exposed as SAAJ low-level Webservice is stripping faultdetails on exceptions stackoverflow.comIBM WAS 7.0.0.13 After moving my webservice logic into an EJB my fault details seems to be stripped somehow. I've implemented a wsdl-less service such as Provider. In case of exceptions I throw ... |
53. SOAP header missing error - Please help! stackoverflow.comI am trying to run the example of signing and encryption described here https://www.ibm.com/developerworks/java/library/j-jws5/. I am getting the following error when running the client, any help please! Many thanks, Client logrun: java Connecting ... |
54. Must understand check failed in Axis 2 for SOAP 1.2 request stackoverflow.comI am trying to send a soap 1.2 request from axis 2 using intellij idea. I need to make a client to consume a service. The thing is soap 1.1 ... |
55. How do I send an array or collection of complex objects using web services in Java (e.g. Axis2)? stackoverflow.comI'm relatively new to SOAP/web services; while I've done a few smaller web services projects I've incidentally never needed to return (or use as a parameter) an array or collection of ... |
56. How can I replace axis.jar? stackoverflow.comI wrote a desktop application. It is about 35kb. Engine of the application is a soap service, and I used Apache Axis. The problem is that with used library application becomes ... |
57. Getting Exception faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client stackoverflow.comI am using axis1. While applying command cryptic for my soap I am getting an exception like below. Below are the details.
|
58. Axis2 service responds to SOAP 1.1 requests with no Envelope/Body stackoverflow.comI have an Axis2 web service that uses RawXMLINOutMessageReceiver. The service implementation method takes OMElement as the argument and returns OMElement. That is, I'm parsing the request body and serializing the ... |
59. Axis2 soap attachment filename stackoverflow.comWe've implemented a project by |
60. Where do I place axis2.xml to be read by a jar with a soap client? stackoverflow.comI have a java console application inside of a jar file. It makes calls to a soap service via axis2. I am using this blog as the ... |
61. Axis2 1.5.4 Custom HttpMethodRetryHandler doesn't send request body on retries stackoverflow.comI'm writing a SOAP client using Axis2. When our request times out after a certain threshold we wish to resend the request. To do this I've created a custom ... |
62. axis2 handles self-defined type stackoverflow.comI have tried to send and receive a self-defined type in a web service in axis2. The type is easy like the following: class Person { ... |
63. Set Soap header child elements in apache axis stubs stackoverflow.comHi I am using apache axis 1.4. I generated the stubs from wsdl using WSDL2JAVA in apache axis1.4. The SOAPAction request has a header part and body. SOAP method request looks like ... |
64. axis2 adb client how to see soap envelope from client stackoverflow.comI'm using axis2-1.4.1, I've got a client built using adb stubs generated from wsdl2java. I'd like to print the raw soap response evelopes from the client. How do I ... |
65. Axis2 Soap envelope not generating required namespaces stackoverflow.comI am new to writing web services and have the following issue: I used Axis2 ADB to create a service stub class from a WSDL provided by a company but am having ... |
66. WS-AtomicTransaction with Axis2 stackoverflow.comI have been using Axis2 to genarate my web services. Some of my services are a part of transaction - i.e, either all or none of them have to be executed. To ... |
67. Adding custom Soap Header to Webservice Request stackoverflow.comi have generated stub for a webserivce using apache axis2 and i want to add custom soap header to the request i want soap header to look like this
|
68. Axis sending soap messages with HTTP 1.0 and receiving HTTP 1.1 soap calls stackoverflow.comI'm new to web services and soap so I am likely to make newb mistakes. The project I am working on sends and receives soap messages from a server (I ... |
69. How to add custom SOAP header for C# Web service client invoke Axis 1.4 Web service stackoverflow.comI'm trying to wirte a C# application as Webservice client invoke Java Web servie (use Axis 1.4) in 3 days but it's not work until now. Java WS require a custom SOAP ... |
70. Extracting method name from soap message stackoverflow.comi have an custom web service hosting application integrated with axis version 1.3.In this as a server, i am trying to parse coming soap requests. To make it clear from the beginnig, ... |
71. How to prevent resolving prefixes to namespaces in SOAP Request stackoverflow.comI have a request XmlObject(got by calling toString):
|
72. Incompatible Axis 1 client with Axis 2 Web Service stackoverflow.comI have an Axis 1 web service with an Axis 1 client. Everything is working quite well, and the data I'm getting from the web service is correct. Now, there's a ... |
73. removing mustUnderstand attribute from soap headers stackoverflow.comHow to remove mustunderstand attribute from soap header in axis client.even i dont set it especially, when i set soap header info mustundertand and actor attributes are automatically added to soap ... |
74. SOAP calls don't return stackoverflow.comI am using axis with websphere for my Java web application. I am using wsdl2java generated stubs using axis 1.4. In my application what happens is that one of the SOAP ... |
75. Axis POJO clients stackoverflow.comI am learning to use Apache Axis Library In the documentation it is shown how to create a web service from a POJO class. But for clients it mentions only Axis2 DataBinding Framework, ... |
76. Dealing with SOAP Request with No SoapAction in Header stackoverflow.comI have a heck of a problem. I have a .NET SOAP webs ervice that is being called by an Axis client. The problem is there is not SOAP Action in ... |
77. Is it possible to change axis2 soap address without compiling the project all over again? stackoverflow.comI generate service code using the command wsdl2java -uri AuthenticationService.wsdl [params] then make changes to a few generated files and deploy my war file. But the issue is i have deployed this file ... |
78. Adding User/Password to SOAPHeader for WebService client call with AXIS2 stackoverflow.comPlease help: I am trying to call a WebService from SOAPUI and I notice that the service requires username and password which I am providing through the request parameters. I notice ... |
79. Setting Timeout for Axis SOAP Webservice stackoverflow.comI'm using an Axis 1.4 webservice like this:
How can I set a timeout for the connection establishment and for the opened connection?
(Similar ... |
80. WSDL2Java generated code error stackoverflow.comI have a WSDL from which I generated JAVA code using WSDL2Java. When I tried to compile the code, I found that certain classes are missing in code generated whose object is ... |
81. Rejected by policy stackoverflow.comI'm using SOAPUI & a local Java wriiten client for sending SOAP Envelope to a third party SOAP service. In response to that I'm getting following execption,
|
82. Apache Axis and Apache SOAP jmeter.512774.n5.nabble.com> > The WebService(SOAP) sampler currently uses Apache SOAP, which no > longer seems to be maintained. > > Perhaps we should look at creating a new sampler that uses Apache Axis? > > Looks quite simple to use: > > http://ws.apache.org/axis/java/user-guide.html#BasicsGettingStarted> > It takes a different approach to building the Soap messages - as far > as I can see, ... |
83. Difference between Apache Axis and Apache Soap coderanch.com |
84. SOAP Header related configuration in deploy.wsdd of Axis coderanch.comHi guys, Since quite some time I have been working in Web services domain. Could anyone tell me how do I include "header" related configuration in deploy.wsdd of Axis. I need a way to describe header related information in wsdl of the service. Using handlers doesn't satisfy the requirement. Any help? regards, - yogesh |
85. Problem with Apache Axis Soap Monitor coderanch.comJava(TM) Plug-in: Version 1.4.2 Using JRE version 1.4.2 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\rashmi_tambe ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging p: reload proxy configuration q: hide console r: reload policy configuration s: ... |
86. Web services testing, SOAP, AXIS, .NET coderanch.com |
87. Retrieving an SOAP Attachement with Axis coderanch.com> 6.6mb is really too big for a webservice engines IMHO.... it will really > bug the performance. I agree, but what are the limits? > MIME attachments: I guess you have to give it a try using only Axis > server - Axis client then Perl Server - Axis Client. Axis server <-> client with attachements works fine. But how ... |
88. Axis fails to parse soap message coderanch.comHi guys, I'm new to web services development and currently stuck with following problem: 1. Got the following WSDL: ... |
89. what localport number needed for axis soap monitor? coderanch.comlisten port can be anything. say you have deployed an web service out of java bean / ejb on localhost:8080 then you may need change the port (may be in stubs if client is stub based approached or DII approach) in the client to (say) 8090 and all your client requeststo 8090 are routed to 8080 which is your target port. ... |
90. Difference between JAX-RPC, Apache Axis, SAAJ, Apache SOAP, Sun Toolkit coderanch.comWell, I'll try to explain them and see if it helps: 1. JAX-RPC enables Java developers to develop SOAP based interoperable web services. Its provides a way so that u can call services on other machines like RPC does.Its just a specification and an API and doesn't provide any implementation. Vendors are supposed to provide their own implementation. 2. SAAJ provides ... |
91. SOAP handler Apaxhe Axis coderanch.com |
92. possible to use axis without soap? coderanch.comtry not accept a soap and send back a plain xml(not soap) use one of the four signature Element method(Element elems),but when I monitor the message with tcpmonitor, there still are soap tag in the xml. read some articles, they said if use doc-based style, axis is able to deal with non-soap xml even non-xml, but how. thanks in advance [ ... |
93. SOAP Fault with Axis coderanch.com |
94. APACHE AXIS AND SOAP (urgent) coderanch.com |
95. Soap headers with axis, and non java client coderanch.com |
96. how to disable pretty printing soap messages with AXIS? coderanch.comHi All, I was doing some interropability testing between .NET and AXIS. .NET is consumer and AXIS is provider which uses WSS4J for implementing digital signatures. When the consumer signs a soap message and when I try to verify the signature using WSS4J on the provider side I am getting an error like "digest value mismatch". I think the message when ... |
97. SOAP with Attachments (SwA) with Axis2, problem. coderanch.comHi All, My client is having axis1.x SOAP client, who sends a file, for which I am suppose to write a Webservice. I have decided to use axis 2.0 for this service. To get my axis 1.x SOAP client running with axis 2 SOAP Service, I was using following tutorial. http://ws.apache.org/axis2/1_0/mtom-guide.html It says. "Axis2 Handles SwA messages at the inflow only. ... |
98. SOAP+AXIS Tutorial coderanch.com |
99. Axis soap headers actor and mustUnderstand coderanch.com |
100. Does AXIS 1.4 support SOAP 1.2 coderanch.comHi All, I am developing a Webservice Client and I need to use SOAP 1.2. I am using WSAD 5.1 as the IDE. I am planning to use AXIS 1.4 for development. Can anyone please let me know If AXIS 1.4 supports SOAP 1.2? I need to encrypt the SOAP messages. So manipulation of the SOAP eader is required. How can ... |