Re: Axis C++ client getting Aborted

2008-12-04 Thread globe
Hi, I am the same situation. client abort as it is created. Did you find the solution or any thing to do to create the object... please tell me..it very URGENT! Adrian Dick wrote: Hi, Can you try turning on trace and startup trace. Details of how to do this (and some useful

Re: Axis C++ client getting Aborted

2008-12-04 Thread Nadir Amra
Rebuild client dll from SVNthen turn on trace as described in http://issues.apache.org/jira/browse/AXISCPP-100 (last post) Nadir Amra globe [EMAIL PROTECTED] wrote on 12/04/2008 03:23:05 AM: [image removed] Re: Axis C++ client getting Aborted globe to: axis-c-user

Re : Why No Annotations?

2008-12-04 Thread javier
Chandika, Did you check the section jaxws on Axis2's site [1]? Using annotations and then deploy your jars on the servicejar directory you can publish your services using annotations (no xml descriptor needed). Take a look to this how-to [2] in order to have an idea. Then, on the client side

Re: SOAPMessage with attachment problem

2008-12-04 Thread Chinmoy Chakraborty
Andreas, What does it mean by Constants.Configuration.MTOM_THRESHOLD?? Chinmoy On Wed, Dec 3, 2008 at 3:29 AM, Andreas Veithen [EMAIL PROTECTED]wrote: Chinmoy, The error indeed indicates that you also need to upgrade to a newer AXIOM version. Snapshots are available from [1]. For the other

MTOM SOAP message issue

2008-12-04 Thread Chinmoy Chakraborty
Hi All, I am facing a problem with MTOM. If I do not set Constants.Configuration.MTOM_THRESHOLD property MIME message, does not include whole file content and it does not finish MIME boundary. It chops off file content. But I can see 'cid' part. If I set Constants.Configuration.MTOM_THRESHOLD

Transport error: 405 Error: Method not allowed

2008-12-04 Thread Vikrama Sanjeeva
Hi list, I have created consumer stuff using axis2 WSDL2java and while trying to consume web service (running at .NET server), I get following exception: *** org.apache.axis2.AxisFault: Transport error: 405 Error: Method not allowed at

Fails under some load

2008-12-04 Thread Daniil Chipenko
Good day, I'm using Axis2 1.4 with tomcat5.5 and created both service and client from a scratch with AXIOM via HTTP port. And they worked together like charm, just before i'm beggining to put them under some load. Even when there is just 3 simultaneous calls - one of my client threads written

Re: JSON - Badgerfish

2008-12-04 Thread keith chapman
This link [1] contains an example of where I've used the WSO2 Mashup Server [2] which runs on top of Axis2 to invoke a mashup using JSON. Something Notable here is that the service that I'm invoking has elementFormDefault=unqualified. Thanks, Keith. [1]

Re: AW: Multiple services.xml, one serviceGroup

2008-12-04 Thread Deepal jayasinghe
Deepal, Thank you for your answer. Is Axis2 supporting me somehow if I want to maintain the session via the configuration context? Yes , you do not need to do anything other than storing your data in the configuration context. Do I then have to set a SOAP-Header with a session id

custom generate deploy.wsdd

2008-12-04 Thread Partha Pal
Hi All, In our project we have a requirement that we need to automate the process of generating stubs and artifacts from WSDL as well as the WSDD and deploy it to Axis . Our Services act both as client and server to other published services. We use ant scripts to achieve the automated

Axis 1.4: element with nillable=true minOcurrs=0 is omitted when value is null

2008-12-04 Thread McCullough, Ryan
In Axis 1.4 (not Axis2) an element is omitted from the request if the value is set to null and it is has the nillable=true and minOccurs=0 attributes set in the schema. Here is the location where I think things are going wrong: org.apache.axis.encoding.ser.BeanSerializer.serialize(QName name,

axis2 and requestdispatcher include

2008-12-04 Thread Angelo Alerta
I have a web service loaded in transport session. The impl of my web service at some point does a RequestDispatcher.include to some other j2ee resource. After, in the response, Axis2 write out only the headers but not the xml output message. If I exclude the RequestDispatcher.include step and

Re: Transport error: 405 Error: Method not allowed

2008-12-04 Thread keith chapman
Hi, Could you post the response as well. I guess u forgot to post it. I fixed an issue similar to this on the trunk, could confirm if u post the response. Thanks, Keith. On Thu, Dec 4, 2008 at 8:26 PM, Vikrama Sanjeeva [EMAIL PROTECTED]wrote: Hi list, I have created consumer stuff