Re: [Axis2]Turn off JMS from the default axis2.xml

2006-02-27 Thread Sanjiva Weerawarana
On Mon, 2006-02-27 at 12:42 +0600, Afkham Azeez wrote: > Hi All, > I came across the same problem when I tried to run some of the SAAJ TCK tests. > One reason for the error was in the axis2_default.xml, the following > section had some problems: > > class="org.apache.axis2.transport.jms.SimpleJMS

Re: [Fwd:[Axis2] WSRF Implementation]

2006-02-27 Thread Steve Loughran
Sanjiva Weerawarana wrote: AFAIK no one has so far signed up to doing a WSRF impl over Axis2. If you're willing to do it that's very cool! When you're ready we can create a new maven module for that code or if its more appropriate you can talk to Muse folks and ask them what their plans are. T

Accessing attachment in message-style or document/literal servic e

2006-02-27 Thread Naeem Malik (Ext. 797)
Hi all >From long time I am not able to access the attachment. could any one please help me regarding the following problem I am using message-style service method (not RPC mode), now at client side I can attach any attachment (i.e. binary file or in my case xml file) and can send our the wire b

HTTP Redir with axis 1.3

2006-02-27 Thread Giuseppe Picone
I should implement an HTTP redirection (307 code) with Axis 1.3, both from client side and from server side. I must do the redir with Axis because it depends from the SOAP content. I need Howto and some tip. I'll appreciate also some example code Thanks Giuseppe

Re: Accessing attachment in message-style or document/literal servic e

2006-02-27 Thread Anne Thomas Manes
Naeem,Please ask user questions on the user discussion list. The dev list is for the folks developing the Axis code base. I don't believe that you can access attachments using the messaging API. I suggest that you switch to the RPC provider. (It supports document/literal.) AnneOn 2/27/06, Naeem Mal

RE: Accessing attachment in message-style or document/literal ser vic e

2006-02-27 Thread Naeem Malik (Ext. 797)
thanks Ann. -Original Message-From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]Sent: 27 February 2006 12:15To: axis-dev@ws.apache.orgSubject: Re: Accessing attachment in message-style or document/literal servic eNaeem,Please ask user questions on the user discussion li

RE: [Fwd:[Axis2] WSRF Implementation]

2006-02-27 Thread Hawkins, Joel
Steve, Funny you should mention those features - they're exactly what we're doing for integrating WSRF with our Corona project! I'll take a look at smartfrog - thanks. Sanjiva, I'll check in with Muse and WSRF to see if anyone over there's contemplating an implementation. Cheers, Joel -Ori

FW: Accessing attachment in message-style or document/literal se rvic e

2006-02-27 Thread Naeem Malik (Ext. 797)
Hi all >From long time I am not able to access the attachment. could any one please help me regarding the following problem I am using message-style service method (not RPC mode), now at client side I can attach any attachment (i.e. binary file or in my case xml file) and can send our the wire b

Re: [Axis2]Q on Policy

2006-02-27 Thread Srinath Perera
It seems AxisServiceBuilder create a policy popuated AxisService given a WSDL. If so I can use that for the ServiceClient level policy support. Srinath On 2/26/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > On Sat, 2006-02-25 at 20:06 -0600, Deepal Jayasinghe wrote: > > Hi Srinath; > > > >

Re: [axis2] remove new ServiceClient(ConfigurationContext, WSDLDescription,QName, String) constructor

2006-02-27 Thread Srinath Perera
> How about the following: add a new constructor to AxisService as > follows: > > AxisService (URL wsdlURL, QName wsdlServiceName, String portName) > > This can have the logic for reading the WSDL and creating a properly > configured AxisService (including all the policies at the right places). > M

Re: [Axis2]Q on Policy

2006-02-27 Thread Srinath Perera
One more thing, I am get a feeling that code o create a AxisService from WSDL and policy support are scattered 1. AxisServiceBuilder (Based on WSDL4J .. with policy) 2. ClientUtils.creatAxisService(...) (Based on WSDL4J . without policy) 3. WSDLBasedServiceConfigurationBuilder (Based on WOM) .

[jira] Created: (AXIS2-465) unhelpful nullpointerexception from .../foo?wsdl when web service class has no public methods

2006-02-27 Thread Noah Levitt (JIRA)
unhelpful nullpointerexception from .../foo?wsdl when web service class has no public methods - Key: AXIS2-465 URL: http://issues.apache.org/jira/browse/AXIS2-465 Project: Apache Axi

Re: [Axis2]Q on Policy

2006-02-27 Thread Sanjiva Weerawarana
On Mon, 2006-02-27 at 15:26 -0500, Srinath Perera wrote: > One more thing, I am get a feeling that code o create a AxisService > from WSDL and policy support are scattered > > 1. AxisServiceBuilder (Based on WSDL4J .. with policy) > 2. ClientUtils.creatAxisService(...) (Based on WSDL4J . witho

[jira] Commented: (AXIS-2418) Unable to find Java method when method isn't allowed

2006-02-27 Thread Bjorn Townsend (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2418?page=comments#action_12368065 ] Bjorn Townsend commented on AXIS-2418: -- David, from looking at the Axis source this seems to be by design. The method getSyncedOperationsForName in JavaServiceDesc.java i