AXis 1.4 : primitive types and Primitive object

2006-12-08 Thread Ravi Krishnamurthy
Hello; If a parameter java class is registered as int.class, is it okay to pass the value as Integer. Does axis takes care of the conversions for all types. Thanks, Ravi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: Null pointer exception when using the WSDL2Java tool

2006-12-08 Thread Coleman, Piers
Done: https://issues.apache.org/jira/browse/AXIS2-1851 -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 1:32 PM To: axis-user@ws.apache.org Subject: Re: Null pointer exception when using the WSDL2Java tool Piers, Please log a bug in J

Re: Null pointer exception when using the WSDL2Java tool

2006-12-08 Thread Davanum Srinivas
Piers, Please log a bug in JIRA and upload the wsdl so that we can track this bug and fix it. thanks, dims On 12/8/06, Coleman, Piers <[EMAIL PROTECTED]> wrote: The WSDL successfully validated with the latest of XML Spy. Here is the WSDL. Nothing too complex here I don't think: http://schema

RE: Null pointer exception when using the WSDL2Java tool

2006-12-08 Thread Coleman, Piers
The WSDL successfully validated with the latest of XML Spy. Here is the WSDL. Nothing too complex here I don't think: http://schemas.xmlsoap.org/wsdl/soap12/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:import1="urn:wsbc.com:webportal:messages" xmlns:xsd="http://www.w3.org/2001/XML

Re: [Axis2 v1.1] How can I get full XML from SOAP Request ?

2006-12-08 Thread Davanum Srinivas
See if it helps if you call contexteMessage.getEnvelope().build() before you print it. -- dims On 12/8/06, John DeeBee <[EMAIL PROTECTED]> wrote: Hi, I'm working on server-side from Axis2 v1.1 and I need to get the whole XML request in my WS skeleton (and after) to make other XML parsing and

RE: Null pointer exception when using the WSDL2Java tool

2006-12-08 Thread Coleman, Piers
I validated it using the interoperability tool from WS-I: http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools. I plugged this tool into SoapUI and everything passed ok. I'm trying to use the Eclipse WTP that you suggested. It looks promising, but I'm getting the following error when

Re: [Axis2] Rampart not available on Axis modules page

2006-12-08 Thread sridhar vudutha
You can find them here. http://people.apache.org/~ruchithf/rampart-1.1-RC1/ On 12/8/06, Sathija Pavuluri <[EMAIL PROTECTED]> wrote: Thanks. Until that happens, where can I obtain the rampart nightly? Couldnt find it on the axis nightly page or WS4J site. Sathija. > Hi Sathija, > > We are y

Re: [Axis2][1_1] Security validation is made only if security header is found...

2006-12-08 Thread Ali Sadik Kumlali
Beginning part of the line is *somehow* clipped. Really sorry for disturbing :( - Original Message From: Ali Sadik Kumlali <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Friday, December 8, 2006 5:22:41 PM Subject: Re: [Axis2][1_1] Security validation is made only if security head

Re: [Axis2][1_1] Security validation is made only if security header is found...

2006-12-08 Thread Ali Sadik Kumlali
Sorry, [2] should have been as follows: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/> - Original Message From: Ali Sadik Kumlali <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Friday, December 8, 2006 5:14:11 PM Subject: [Axis2][1_1] Securit

[Axis2][1_1] Security validation is made only if security header is found...

2006-12-08 Thread Ali Sadik Kumlali
Hi folks, Is it normal that I don't get any exception if no WS-Security header added to the message while service expecting a signed message? If not, please let me know so that I can file a JIRA. Here are the use cases and how Rampart behaves: Common: - Service requires a signed message[1]

Re: [Axis2] Rampart not available on Axis modules page

2006-12-08 Thread Sathija Pavuluri
Thanks. Until that happens, where can I obtain the rampart nightly? Couldnt find it on the axis nightly page or WS4J site. Sathija. > Hi Sathija, > > We are yet to release Rampart-1.1 for Axis2-1.1. > > The page will be updated when the release is done - most probably over > the weekend. > > Tha

Re: [Axis2][1_1] Security exception is swallowed

2006-12-08 Thread Ali Sadik Kumlali
Done: https://issues.apache.org/jira/browse/AXIS2-1849 I just wanted to be make sure that it wasn't a user fault :) Regards, Ali Sadik Kumlali - Original Message From: Davanum Srinivas <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Friday, December 8, 2006 4:15:45 PM Subject: Re

Re: [axis2 1.1.1]original wsdl soap:address altered

2006-12-08 Thread Nirmit Desai
Sanjiva, that's a good point, I did not think of that. One problem with this is that it replaces the hostname with the *current* IP address of the deployment host. Having DHCP deployment hosts creates problems. Can WSDL2Java replace the port info with the DNS names instead of IP? -Nirmit

Re: [Axis2][1_1] Security exception is swallowed

2006-12-08 Thread Davanum Srinivas
Can you please log a JIRA? thanks, dims On 12/8/06, Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: Hi folks, I need to catch the exception occured in securiy phase. But it seems Rampart just logs the exception and not propagate to the transport receiver. Thus, I'm not able to catch it and not

[Axis2][1_1] Security exception is swallowed

2006-12-08 Thread Ali Sadik Kumlali
Hi folks, I need to catch the exception occured in securiy phase. But it seems Rampart just logs the exception and not propagate to the transport receiver. Thus, I'm not able to catch it and notify the sender. Here is my scenario: - My WSDL has input only (one-way) operations. - Client sends

Re: Null pointer exception when using the WSDL2Java tool

2006-12-08 Thread robert lazarski
Have you validated the WSDL ? If it validates using Eclipses WTP, xmlspy or the like, post the wsdl and maybe we can help. Robert On 12/7/06, Coleman, Piers <[EMAIL PROTECTED]> wrote: This is my first post, so here goes. I'm new to the Java world for creating Web services and I'm trying to

Re: [Axis2 v1.1] How can I get full XML from SOAP Request ?

2006-12-08 Thread robert lazarski
It may be a bug that it doesn't give the full envelope - someone else may be able to comment and if not file a jira. However, the handler approach can work as the SOAPMonitor uses messageContext.getEnvelope().toString() . Look at the soapmonitor mar and SOAPMonitorHandler.java - the soapmonitor di

[Axis2 v1.1] How can I get full XML from SOAP Request ?

2006-12-08 Thread John DeeBee
Hi, I'm working on server-side from Axis2 v1.1 and I need to get the whole XML request in my WS skeleton (and after) to make other XML parsing and to log every message going in and out from my webapp. In Axis2 v1.0, I wrote a method called setOperationContext() in my skeleton which retireved the

Re: Why it only read 28 bytes

2006-12-08 Thread jim ma
Hi all , I think this is a bug maybe introduced by jakarta-httpcore-4.0-alpha2. When enable the chunk mode for StringEntity , client will read 28 bytes each time . Client will read many times when a large payload response returned . This definitely affects Aixs2's performance. Axis2 need to set

Re: MTOM Sample

2006-12-08 Thread Thilina Gunarathne
We are not using the generate all(-g) in the MTOM sample.. You can generate the client by running the ant run.client (or by altering it to just generate source)... IIRC it'll generate source code in to the build/client folder.. Thanx, Thilina On 12/7/06, Danny Lin <[EMAIL PROTECTED]> wrote:

pls un subscribe

2006-12-08 Thread Giri
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]