Re: Axis2C generated client issue (please see atached code for details)

2008-01-07 Thread Mark Nüßler
Hello Trasca, [sry last mail i said Virgil not Trasca] can you please send the wsdl-file and the command you use to generate you code ? i think you have to you tcpmon, otherwise you wouldn't see what was transmitted - if something was really transmitted. mfg derMark Trasca Virgil schrieb:

Re: Fw: Axis2C license questions

2008-01-07 Thread Samisa Abeysinghe
Chintana Wilamuna wrote: On Jan 5, 2008 3:09 PM, Trasca Virgil [EMAIL PROTECTED] wrote: I see that Axis2C has following dependencies libxml2.dll [http://www.xmlsoft.org - download the version = libxml2-2.6.27.win32] (optional - required only if you are not using

Re: Axis2C generated client issue (please see atached code for details)

2008-01-07 Thread Dimuthu Gamage
On Jan 8, 2008 7:18 AM, Dimuthu Gamage [EMAIL PROTECTED] wrote: Yea, It s better we have the WSDL file to figure out what has happened. I cant compile the code since I dont have installed wxWidget. :( I assume this is a problem of dispatching the request with empty body. ( I noticed that

Re: Fw: Axis2C license questions

2008-01-07 Thread Dinesh Premalal
Hi, Samisa Abeysinghe [EMAIL PROTECTED] writes: Axis2/C uses OpenSSL as well. When it comes to that, bundling OpenSSL with Axis2/C is a headache since it's license gets a bit anal retentive when it comes to redistribution. Looks like we have to take the matter to [EMAIL PROTECTED] Can

Re: Fw: Axis2C license questions

2008-01-07 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Dinesh Premalal wrote: Hi, Samisa Abeysinghe [EMAIL PROTECTED] writes: Axis2/C uses OpenSSL as well. When it comes to that, bundling OpenSSL with Axis2/C is a headache since it's license gets a bit anal retentive when it comes to redistribution. Looks like

Re: Axis2C generated client issue (please see atached code for details)

2008-01-07 Thread Trasca Virgil
Hi, Thank you for helping. I attached also the wsdl file. Regarding compiling you can easily remove 1 wxWidgets stuff and it will compile. What I observed debugging and is strange is that generated line code ret_node = axis2_svc_client_send_receive_with_op_qname( svc_client,

Re: [Axis2 1.1.1] Security policy not enforced

2008-01-07 Thread Ruchith Fernando
Hi, This is a bug in the wss4j library and it occurs when you use the parameter based configuration. This can be patched by using another handler to check the configuration and for security results. Will post this solution shortly! Thanks, Ruchith On Jan 7, 2008 12:35 PM, Niu [EMAIL PROTECTED]

Re: How to acquire necessary Axis2-jars via Maven2

2008-01-07 Thread landgraf
Hi Andreas, thanks for you reply. Hi Thomas, http://repo1.maven.org/maven2/ should contain everything you need. Regards, Andreas i can only find Axi2 up to version 1.0, but cannot find Axis 1.3 (which is used by the wsdl2java plugin). Why is the latest Axis2 V1.3 not in the public

Re: [Axis2 1.1.1] Security policy not enforced

2008-01-07 Thread Paul Fremantle
Ruchith Is it another fix to use the Policy-based model instead? Paul On Jan 7, 2008 8:54 AM, Ruchith Fernando [EMAIL PROTECTED] wrote: Hi, This is a bug in the wss4j library and it occurs when you use the parameter based configuration. This can be patched by using another handler to check

HowTo: setup basic web-app with axis2 via maven2

2008-01-07 Thread landgraf
Hello Axis2-users, is there anyone out there using maven2 to build a webservice-war based on an Axis2-Aar, based on a wsdl2code project? Can you perhaps provide me with a sample project-structure or a pointer a related documentation? Best regards, Thomas

Get client certificate when symmetric encryption is used

2008-01-07 Thread jana
Hello all! I am quite new to WS Security so chances are I have missed some basic concepts here. I have the following problem: We would like to use two separate certificates for a client - one for authentication (different for each client) and one for encryption (being the same for all

Re: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart)

2008-01-07 Thread Subir S
How about mail.jar? Also is the classpath having this CR/LF characters, or did you format it for the below email only? Subir On 1/7/08, msg2ajay [EMAIL PROTECTED] wrote: hello, i am using axis1.4 lib to generate stub and wrapper class files for webService. i have set classpath in

Axis2 Deployments and OutOfMemory Exceptions

2008-01-07 Thread Alejandro Calbazana
Hello, I have noticed strange behavior after multiple, successive deployments of Axis2 services to Weblogic 9.2 where an OutOfMemory exception is encountered immediately after the deployment. This often happens after about between 10 or so deployments of services. Has anyone else

Re: [General] Advantages of Axis2 over Axis1

2008-01-07 Thread Subir S
Thanks for the replies Martin and Gaurav. Does any one know if Axis2 has full support for JAX-WS 2.0 and the latest JAXB spec? Infact it was mentioned in one of the performance benchmark article that JAXB is only experimental in Axis2? Why has Axis2 relied on ADB, when there are these other

Re: [General] Advantages of Axis2 over Axis1

2008-01-07 Thread Subir S
Included are transport independence so converting from HTTP to FTP is achieved declaratively instead of programmatic Martin, i did not get this one? Could you please throw some light..some more light :-) Subir On 1/6/08, Martin Gainty [EMAIL PROTECTED] wrote: Good Point The main feature of

[Axis2] creating a service client takes long time

2008-01-07 Thread Michele Mazzucco
Hi all, I'm testing this chunk of code protected void send(T r, String node) throws AxisFault { long start = System.currentTimeMillis(); // Creates the endpoint String target = createTargetPath(node); long one = System.currentTimeMillis();

AXIOM AXIS2 API Performance issue.

2008-01-07 Thread gijish v thampi
Hi, I have a J2EE Web services application which uses DOM for XML construction and Apache SOAP API for constructing SOAP envelope out of this Document object. After looking into the promise offered by AXIOM API over performance, I rewrote the Document construction and SOAP envelope construction

sevice handler problem

2008-01-07 Thread Kim Y
hi everyone : I am trying to add a handler for my web service , but I got weird exceptions, the following is the testing code. public void invoke(MessageContext msgContext) throws AxisFault { String text=; try { javax.xml.rpc.handler.soap.SOAPMessageContext

Re: [axis2] wsdl with policy

2008-01-07 Thread Stephen Souness
Does this mean that the client stubs generated by wsdl2java shouldn't be expected to include anything extra if the WSDL contains policy information? The stubs that I have generated do not expose a getServiceContext() or _getServiceContext() method. The tutorial at:

RE: [AXIS2] - Please help - stuck with SOAPAction= from axis1 client to axis2 service

2008-01-07 Thread Jon Hanshew
I solved this problem by requesting a change in the service XML. I changed the null soapAction point to the appropriate method. It seems to me that options.setAction=your method should work from the client code, but it doesn't. If you cannot get the service to change, manually change it

Re: [Axis2 1.1.1] Security policy not enforced

2008-01-07 Thread Ruchith Fernando
Yes ... you can move your configuration to policy based model to overcome this issue as well. Thanks, Ruchith On Jan 7, 2008 4:47 PM, Paul Fremantle [EMAIL PROTECTED] wrote: Ruchith Is it another fix to use the Policy-based model instead? Paul On Jan 7, 2008 8:54 AM, Ruchith Fernando

[Axis2]About WS-Policy support

2008-01-07 Thread kokie
Dear, Axis2's great project! I'm using it developing web service with policy support. You metioned in the document http://ws.apache.org/axis2/1_3/WS_policy.html that axis2 *fully supports WS Policy at client-side,* so could axis give an example like codegen a stub against a WSLD which contains

Re: [axis2] wsdl with policy

2008-01-07 Thread Amila Suriarachchi
On Jan 8, 2008 5:51 AM, Stephen Souness [EMAIL PROTECTED] wrote: Does this mean that the client stubs generated by wsdl2java shouldn't be expected to include anything extra if the WSDL contains policy information? yes. A normal wsdl (lets say MS interop wsdl) would only display standard

Having a hard time to unsubcribe - please help

2008-01-07 Thread Llewellyn Daniels
Hi, I am unable to unsubscribe from this list by sending a message to [EMAIL PROTECTED] Please help Thanks, Regards, This message and/or attachment(s) may contain privileged or confidential information. If you are not the intended recipient you may not disclose or