Re: Configuring Axis2 client to use Rampart

2008-10-17 Thread Nandana Mihindukulasooriya
Can you post your client side code ? And the version of Axis2 and Rampart you are using. thanks, nandana On Sat, Oct 18, 2008 at 2:03 AM, Bai Shen <[EMAIL PROTECTED]> wrote: > I set up my server with Rampart. So when I send a message from my Axis2 > client, it gets rejected becaus

RE: Configuring Axis2 client to use Rampart

2008-10-17 Thread Martin Gainty
. Date: Fri, 17 Oct 2008 16:03:32 -0400 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Configuring Axis2 client to use Rampart I set up my server with Rampart. So when I send a message from my Axis2 client, it gets rejected because there's no security header. So now I ne

Configuring Axis2 client to use Rampart

2008-10-17 Thread Bai Shen
I set up my server with Rampart. So when I send a message from my Axis2 client, it gets rejected because there's no security header. So now I need to configure my client to use Rampart. I got the service client and told it to engage rampart, but I keep getting back the error that it can

Configure Axis2 Client Timeout Descriptively

2008-10-02 Thread Jonathan Cornes
Hi, I am trying to find a way to configure axis2 web server clients descriptively rather than programmatically using the Client API. In particular I am trying to configure the length of time elapsed before the a timeout will occur during a call to the web service (resulting in a SocketTimeO

RE: Problem with Axis2 client and XFire service

2008-09-22 Thread jackdawson
note > Everything in this e-mail and any attachments relates to the official > business of Sender. This transmission is of a confidential nature and > Sender does not endorse distribution to any party other than intended > recipient. Sender does not necessarily endorse content containe

RE: Problem with Axis2 client and XFire service

2008-09-22 Thread Martin Gainty
se content contained within this transmission. > Date: Mon, 22 Sep 2008 06:28:45 -0700 > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Subject: RE: Problem with Axis2 client and XFire service > > > Thanks Martin. > > Actually, I'm using Eclipse with Axi

RE: Problem with Axis2 client and XFire service

2008-09-22 Thread jackdawson
; Sender does not endorse distribution to any party other than intended > recipient. Sender does not necessarily endorse content contained within > this transmission. > > >> Date: Fri, 19 Sep 2008 09:53:55 -0700 >> From: [EMAIL PROTECTED] >> To: axis-user@ws.apa

RE: Problem with Axis2 client and XFire service

2008-09-19 Thread jackdawson
} finally { _messageContext.getTransportOut().getSender().cleanup(_messageContext); } } Thanks. -- View this message in context: http://www.nabble.com/Problem-with-Axis2-client-and-XFire-service-t

RE: Problem with Axis2 client and XFire service

2008-09-19 Thread Martin Gainty
dorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 19 Sep 2008 09:53:55 -0700 > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Subject: Problem with Axis2 client and XFire s

Problem with Axis2 client and XFire service

2008-09-19 Thread jackdawson
Hi, I created an Axis2 client for an XFire service. But something seems to be wrong. When I run the client this is what I get. org.apache.axis2.AxisFault: Parameter {urn:login.safe.two.us}TestLoginType does not exist! at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext

Re: How to use Rampart as Axis2 client from ejb (JBoss) ?

2008-09-01 Thread keith chapman
Hi, You need to have the rampart.mar in the classpath. Perhaps renaming rampart.mar to rampart.jar (in the lib directory) will do the trick . Thanks, Keith. On Tue, Aug 26, 2008 at 6:43 PM, Rainer Montag <[EMAIL PROTECTED]> wrote: > Hello, > > I like to implement an Axis2 clie

Re: Runtime depenendencies for Axis2 Client/ADB

2008-09-01 Thread keith chapman
wstx-asl stax A couple of more obvious ones that I missed. On Mon, Sep 1, 2008 at 10:23 PM, keith chapman <[EMAIL PROTECTED]> wrote: > Hi Christopher, > > These are the jars you will need. > axis2-kernel > axis2-adb > activation > woden-impl-dom > woden-api > wsdl4j > axiom-api > axiom-dom > axio

Re: Runtime depenendencies for Axis2 Client/ADB

