Re: Axis client sending multiRef

2007-08-27 Thread p . casenove
Do I just have to remove the encodingStyle attribute to switch from encoded to literal? Or are there other modifications to perform? "Anne Thomas Manes" <[EMAIL PROTECTED]> 25/08/2007 21:44 Veuillez répondre à axis-user@ws.apache.org A axis-user@ws.apache.org cc Objet Re: Axis client sendi

Re: axis2 -- minimum jars required for client??

2007-08-27 Thread keith chapman
This thread might help. http://mail-archives.apache.org/mod_mbox/ws-axis-user/200708.mbox/browser Thanks, Keith. On 8/27/07, Shiv <[EMAIL PROTECTED]> wrote: > > What are the minimum (must have) jars from axis2 (2.1.3) that are required > in the classpath for a Java client program accessing wsdl

java2wsdl extended class support

2007-08-27 Thread Ihsan Demir
Hello, Does anybody know if we can generate wsdl that includes the base class public operations for classes that are extended from a base class? ihsan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: axis2-web dependency?

2007-08-27 Thread Amila Suriarachchi
On 8/27/07, Shiv <[EMAIL PROTECTED]> wrote: > > Having axis2 as a webapp name is good to demonstrate axis2, but typically, > when a product is packaged, axis2 is under the hood, and need not be a > webapp name. The customer accesses the application by its more appropriate > name. > yes that is cor

Re: Undeclared namespace prefix "SOAP-ENV"

2007-08-27 Thread Nadir Amra
Ensure you are using SOAP 1.1. !.2 is not supported as of yet. Nadir K. Amra "Michael Sutter" <[EMAIL PROTECTED]> wrote on 08/21/2007 09:39:15 AM: > Hello list, > > I have a problem by accessing a AXISCPP service from an AXIS(2) Java > client. I have a very simple WSDL, having only one metho

Timeout

2007-08-27 Thread Jorge Fernandez
Hi all, I'm usign axis2 1.3 and I could see that one of the changes made was about timeout. Now, while debugging my service, I get timeouts because axis2 removes contexts but I was managing this timeouts myself so I would like to deactivate axis2 timeouts. Is this possible? I thought that mayb

Simple question about MTOM, Rampart and optimize parts

2007-08-27 Thread Jorge Fernandez
Hi all, I would like to know how does Rampart work with MTOM. I see that when using Rampart, MTOM elements are included as strings in the SOAP message instead of sending them outside the message as MIME parts, even if I don't do any operation with them (not signature, nor encryption), but these

Re: Undeclared namespace prefix "SOAP-ENV"

2007-08-27 Thread Michael Sutter
Hello, I'm not sure, that I'm using the right versions - the error must come from something. Here is exactly what I'm doing. The server is AXISC (vers. 1.6b) and the client is AXIS2 (vers. 1.3) first generating the wsdl: (CLASSPATH=$AXIS_HOME/lib) java org.apache.axis.wsdl.Java2WSDL -l"http://i

wsdl2c

2007-08-27 Thread Feldman, Marc
Hi, What program is used to convert a wsdl to C classes? Thank you, Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Simple question about MTOM, Rampart and optimize parts

2007-08-27 Thread Giao
Please let me know if you come up with an answer. I am also using MTOM from an Axis2 client. (Axis2 1.1.1 and Rampart 1.1. I am sticking with these version because everything else works. I know Axis2 1.2 did not work with Rampart 1.1 so I stopped testing other combinations.) As soon as I call 'S

[axis2-1.1.1] Deriving originating URI from SOAP

2007-08-27 Thread Jones, Alan R
Is it possible to derive the originating URI of a sender from a SOAP request message, even if the sender has not explicitly set any message elements with such information? Thanks, Alan J - To unsubscribe, e-mail: [EMAIL PROTE

Re: [axis2-1.1.1] Deriving originating URI from SOAP

2007-08-27 Thread Andrew Martin
This should retrieve the sender: MessageContext.getCurrentMessageContext().getProperty("REMOTE_ADDR").toString() Andrew Jones, Alan R wrote: > Is it possible to derive the originating URI of a sender from a SOAP > request message, even if the sender has not explicitly set any message > elements

Axis2 1.1 and Rampart 1.1.1

2007-08-27 Thread Skinner, Gregory W.
I am using Axis2 1.1 and Rampart 1.1.1 and whenever I send a message to my service, I still end up getting a NullPointerException with the following in the logs: Unknown top level PED found: org.apache.neethi.builders.xml.XmlPrimtiveAssertion Aug 27, 2007 6:27:26 PM org.apache.axis2.transport.http

Re: axis2 -- minimum jars required for client??

2007-08-27 Thread Scott Sauyet
keith chapman wrote: On 8/27/07, *Shiv* <[EMAIL PROTECTED] > wrote: What are the minimum (must have) jars from axis2 (2.1.3) that are required in the classpath for a Java client program accessing wsdl generated by axis2? Do we need all the 60+ jar files in AXIS2_HOME/li

RE: OMElement Vs java.lang.Object for (xsd:anyType) - Axis 1.3 Vs Axis 2 code generation

2007-08-27 Thread Raghu Upadhyayula
Hi Amila, I tried this with the nightly build jars from axis2-1.3-SNAPSHOT-bin.zip (adb.jar & adb-codegen.jar) of Aug. 27 2007 09:33 and in this xsd:anyType is converted into OMElement, not java.lang.Object, but it worked with the nightly build jars from axis2-SNAPSHOT-bin.zip (adb.jar & adb-co

Axis2 newb

2007-08-27 Thread Dolph
Hey folks, I'm wondering if someone can point me in the right direction. I've not really developed web services much other then the intro axis2 code generation/simple comms back and forth. Ok here's the task I have. I have to deal with a messaging protocol that looks like this: request->my web s

[Axis2] org.apache.axis2.util.Base64

2007-08-27 Thread Eben Bruyns
Eclipse is telling me that this class is deprecated, is there a replacement? Eben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Axis Web service and .NET compact framework client

2007-08-27 Thread raghavan
Hi, I'm a newbie trying to create a web service using Apache Axis 2 version 1.3 I have created a web service which returns an OMElement. Now what is the equivalent data type in .NET compact framework for OMElement, so that I can parse the xml object? Also, is it possible for me to return "value

tcp transport problem: multithread blocking sending doesn't work

2007-08-27 Thread 杨健
hi, axis2ers I create a webservices to send datas, and http,jms transport works fine with multithread sending, but not for tcp. TCP uses ws-addressing in both client and server sides, and it works fine in single thread. In the case of multithread, e.g., 1. a thread T1 created to send data D1, use