Re: [axis2] what is the difference between sendRobust and fireAndForget

2007-01-27 Thread keith chapman
Hi falom, This article http://wso2.org/library/290 on wso2.org explains this in detail. U might like to have a look at it. Thanks, Keith. On 1/27/07, falom <[EMAIL PROTECTED]> wrote: Hi, When should I call sendRobust and alternatively fireAndForget, both are void method, any specific differe

[AXIS2] jibx: java2wsdl step how to import generated schema

2007-01-27 Thread mvkirankumar
Hi, I am stuck with this step for almost 8 hours. Can someone help me as soon as possible. Currently, we are evaluating Axis2 with jibx to make use in our project. We have a huge amount of fields that needs to be transferred across. So, these fields are better when mapped/binded using jibx with

Re: Code generation not working

2007-01-27 Thread Lahiru Sandakith
Hi Lucas, This is fixed now, please try the same download. Thanks sandakith On 1/26/07, Lucas Theisen <[EMAIL PROTECTED]> wrote: Amila, It looks like I was using axis1 (which was what came standard with WebSphere App Server Community Edition, based on geronimo). Axis2 should be deployable to

Re: Axis2 Eclipse code generator plugin for jibx

2007-01-27 Thread informaticu007-pfc
Hi Lahiru: I don't know if it's normal but I've just realized that when I built the plugin after uncommenting the databinding jibx and built again the jar file, its size went from 76 kb to 98 kb. I think I'm doing something wrong but I don't know what. Thanks: Jorge Lahiru Sandakith <[EMA

Re: Axis2 Eclipse code generator plugin for jibx

2007-01-27 Thread Lahiru Sandakith
Hi, we have experienced random behavior, when we codegen using jibx. As you say, if you have uncommented the databinding jibx, copy the libs, make the changes in the plugins.xml and build the plugin after that replace the existing plugin at eclipse plugins directory, it should work. If the eclips

Re: Axis2 Eclipse code generator plugin for jibx

2007-01-27 Thread informaticu007-pfc
Hi: I'd already done what you've suggested and it didn't work. I've added the axis2-jibx, jibx-run and jibx-bind to the /plugins/Axis2_Codegen_Wizard_1.2.1/lib directory and then added this entries to the /plugins/Axis2_Codegen_Wizard_1.2.1/plugin.xml:

Re: [axis2]: sympletype extension as an attribute not generated

2007-01-27 Thread Anne Thomas Manes
Please file a JIRA. On 1/24/07, Eric Deshayes <[EMAIL PROTECTED]> wrote: Hi, I have tried to generate some databinding for a schema that contains that type: as an attribute: The generated class type (TransactionType.java) does not contain any currenc

Re: how to set array of String as parameter and return type at the client?

2007-01-27 Thread Anne Thomas Manes
You need to define a type which is an array of string, and specify its qname in the addParameter method. Anne On 1/25/07, Anil Philip <[EMAIL PROTECTED]> wrote: Hello, Can anyone please point me to a sample or example that shows how to write a test client for axis where the method takes in Stri

Re: Getting error invoking axis2 service from php client - databinding jibx

2007-01-27 Thread Anne Thomas Manes
This message is still not accurate. must be namespace qualified. Anne On 1/25/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: Hello Anne, I tried with another client. I get the same error though it has phone element in it. Request http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http:/

Re: Axis 1.4 DII & Complex Types..

2007-01-27 Thread Anne Thomas Manes
Your WSDL specifies the XML type definition of studentType. In your code, you must define a qname for that type and then specify that qname as the type in the addParameter method. Anne On 1/26/07, Lindsey Hess <[EMAIL PROTECTED]> wrote: Hello, I have a WSDL that expects two parameters for spec

Re: [Axis2] Are abstract types possible with ADB and RPCMessageReceiver?

2007-01-27 Thread Paul Fremantle
Sajith Are you following the POJO sample? Paul On 1/26/07, Sathija Pavuluri <[EMAIL PROTECTED]> wrote: > When you run WSDL2Java -ss -sd to create the server side skeleton and > ADB binding objects it generates a message receiver and services.xml > for you. You simply need to type ant to built

Re: [axis2] what is the difference between sendRobust and fireAndForget

2007-01-27 Thread Ali Sadik Kumlali
Hi Falom, Hope this helps. fireAndForget: One-way invocation which doesn't handle service side exceptions -- - Send message. - Don't expect a result message from the service. - Don't worry about the errors occur in s