2008-09-01 Thread keith chapman
Hi Christopher, These are the jars you will need. axis2-kernel axis2-adb activation woden-impl-dom woden-api wsdl4j axiom-api axiom-dom axiom-impl commons-httpclient These are the ones that come to my mind at the moment. There may be another jar or two that I missed. Thanks, Keith. On Fri, Aug

RE: Runtime depenendencies for Axis2 Client/ADB

2008-08-28 Thread Martin Gainty
contained within this transmission. Date: Thu, 28 Aug 2008 14:42:31 -0400 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Runtime depenendencies for Axis2 Client/ADB Hello, Can someone point me in the right direction on the runtime dependencies for using Axis2 as a client with ADB

Runtime depenendencies for Axis2 Client/ADB

2008-08-28 Thread Christopher Wash
Hello, Can someone point me in the right direction on the runtime dependencies for using Axis2 as a client with ADB? Thanks! Chris

How to use Rampart as Axis2 client from ejb (JBoss) ?

2008-08-26 Thread Rainer Montag
Hello, I like to implement an Axis2 client that is used from within an EJB calling an external web service that requires a UsernameToken. I have a problem how to setup my Axis2 client code to engage the rampart module resulting in a "Unable to engage module: rampart" exception. M

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread Elton Kong
Hmm, I seemed to have run into an error: Recursive error in error-page calling for /axis2-web/Error/error500.jsp, see the application log for details. Any ideas? Thanks! David Ojeda wrote: I'm very glad to help! On Wednesday 20 August 2008 05:21:12 pm Patrick Houbaux wrote: Many thanks

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread David Ojeda
I'm very glad to help! On Wednesday 20 August 2008 05:21:12 pm Patrick Houbaux wrote: > Many thanks David ... this is the solution! > In the deployment scenario (the 3rd stage when deploying a war in OAS), we > need to specify to search the local classes first. > > Here is the extract from the

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread Patrick Houbaux
Many thanks David ... this is the solution! In the deployment scenario (the 3rd stage when deploying a war in OAS), we need to specify to search the local classes first. Here is the extract from the OAS docs: "Specifying search-local-classes-first at Deployment Time The following example illu

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread David Ojeda
Hello, You should configure your deployment to prefer web-inf classes rather than classes of OAS. I am not sure how this is configured but I think that it could be the solution you are looking for On Wednesday 20 August 2008 02:04:53 pm Elton Kong wrote: > Hi, sorry I can't offer any help on th

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread Patrick Houbaux
More info on this: The very same .war deployed on Tomcat 6.0.13 works fine! Thanks for any help for making this working on OAS 10.1.3.1.0. Cheers, Patrick. Patrick Houbaux wrote: Hi all, I have generated a client stubs with AXIS2 1.4 (using xmlbeans) which work great when I use it from a ja

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread Elton Kong
Hi, sorry I can't offer any help on this but I too had the same issue when trying to do this and would love to learn the fix, thanks! Elton Patrick Houbaux wrote: Erratum: the correct version of OAS I'm using is 10.1.3.1.0 Patrick. Patrick Houbaux wrote: Hi all, I have generated a client s

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread Patrick Houbaux
Erratum: the correct version of OAS I'm using is 10.1.3.1.0 Patrick. Patrick Houbaux wrote: Hi all, I have generated a client stubs with AXIS2 1.4 (using xmlbeans) which work great when I use it from a java standalone application. I'm also calling the same piece of code from a jsp which is

Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread Patrick Houbaux
Hi all, I have generated a client stubs with AXIS2 1.4 (using xmlbeans) which work great when I use it from a java standalone application. I'm also calling the same piece of code from a jsp which is part of a web application packaged in .war file and deployed on an Oracle Application Server 1

Problem with standalone Axis2 client not undeploying files

2008-08-20 Thread Wally Dennis
Hello, I am experiencing an issue and wanted to see if anyone else has seen this. When I execute an Axis2 client stub in a standalone Java application (ie - similar to the test driver that can be generated using the wsdl2java tool), the deploy() method in the ModuleDeployer class causes

Axis2 Client Error - Part content ID cannot be blank for non root MIME parts

