[Axis2] SAX or DOM

2006-10-07 Thread Betsy Frey
In Axis2, is there a way for the server to start receiving a very long request, before the entire request has been transmitted? Similarly, is there a way for the client to start receiving a very long response, before the entire response has been transmitted? Perhaps this comes down to asking

NullPointerException using WSDL2Java (Axis 1.4)

2006-10-07 Thread Jaume Catarineu
Hi all, I've found some problems when trying to generate java classes from a WSDL file. I'm using Axis 1.4 --COMMAND- $ java -classpath ../axis/lib/axis.jar: ../axis/lib/saaj.jar: ../axis/lib/commons-logging-1.0.4.jar: ../axis/lib/wsdl4j-1.5.1.jar:

Re: [Axis2] SAX or DOM

2006-10-07 Thread Thilina Gunarathne
Axis2 uses StAX parsing, which is also called deferred parsing.. It is possible for Axis2 to start processing the message before the entire request has been transmitted. This works even for attachments.. In Axis2 objects are not made unless a need arises for them. In other words stream is read

RE: weird wsdl generation in axis2

2006-10-07 Thread Ya Bing, Chen
I c.. I will check the wsdl file again. thanks a lot! Btw, in some cases Axis2 generated error info when I try to look at the generated wsdl. the error is as follows: error descriptionUnable to generate WSDL for this service/description reason Either user has not dropped the wsdl

Re: weird wsdl generation in axis2

2006-10-07 Thread Srinath Perera
May be this is interesting .. view it as html http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/Axis2-rpc-support.html Try code generate from the wsdl and deploying it .. (see userguide)? Let me know how it goes I am not really familiar with what happens at the wsdl

Re: [Axis2] SAX or DOM

2006-10-07 Thread Martin Gainty
Good Morning Thilina Do you know where we can acquire the jsr173_ri.jar? Thanks, Martin- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are

Re: [Axis2] SAX or DOM

2006-10-07 Thread Thilina Gunarathne
You can use the following..Those are the once we are using with Axis2 latest... http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar ~Thilina On 10/7/06, Martin Gainty [EMAIL PROTECTED] wrote: Good Morning

Re: Schema Validation using Axis2

2006-10-07 Thread Ali Sadik Kumlali
Hi John, You may start from here[1]. Regards, Ali Sadik Kumlali [1] http://www.mail-archive.com/axis-user@ws.apache.org/msg11312.html - Original Message From: John Pfeifer [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 5, 2006 4:07:57 PM Subject: Schema

Missing declaration for xsi namespace?

2006-10-07 Thread Jake Goulding
I am getting an exception trying to call the Sharepoint web service. The error character is the 't' inside the quotes of xsi:nil=true. Looking at the SOAP, the xsi namespace isn't defined... is this a bug? The error I am getting: Server was unable to read request. -- There is an error in XML

Re: Missing declaration for xsi namespace?

2006-10-07 Thread Davanum Srinivas
Current nightly? which data binding? thanks, dims On 10/7/06, Jake Goulding [EMAIL PROTECTED] wrote: I am getting an exception trying to call the Sharepoint web service. The error character is the 't' inside the quotes of xsi:nil=true. Looking at the SOAP, the xsi namespace isn't defined... is

Re: Missing declaration for xsi namespace?

2006-10-07 Thread Jake Goulding
Current nightly as of 2006-10-07, sometime around 12:00 EST. Not specifying a databinding with WSDL2Java.sh, so I assume ADB? Thanks! Davanum Srinivas wrote: Current nightly? which data binding? thanks, dims On 10/7/06, Jake Goulding [EMAIL PROTECTED] wrote: I am getting an exception

Re: Missing declaration for xsi namespace?

2006-10-07 Thread Davanum Srinivas
Definitely a bug, Please create a JIRA and upload your client code (snippet), wsdl and the soap request. thanks, dims On 10/7/06, Jake Goulding [EMAIL PROTECTED] wrote: Current nightly as of 2006-10-07, sometime around 12:00 EST. Not specifying a databinding with WSDL2Java.sh, so I assume ADB?

Re: Missing declaration for xsi namespace?

2006-10-07 Thread Jake Goulding
Done. Key: AXIS2-1325 Davanum Srinivas wrote: Definitely a bug, Please create a JIRA and upload your client code (snippet), wsdl and the soap request. thanks, dims On 10/7/06, Jake Goulding [EMAIL PROTECTED] wrote: Current nightly as of 2006-10-07, sometime around 12:00 EST. Not specifying a

[Axis2] Nightly builds from Trunk and 1.1 Branch

2006-10-07 Thread Davanum Srinivas
Folks, FYI, http://people.apache.org/dist/axis2/nightly/ now has the artifacts from both the HEAD/trunk and the 1.1 branch. thanks, dims -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) - To