RE: Axis2C Dynamic Invocation of Client getting Error messages

2006-11-24 Thread White, Darran
Thanks Dinesh, That worked. But I`m now getting a NULL paramater was passed when a non NULL parameter was expected So I`ll try and work out from that whats going on. -Original Message- From: Dinesh Premalal [mailto:[EMAIL PROTECTED] Sent: 24 November 2006 02:51 To: Apache AXIS C User

multi operation service

2006-11-24 Thread fer
Hi all! I have a service with more than one operation. I´m trying to assign different flows (request and response) to this operations in this way: (client-config.wsdd) service name=serviceName operation name=OperationName1 requestFlow

Re: [Axis2.1.1] attachments not working --- Added the wsdl fragments

2006-11-24 Thread Mehar SVLN
Hai Thilina, I hope u can help me on this I have added my wsdl fragments here complexType name=myBundle sequence element name=myBundleName type=string / element name=attachmentData complexType simpleContent

Re: [Axis2.1.1] attachments not working --- Any help on this

2006-11-24 Thread Thilina Gunarathne
Are you using ADB or XMLBeans or JiBX or ... for data binding... ~Thilina On 11/24/06, Mehar SVLN [EMAIL PROTECTED] wrote: Hai, In my wsdl types i have a xsd:base64Binary element.. This one is not being sent as an attachment after enabling the MTOM also in the client Can anyone tell me

Re: REPOST Trace/BPT trap + additional test [SOLVED]

2006-11-24 Thread Melanie Courtot
Hi, I managed to have something working using that ArraySerializer.java class: http://issues.apache.org/jira/browse/AXIS-2454 (my Axis version is 1.4) My wsdl for the array is: arrayMapping xmlns:ns=http://www.ebi.ac.uk/sbo/SBOQuery; qname=ns:searchResponse

Re: [Axis2.1.1] attachments not working --- Any help on this

2006-11-24 Thread Mehar SVLN
I am using xmlbeans for databinding On 11/24/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: Are you using ADB or XMLBeans or JiBX or ... for data binding... ~Thilina On 11/24/06, Mehar SVLN [EMAIL PROTECTED] wrote: Hai, In my wsdl types i have a xsd:base64Binary element.. This one is

AxisFault problem Axis2.1.1

2006-11-24 Thread P�r Malmqvist
Hello! I have a web service deployed on Axis2.1.1, Tomcat 5.5.20 and Java 1.5. When the service gets an inparameter that is invalid the service throws a specific exception, MyErrorException, to returnerror messages to the client.When I use Axis1.2.1 MyErrorException appears inside the AxisFault

Re: Starting SimpleAxis2Server

2006-11-24 Thread Thilina Gunarathne
Check whether something is running on port 8080 (eg: Tomcat).. ~Thilina On 11/24/06, Raffael Himmelreich [EMAIL PROTECTED] wrote: Hi there, I experience very basic problems starting the axis2 standalone Simple server. Does anybody have any hints for me what to look for? I tried it with

Attachment in Axis2 1.0?

2006-11-24 Thread BoD
Hi! Is there a way to do attachments with the 1.0 version of Axis2 or is it only possible with 1.1? Thanks! BoD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Attachment in Axis2 1.0?

2006-11-24 Thread Thilina Gunarathne
It is possible use MTOM as well as SwA with 1.0... But the attachment API is not there and the SwA support is limited..(Eg: It's not possible to send a plain SwA message with 1.0, but you need to send a MTOM as an alternative). ~Thilina On 11/24/06, BoD [EMAIL PROTECTED] wrote: Hi! Is there a

Re: [Axis2.1.1] attachments not working --- Added the wsdl fragments

2006-11-24 Thread Mehar SVLN
Can anyone let me know how the xsd:base64Binary elements will be converted to attachments??? I have some urgent work on this. Can anyone help me ??? On 11/24/06, Mehar SVLN [EMAIL PROTECTED] wrote: Hai Thilina, I hope u can help me on this I have added my wsdl fragments here complexType

Axis 1.4 /CFMX6.1/JRun4

2006-11-24 Thread Alexander Bunkenburg
Hello People I'm new to Axis and to web services in general. I'm trying to install Axis 1.4 in ColdFusion MX 6.1, which in reality is JRun 4. I put the axis web app into the C:/CFusionMX/ directory which is an enterprise application, and register it in C:/CFusionMX/META-INF/application.xml.

Re: Starting SimpleAxis2Server

2006-11-24 Thread Raffael Himmelreich
Thilina Gunarathne wrote: Check whether something is running on port 8080 (eg: Tomcat).. Shame on me. Kaffe was installed in parallel. And because axis2server.sh uses $PATH instead of $JAVA_HOME the wrong bytecode interpreter got executed. :( Best regards, raffi

Re: Starting SimpleAxis2Server

2006-11-24 Thread Sanjiva Weerawarana
On Fri, 2006-11-24 at 18:37 +0100, Raffael Himmelreich wrote: Thilina Gunarathne wrote: Check whether something is running on port 8080 (eg: Tomcat).. Shame on me. Kaffe was installed in parallel. And because axis2server.sh uses $PATH instead of $JAVA_HOME the wrong bytecode interpreter

Re: [Axis2.1.1] attachments not working --- Added the wsdl fragments

2006-11-24 Thread Thilina Gunarathne
Hi, You can try code generating for this using ADB.. MTOMSample uses that and I'm pretty sure it works.. In the mean time I'll see what has gone wrong here and will let you know.. ~Thilina On 11/24/06, Mehar SVLN [EMAIL PROTECTED] wrote: Can anyone let me know how the xsd:base64Binary

Re: [Axis2] SwA Tutorial for sending attachment from Server?

2006-11-24 Thread Thilina Gunarathne
Hi all, I've started writing an Tutorial for this... Not sure how long it'll take :(.. Will post the link as soon as it's done.. In the mean time you can have a look at [1] if it helps your scenario, where it echos back the attachments. ~Thilina

Re: [Axis2] Creation of SOAP Request

2006-11-24 Thread Thilina Gunarathne
Don't try to include the SOAP:Env/SOAP:Header/SOAP:Body in your message.. Axis2 will automatically take care of that... Just provide the payload, which means what should go inside the SOAP:Body... My advice is to use the AXIOM to construct your xml rather than reading it out from a file..

Re: [axis2 1.1] Java2WSDL, the wsdl generated invalid

2006-11-24 Thread Thilina Gunarathne
Please log a JIRA.. ~Thilina On 11/23/06, Qiyun Yang [EMAIL PROTECTED] wrote: Hi, I use Java2WSDL to generate a wsdl for java class: StockQuoteService.java (that comes with the axis2 1.1 distribution, --- quick start using AIOM. The generated wsdl is invalid (when validate it). Here is the

Re: Calling blocking/non-blocking services from Ruby, Perl, and Python

2006-11-24 Thread Thilina Gunarathne
There are some work happening in the Axis2/C[1] side regarding these(Ruby, Perl and Python).. Try pinging them... They'll have much better answers... Thanks, ~Thilina [1]http://ws.apache.org/axis2/c/ On 11/22/06, Kevin O'Malley [EMAIL PROTECTED] wrote: I'm new to Axis2 and have a general