2008-08-15 Thread Şükrü Uzel
My WebService Client are crashed. My command prompt display like "Part content ID cannot be blank for non root MIME parts" Why ? Thanks for interesting

Axis2 client with Oracle Wallet

2008-08-14 Thread SGruverman
We have an Axis2 1.3 web service that is secured using Rampart 1.3 for signing and encryption. A customer wants to access this from Oracle Application Server and their sys admins insist that they use an Oracle Wallet rather than a Java keystore to store the relevant certificates. Does anyone out t

Axis2 Client & .NET Service Problem

2008-08-08 Thread mariusp
Hi Everyone, I'm having some difficulties executing a web method from an Axis2 client on a .NET (C#) service. The method signature on the .NET service looks similar to this: public Object result executeScript(String scriptID, Object [] parameters) The method takes a script id + an arr

Re: Axis2 Client side deployment configuration

2008-08-06 Thread Amila Suriarachchi
a. > > > Sumit > > > -- > > *From:* Amila Suriarachchi [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, August 06, 2008 4:30 AM > > *To:* axis-user@ws.apache.org > *Subject:* Re: Axis2 Client side deployment configuration > > > > > > On Fri, Aug 1,

RE: Axis2 Client side deployment configuration

2008-08-06 Thread Shah, Sumit
Thanks Amila. So for services, there is no configuration file on the client side that can be utilized? Sumit From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 4:30 AM To: axis-user@ws.apache.org Subject: Re: Axis2 Client

Re: Axis2 Client side deployment configuration

2008-08-06 Thread Amila Suriarachchi
On Fri, Aug 1, 2008 at 8:19 PM, Shah, Sumit <[EMAIL PROTECTED]> wrote: > Hi Amila, > > > > Thanks for the information. If I add parameters to the axis2.xml then won't > it apply globally? Is there a way to restrict it at the service and the > module level on

RE: Axis2 Client side deployment configuration

2008-08-01 Thread Shah, Sumit
Hi Amila, Thanks for the information. If I add parameters to the axis2.xml then won't it apply globally? Is there a way to restrict it at the service and the module level on the Axis2 client side? Thanks Sumit From: Amila Suriarachchi [mailto:[

Re: Axis2 Client side deployment configuration

2008-07-31 Thread Amila Suriarachchi
On Thu, Jul 31, 2008 at 11:18 PM, Shah, Sumit <[EMAIL PROTECTED]> wrote: > Hello, > > > > I would appreciate if someone could tell me how I can specify configuration > options for invoking 3rd party web services using Axis2 client side APIs. > The parameters ma

Axis2 Client side deployment configuration

2008-07-31 Thread Shah, Sumit
Hello, I would appreciate if someone could tell me how I can specify configuration options for invoking 3rd party web services using Axis2 client side APIs. The parameters maybe specified at the global, service or module level. In Axis1.4, I could use the .wsdd file to specify options

RE: Axis2 client time out

2008-07-23 Thread pritam.muthyala
@ws.apache.org Subject: Axis2 client time out Hi, How to set up client timeout interval in axis2 client code? In server side it takes around 1min to send reply to the client and my client gives error as time out. I am using tomcat with eclipse. Thankx. Please do not print this email unless it is

Re: Axis2 client time out

2008-07-23 Thread Pierre Muller
With the ServiceClient Options (eg stub._getServiceClient().getOptions() ), set  : options.setTimeOutInMilliSeconds(9) Shehan Simen a écrit : Hi, How to set up client timeout interval in axis2 client code? In server side it takes around 1min to send reply to the

Axis2 client time out

2008-07-22 Thread Shehan Simen
Hi, How to set up client timeout interval in axis2 client code? In server side it takes around 1min to send reply to the client and my client gives error as time out. I am using tomcat with eclipse. Thankx.

Fwd: Axis2 client service error

2008-07-18 Thread Tamás Horváth
-- Forwarded message -- From: Tamás Horváth <[EMAIL PROTECTED]> Date: 2008/7/18 Subject: Axis2 client service error To: [EMAIL PROTECTED] Hi, I've got this client class: /* * To change this template, choose Tools | Templates * and open the template in

Re: Problem with Axis2 client in JBoss 4 environment

2008-07-04 Thread Domenico Nappo
2008/7/3 Domenico Nappo <[EMAIL PROTECTED]>: > Hi all, > > we have a problem in invoking a web service (exposed in Siebel CRM) in > a JBoss environment. > > The client code is generated with Axis2 (with adb mapping). It works > fine in a stand-alone environment. > When we use the client in a web-ap

RE: Axis2 Client config location

2008-07-04 Thread Brian Dillon
Thanks for this, much appreciated From: Sameera Jayasoma [mailto:[EMAIL PROTECTED] Sent: 03 July 2008 20:22 To: axis-user@ws.apache.org Subject: Re: Axis2 Client config location Hi Brian, I just have look at Axis2 source code. I noticed that Axis2 uses the

Re: Axis2 Client config location

2008-07-03 Thread Sameera Jayasoma
Hi Brian, I just have look at Axis2 source code. I noticed that Axis2 uses the system properties "axis2.repo" and "axis2.xml" to get the locations of the repository and the axis2.xml, if you haven't specified them in your client side code. So you can use -Daxis2.repo or -Daxis2.xml system proper

RE: Axis2 Client config location

2008-07-03 Thread Brian Dillon
[mailto:[EMAIL PROTECTED] Sent: 03 July 2008 11:05 To: axis-user@ws.apache.org Subject: Re: Axis2 Client config location Hi Brian, You can use ConfigurationContext to pick up config files (e.g:- axis2.xml) as follows 1.Create configurationContext from file system as follows. ConfigurationContext cc

Re: Axis2 Client config location

2008-07-03 Thread Charitha Kankanamge
e where a standalone axis2 client should pick up it's configuration files (e.g. in axis1 this could be done using -Daxis.ClientConfigFile). Thanks, Brian __ FINEOS Corporation is the global brand name of FINEOS Corporation Limited

Problem with Axis2 client in JBoss 4 environment

2008-07-03 Thread Domenico Nappo
Hi all, we have a problem in invoking a web service (exposed in Siebel CRM) in a JBoss environment. The client code is generated with Axis2 (with adb mapping). It works fine in a stand-alone environment. When we use the client in a web-app deployed on JBoss, a Socket exception occurs. We think t

Axis2 Client config location

2008-07-03 Thread Brian Dillon
Hi, Is there way to indicate where a standalone axis2 client should pick up it's configuration files (e.g. in axis1 this could be done using -Daxis.ClientConfigFile). Thanks, Brian __ FINEOS Corporation is the global brand name of F

Axis2 Client Jars

2008-06-10 Thread jbolger
://www.nabble.com/Axis2-Client-Jars-tp17757804p17757804.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Axis2 client configuration and client manager

2008-06-09 Thread nxwes
I was wondering if anyone could point me good tutorial regarding context of client axis2.xml. I am currently working on axis2 client manager where that class would be used by all Axis2 clients. I needed to know what would be the best approach! Thanks, Neo -- View this message in context: http

FW: IllegalStateException when undeploying webapp using an Axis2 client in JBoss

2008-06-06 Thread Jon Ekdahl
Hi, I'm having some problems with undeploy/redeploy in JBoss. My web application uses an Axis2 client to call a web service. The following stack trace occurs on a regular basis when undeploying the web application (or shortly after, when GC/finalization is performed I assume). 09:52:5

Re: How to write a non axis2 client

2008-05-15 Thread Samisa Abeysinghe
options.setTo(targetEPR); Regards, Manish Narula From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 1:21 PM To: axis-user@ws.apache.org Subject: Re: How to write a non axis2 client If you like to try and invoke this service using Ja

Re: How to write a non axis2 client

2008-05-11 Thread Anne Thomas Manes
argetEPR); > > > > Regards, > > Manish Narula > > > > From: keith chapman [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 08, 2008 1:21 PM > To: axis-user@ws.apache.org > Subject: Re: How to write a non axis2 client > &

RE: How to write a non axis2 client

2008-05-08 Thread Narula, Manish
: Thursday, May 08, 2008 1:21 PM To: axis-user@ws.apache.org Subject: Re: How to write a non axis2 client If you like to try and invoke this service using JavaScript you can try out the WSO2 Mashup Server [1] which is released under Apache License. It can generate a JavaScript stub for you

Re: How to write a non axis2 client

2008-05-08 Thread keith chapman
://wso2.org/projects/mashup Thanks, Keith. On Thu, May 8, 2008 at 12:25 PM, Narula, Manish <[EMAIL PROTECTED]> wrote: > Hi, > > I used a sample given by axis2 to write a webservice called > pojospringguide. The aar file is deployed, now I want to invoke the web > service u

How to write a non axis2 client

2008-05-07 Thread Narula, Manish
Hi, I used a sample given by axis2 to write a webservice called pojospringguide. The aar file is deployed, now I want to invoke the web service using non axis2 client. Regards, Manish Narula - This message and any attachments are intended only

Re: Axis2 client stub, OMElement object in method

2008-05-06 Thread Deepal jayasinghe
i sucessfuly created WS from pojo class, there is example of one method from POJO : public boolean compatible ( final HashMap pReq) { ... } I am sorry this will not work with Axis2 , since we do not support generic. However we are planing to support generic very nea

Axis2 client stub, OMElement object in method

2008-05-06 Thread martinvich
parameters... thank you // sorry for my english // Axis 1.2, Tomcat 6.0.13, Eclipse WTP + eclipse wizard used to create WS + WSclient -- View this message in context: http://www.nabble.com/Axis2-client-stub%2C-OMElement-object-in-method-tp17084336p17084336.html Sent from the Axis - User mailing list

[Axis2] Client

2008-05-02 Thread Arlindo Luis Marcon Junior
Hi All... Someone, maybe, know how many clients the Axis2 can attend at same time? It depends on the resources of the computer,,, the "server" ( like memory, processor, and so on )... Axis2 has some configuration about? Any clue is welcome... Thanks in Advance... -- Arlindo Luis Marcon Junio

Axis2 Client error NoSuchMethodError - Weblogic jrockit

2008-04-16 Thread Qureshi, Affan
Hi, I am trying to call a web service using Axis2. I am getting a weird error when deploying my application to Weblogic running jrockit 1.4.2_05. My code is really simple, all I am doing is using the ADB generated stub, I call the web service with required parameters. It works fine when I run

Re: Axis2 Client Engage Module

2008-04-07 Thread Michele Mazzucco
printed to the console: "Deploying module: rampart-1.2". In addition the Tomcat/temp folder is chocker full of "axis264rampart-1.2.mar" files (each with a different number). The temp file is now approaching one gigabyte in size. Is this normal behavior? I'm concerned that

Re: Axis2 Client Engage Module

2008-04-06 Thread A Sunley
: rampart-1.2". In addition the Tomcat/temp > folder is chocker full of "axis264rampart-1.2.mar" files (each with a > different number). The temp file is now approaching one gigabyte in size. > > Is this normal behavior? I'm concerned that I might have not configu

axis2 client no soap envelope and jms transport

2008-04-06 Thread Per Steffensen
://www.nabble.com/axis2-client-no-soap-envelope-and-jms-transport-tp16522501p16522501.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [Axis2] Client Thread Safety

2008-04-04 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes. Daniel Ritchey wrote: | From what I understand with Axis2 1.3, client stubs are not thread safe, | however the ConfigurationContext is; so I can create a single | ConfigurationContext (an expensive operation) and reuse it for all stub | instance

[Axis2] Client Thread Safety

2008-04-04 Thread Daniel Ritchey
>From what I understand with Axis2 1.3, client stubs are not thread safe, however the ConfigurationContext is; so I can create a single ConfigurationContext (an expensive operation) and reuse it for all stub instances. Is this a correct assumption? Thanks, Dan Ritchey

Re: Axis2 Client Engage Module

2008-04-04 Thread A Sunley
am noticing that for each request the following is printed to the >> console: >> "Deploying module: rampart-1.2". In addition the Tomcat/temp folder is >> chocker full of "axis264rampart-1.2.mar" files (each with a different >> number). The temp file is

Re: Axis2 Client Engage Module

2008-04-03 Thread Dimuthu Leelarathne
is printed to the console: > "Deploying module: rampart-1.2". In addition the Tomcat/temp folder is > chocker full of "axis264rampart-1.2.mar" files (each with a different > number). The temp file is now approaching one gigabyte in size. > > Is this normal beh

Axis2 Client Engage Module

2008-04-03 Thread A Sunley
ddition the Tomcat/temp folder is chocker full of "axis264rampart-1.2.mar" files (each with a different number). The temp file is now approaching one gigabyte in size. Is this normal behavior? I'm concerned that I might have not configured the Axis2 client correctly and may potentially

Axis2 client accessing SOAP12 operation

2008-03-31 Thread Phani
Hi, Iam using axis2 client to invoke a share point webservice. I am invoking getListCollection() method. If I invoke SOAP11 method, my client is working fine.. But if I invoke SOAP12 methos, iam getting the below exception. I don't know why EPR is null even if I set EPR in Options to

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-31 Thread Andreas Necker
Hi, 2008/3/30, Thilina Gunarathne <[EMAIL PROTECTED]>: > Hi, > It looks like a bug in Axis2 Data binding, in the simple type > restriction... Please log a JIRA[1] with your wsdl's and the message > traces.. > => AXIS2-3684 Thanks Andreas ---

Re: How to add WS-Security header in Axis2 client

2008-03-31 Thread Nandana Mihindukulasooriya
TED] > > > Sent: 31 March 2008 14:59 > To: axis-user@ws.apache.org; Sun, Mai > Subject: Re: How to add WS-Security header in Axis2 client > > Hi Mai, >It seems that you are using parameter based configuration is the > server side. Please check the WSDL against which yo

Re: How to add WS-Security header in Axis2 client

2008-03-31 Thread Nandana Mihindukulasooriya
. On Mon, Mar 31, 2008 at 5:56 PM, <[EMAIL PROTECTED]> wrote: > Dear Nandana, > > Thank you very much for your reply. I've read through the tutorial you > sent me and I'm able to engage Rampart in my Axis2 client. However, when > I sent the request I got the e

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-30 Thread Thilina Gunarathne
Hi, It looks like a bug in Axis2 Data binding, in the simple type restriction... Please log a JIRA[1] with your wsdl's and the message traces.. thanks, Thilina [1]https://issues.apache.org/jira/browse/AXIS2 On Fri, Mar 28, 2008 at 8:31 AM, Andreas Necker <[EMAIL PROTECTED]> wrote: > Hi, > > 200

RE: [Axis2] WstxParsingException: Expected a text token, got START_ELEMENT - while passing array from Axis2 client to Axis2 service

2008-03-28 Thread Pantvaidya, Vishwajit
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 8:33 PM To: axis-user@ws.apache.org Subject: [Axis2] WstxParsingException: Expected a text token, got START_ELEMENT - while passing array from Axis2 client to Axis2 service Using the suggestions from the case 2 mentioned in http://wso2.org

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-28 Thread Andreas Necker
Hi, 2008/3/19, Thilina Gunarathne <[EMAIL PROTECTED]>: > Hi, > Looks like a data binding issue.. If possible please post a message stack > trace of the response. > I've captured the messages with Microsofts netmon: Client Request: --- - HTTP: Request, POST /DmsBatch/FileTransfer/

[Axis2] WstxParsingException: Expected a text token, got START_ELEMENT - while passing array from Axis2 client to Axis2 service

2008-03-27 Thread Pantvaidya, Vishwajit
Using the suggestions from the case 2 mentioned in http://wso2.org/library/332, I wrote an Axis2 client to call my Axis2 service that has a string array as one of the params. But I got following error when the call executes: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-18 Thread Thilina Gunarathne
Hi, Looks like a data binding issue.. If possible please post a message stack trace of the response. Also what's the Axis2 version you are using.. Axis2 1.3 has the following known bug, which is fixed in the head.. https://issues.apache.org/jira/browse/AXIS2-3196 Axis2 supports MTOM and it has pr

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-17 Thread Andreas Necker
Hi, 2008/3/14, Thilina Gunarathne <[EMAIL PROTECTED]>: > Yes.. Please post the other WSDL and specially the schema part (may be > it's a separate .xsd file).. > here are the the WSDLs and XSDs. > What exactly did you mean by streaming.. Is it MTOM??.. Are you > trying to send back a binary fi

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-14 Thread Thilina Gunarathne
teroperable. > > > > - Original Message - > From: "Andreas Necker" <[EMAIL PROTECTED]> > To: axis-user@ws.apache.org > Sent: Thursday, March 13, 2008 10:37:40 AM (GMT-0600) America/Chicago > Subject: Interop WCF Service/Axis2 Client and Stream &

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-13 Thread Dan Christopherson
" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Thursday, March 13, 2008 10:37:40 AM (GMT-0600) America/Chicago Subject: Interop WCF Service/Axis2 Client and Stream Hi, I'm trying to call an .Net WCF Service from an Axis2 java client on Windows. Simple calls to the service are

Interop WCF Service/Axis2 Client and Stream

2008-03-13 Thread Andreas Necker
Hi, I'm trying to call an .Net WCF Service from an Axis2 java client on Windows. Simple calls to the service are working, but I have problems with a stream returned by one of the methods (see "Exception" below). The client stub was created with Axis' wsdl2java tool. Is it possible to handle a str

Interop WCF Service/Axis2 Client and Stream

2008-03-13 Thread Andreas Necker
location="http://ntfe:8013/DmsBatch/FileTransfer/?wsdl=wsdl0"; /> http://schemas.xmlsoap.org/soap/http"; /> http://www.dummy.de/DmsService/IFileTransfer/CheckOutDocument"; style="document" />

RE: [Axis2] Problems running Axis2 Client on Weblogic 9.2

2008-03-12 Thread Aneel.Murari
ECTED] Sent: Wednesday, March 12, 2008 9:16 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] Problems running Axis2 Client on Weblogic 9.2 Hi Satish, Thanks for your reply. I am not running axis2 as a server. I am just using it as a Web Service client and hence I placed all my axis related jars

RE: [Axis2] Problems running Axis2 Client on Weblogic 9.2

2008-03-12 Thread Aneel.Murari
From: Kannan, Sathish (Exchange) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 6:07 PM To: axis-user@ws.apache.org Subject: RE: [Axis2] Problems running Axis2 Client on Weblogic 9.2 Looks like your weblogic jars getting conflicted with axis. Create a weblogic.xml and place it under

Re: axis2 client gives unexpected results

2008-03-12 Thread Upul Godage
Following is a something similar example code. But Axis2 does not support SOAP RPC/encoded combination. http://ws.apache.org/axis2/1_3/quickstartguide.html#clientaxiom Upul On Tue, Mar 11, 2008 at 12:08 PM, Vaibhav Gulati < [EMAIL PROTECTED]> wrote: > Hi, > > > > In axis 1 I set the parameter

RE: [Axis2] Problems running Axis2 Client on Weblogic 9.2

2008-03-11 Thread Kannan, Sathish (Exchange)
, March 11, 2008 4:20 PM To: axis-user@ws.apache.org Subject: [Axis2] Problems running Axis2 Client on Weblogic 9.2 Hi, I have a MDB deployed in weblogic 9.2. My MDB reads a message from the JMS = queue and invokes a Web Service. I am using Axis2 as a client to invoke the web service(s). The code

[Axis2] Problems running Axis2 Client on Weblogic 9.2

2008-03-11 Thread Aneel.Murari
happens. I confirmed this by deploying a test version of the code which by passes the web service call and that works fine. It seems like I am missing some kind of Axis2 configuration on weblogic. If I just want to run Axis2 client inside an EJB, is the setup I have mentioned above going to work

axis2 client gives unexpected results

2008-03-10 Thread Vaibhav Gulati
Hi, In axis 1 I set the parameter for the call as follows: Call call = (Call) service.createCall(); call.addParameter("userName", XMLType.XSD_STRING, ParameterMode.IN); call.addParameter("userPwd", XMLType.XSD_STRING, ParameterMode.IN); call.setReturnType(org.apache.

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-04 Thread Marc Esher
s Axis2, and I read Axis2 is a > more robust web service framework than Axis 1.4, so want to use it as it's > the latest and greatest. > > > Again, thank you for the suggestions. > > pwp > > > > > -- >

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-04 Thread Paul Peterson
-- View this message in context: http://www.nabble.com/What-is-the-correct-way-to-instantiate-a-Axis2-client-stub-class--tp15809428p15829330.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe,

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-03 Thread Marc Esher
bjGetQuote = new GetQuote(); > > objGetQuote.setSymbol(symbol); > > strQuote = > wsStockQuote.GetQuote(objGetQuote).getGetQuoteResult(); > > System.out.println("\n" + strQuote + "\n"); > > > >

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-03 Thread Thilina Gunarathne
= > wsStockQuote.GetQuote(objGetQuote).getGetQuoteResult(); > > System.out.println("\n" + strQuote + "\n"); > > > > } catch(Exception e){ > > e.printStackTrace(); > > System.out.println("\n\n\n"

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-03 Thread Thilina Gunarathne
(); > System.out.println("\n" + strQuote + "\n"); > > } catch(Exception e){ > e.printStackTrace(); > System.out.println("\n\n\n"); > } > } > -- > View this message in context: > http://www.nabble.com/

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-03 Thread Martin Gainty
// we cannot intantiate the class - throw the original Axis fault throw f; } }else{ throw f; } }else{ throw f; } } - Original Message

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-03 Thread Paul Peterson
esult(); System.out.println("\n" + strQuote + "\n"); } catch(Exception e){ e.printStackTrace(); System.out.println("\n\n\n"); } } -- View this message in context: http://www.nabble.com/What-is-the-correct-way-to-in

