1. xml namespace to java, how to model 'choice'? stackoverflow.comWhat is the best way to represent in java a "choice" namespace tag? ie.
|
2. JAX-WS client with AXIS server; namespace problem? stackoverflow.comI'm having a problem related to JAX-WS and AXIS. JAX-WS (2.1.7) as a client, Axis (1.4.x) as server. Everything works OK, but the response can't be read to Java. Response: <?xml version="1.0" encoding="UTF-8"?> ... |
3. Java, XSLT: How to handle the dynamic namespaces generated by Axis in XSLT stackoverflow.comI have an application that calls a web service (axis based) to get a response in the following format: <?xml version="1.0"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <axis2ns394:ServiceLevelDetailsResponse ... |
4. Deployment problem with java axis2 web services stackoverflow.comWe are having a problem deploying our webservices, built in eclipse using java/axis2. On local boxes and development servers some namespaces are generated as xmlns:ax21 & xmlns:ax23. But when deployed to test ... |
5. Move namespace declaration from payload to envelope on an axis created web service stackoverflow.comI 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 ... |
6. Convert XML namespace prefixes with C#? stackoverflow.comI have run into an exasperating problem getting a Java service client to communicate successfully with a WCF service. I have overcome many hurdles, and I believe that this is my ... |
7. Namespace repeated in all nodes using axis2 and java2wdsl stackoverflow.comI am using eclipse and axis2 1.4.1 facet to generate a webservice. My problem is that in the generation process, the namespaces are being repeated in all nodes. As you can ... |
8. Is it possible to specify the namespace prefix chosen by an axis ws-client stackoverflow.comIn one of my projects I have the problem that I have to call a web service, where the namespace prefixes are fixed and checked at server side. To my knowledge ... |
9. Axis1 very very simple service with Axis2 client provokes Unexpected subelement exception stackoverflow.comI'm migrating my webesrvice client from Axis to Axis2-1.6.1, but the service itself will not be changed. I'm having issues with the code generated by the WDSL2Java, because I'm getting a ... |
10. Consuming Axis web service from .net client namespace problem stackoverflow.comI'm trying to call a axis web service but the response is a little bit problematic and .net proxy class doesn't seem to work alright with the response. I'm using .net ... |
11. Namespace using Axis coderanch.comHello, Here is the situation, I have written a web service that returns a W3c document from the server, now the namespace of the document on the server is say uri:something1/ns1 |
12. Problem with Namespace Prefix in AXIS coderanch.comHi All, I am using AXIS 1.4 to access a Webservice. I am able to properly connect to the service and receive the response. However I am facing a problem in validating the response. The webservice sends the response with different namespace prefixes and by the time I receive the response, the namespace prefixes are modified and hence the validation fails. ... |
13. Change Namespace for Axis2 coderanch.com |
14. Namespace to method parameters in Axis 1.4 coderanch.comHi, I am using Axis 1.4 to access webservice. My stubs and the skeleton has been generated using WSDL2Java. But when i submit my request to the webservice my namespace to the method parameters is getting overridden with empty namespace. Has anyone faced the same issue. How to over come it. I really appreciate any guidance. Here is my request: |
15. Problem with Namespace Prefixes with Axis1 but not Axis2 coderanch.comGreetings, I have done Web Service client and server programming for a bit, and have always used Axis2 as my tool of choice. Unfortunately I've run into a situation at work where my code is going to be deployed on a box running a 1.4 JRE , so I am unable to use Axis2 for my current project. I have built ... |
16. Apache Axis 2 with multiple namespaces coderanch.comI 'am trying to generate a SOAP request with axis 2. The body has to include elements from two different namespaces. The problem is, axis is setting a namespace attribute on each of the generated element instead of defining a prefix at the envelope level and using that for the elements from the non default namespace.(Axis actually adds a prefix but ... |