What is the correct way to instantiate a Axis2 client stub class?

2008-03-03 Thread Paul Peterson
What is the correct way to instantiate a Axis2 client stub class? Hello I am new to Axis2 and it's been sometime since I did much with java. I primarily work with Adobe's Coldfusion (CF) which is built upon J2EE. CF allows the creation of java objects and, because of some complex

Re: Axis2 client and security help

2008-02-28 Thread SGruverman
John-Paul, I am finding this to be helpful - with Axis2 in general and with using Rampart for security: http://www.agileskills2.org/DWSAA/index.html If you're using Eclipse, it's even better. Hope this helps, Steve _ Steven Gruverman IntelliCa

Re: Axis2 client and security help

2008-02-28 Thread Paul Fremantle
The best documentation on Rampart is the samples - especially the policy ones. Paul On Thu, Feb 28, 2008 at 3:46 PM, <[EMAIL PROTECTED]> wrote: > > > > > I am trying to access a service with a security policy but cannot find much > documentation on > > Configuring axis2 for security on the clien

Axis2 client and security help

2008-02-28 Thread john.ranaudo
I am trying to access a service with a security policy but cannot find much documentation on Configuring axis2 for security on the client side. I know about the Rampart module but the documentation Seems somewhat limited. Can someone point me in the right direction? Thanks, John-Paul Ran

RE: Axis2 client hangs with multiple requests in one session

2008-02-18 Thread Pär Malmqvist
Thanks! /Pär> Date: Sun, 17 Feb 2008 06:01:01 -0800> From: [EMAIL PROTECTED]> To: axis-user@ws.apache.org> Subject: RE: Axis2 client hangs with multiple requests in one session> > > Yes, doing the following after each AxisFault would help me prevent the

RE: Axis2 client hangs with multiple requests in one session

2008-02-17 Thread Landslide
Yes, doing the following after each AxisFault would help me prevent the Axis2 client to hang: client.cleanupTransport(); and my server side still gets all the preset cookie values. -- View this message in context: http://www.nabble.com/Axis2-client-hangs-with-multiple-requests-in-one

RE: Axis2 client hangs with multiple requests in one session

2008-02-17 Thread Pär Malmqvist
Nice in some way to here that I am not the only one having problem with the Axis2 client hanging after the third request when AxisFaults are received... I think this is a bug in the transport layer and I have solved it by working around.(My application should not get an AxisFault that often

Re: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Landslide
1) Yes, the Axis2 client would hang on the 3rd call if the first 2 requests get an AxisFault when I use: options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, true); options.setCallTransportCleanup(true); 2) The Axis2 client would hang on the 3rd call no matter what when I use

<    1   2   3   4   5   >