anyone can help me on exception hanlding in Axis2?

2010-02-12 Thread Li Ma
IF you can spare an hour or so with me on phone to help resolve my exception halding issue, please let me know. I'm in eastern standard time zone (New York). thanks! Li

Re: Please help me with this AxisFault

2009-11-16 Thread Vijay Mali
Hi Jonah, Thanks for the response! I have sorted this...!!! Thanks to AXIS -> WSDL2Javamakes life so easy! Regards, VJ From: jonah Sent: Monday, November 16, 2009 11:00 AM To: axis-user@ws.apache.org Subject: Re: Please help me with this AxisFault Hi,pls paste wsdl content. 2009

Re: Please help me with this AxisFault

2009-11-16 Thread jonah
Hi,pls paste wsdl content. 2009/11/15 Vijay Mali > *Hi,* > > * * > > *I am new to Webservice. Please see my code below and the exception I am > getting. Can someone please explain where am I going wrong?* > > * * > > * * > > > > *import java.net.URL;* > > * * > > *import javax.xml.namespace.QNa

Please help me with this AxisFault

2009-11-14 Thread Vijay Mali
Hi, I am new to Webservice. Please see my code below and the exception I am getting. Can someone please explain where am I going wrong? import java.net.URL; import javax.xml.namespace.QName; import javax.xml.rpc.ParameterMode; import javax.xml.rpc.ServiceFactory; import org.

Re: Please help me to debug RAMPART issue

2009-07-31 Thread Chinmoy Chakraborty
Hi, I noticed following property was not set while sending the message back: 179781 DEBUG [http8080-Processor24] org.apache.axis2.context.AbstractContext - Property set on object org.apache.axis2.context.messagecont...@12f0ce9 179781 DEBUG [http8080-Processor24] org.apache.axis2.context.Abst

ClassLoader problem with weblogic 8.1 sp6 and axis 1.4, can any body help me, many thanks.

2008-06-24 Thread Ramon Wang
Hi all I'm now using axis 1.4 and weblogic 8.1 sp6, when I try to deploy axis2.war (following the user guide of axis2, I have added the weblogic.xml) in weblogic, I got the following error: <2008-6-25 上午09时38分09秒 CST>(WarBasedAxisConfigurator.java :157) at org.apache.axis2.transport.h

[Axis2]please help me with axis2 handler

2008-01-03 Thread XCV
hi,dear all: hello and i got puzzled when i try to code a handler, that is how can i wake up the message chain which suspended by return InvocationResponse.SUSPEND in method invoke(MessageContext msgContext) ? Please somebody help me and thanks a lot

Problem with JAX-WS and AXIS2, Help Me please

2007-08-02 Thread jnet2000
CustomerServicePortType/ RetrieveCustomerIdentifyByCFResponse" /> type="tns:CustomerServicePortType"> type="tns:CustomerServicePortTyp

[Axis2] I'm newbie, please help me

2007-04-03 Thread Fran
Hi! I'm newbie in web services and Axis2, and I need help. I want to create a client that can open, read and close a file in the web service, but I don't know if it's possible to create an openfile method in my service that returns the FileReader associated to the opened file in the server to my

[Axis2] [MTOM Policy] Please help me

2007-03-19 Thread Binoy K Philip
> Dear ..., > I am facing problems can help me ? Where do I get a good > document(totorial)? > > 1)I am trying to implement axis fault . > 2)I have two methods ( one with return type string other with no > return type (void) )which throws userException1 and userExce

RE: [ Axis2] Please help me

2007-03-19 Thread Binoy K Philip
> Dear ..., > I am facing problems can help me ? Where do I get a good > document(totorial)? > > 1)I am trying to implement axis fault . > 2)I have two methods ( one with return type string other with no > return type (void) )which throws userException1 and userExce

Re: can some one please help me about attachments in jax-ws?

2007-01-18 Thread Davanum Srinivas
r of client and a web service that > could handle attachments (I must use Jax-WS ) but i can not find any > document that show how to create the service itself. > All Sun tutorials and samples just show the clinet side and not the server > side of the problem. > can some one please h

Re: can some one please help me about attachments in jax-ws?

2007-01-18 Thread Anne Thomas Manes
ind any document that show how to create the service itself. All Sun tutorials and samples just show the clinet side and not the server side of the problem. can some one please help me about this? whether by giving some links, sample code or hint that tell me what should i do in service side. Tha

can some one please help me about attachments in jax-ws?

2007-01-15 Thread legolas
the server side of the problem. can some one please help me about this? whether by giving some links, sample code or hint that tell me what should i do in service side. Thanks -- View this message in context: http://www.nabble.com/can-some-one-please-help-me-about-attachments-in-jax-ws--tf3017980

Simple SOAP server. Can axis help me ?

2006-11-29 Thread Vincent Quiniou
Hi all, I would like to build a "harcoded" SOAP server. I.e. a server which reacts to an incoming SOAP message, analyses the message content and replies with a predifined message. I was wondering if Axis could help me gain some time as compared to the time needed to recode an HTTP

RE: [Axis2] Help me better understand axis2

2006-09-19 Thread nancy
ilto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 6:29 PM To: axis-user@ws.apache.org Subject: RE: [Axis2] Help me better understand axis2 Look at the AXIOM javadoc http://ws.apache.org/commons/axiom/apidocs/index.html I am not sure how you can have a HashMap type parameter in an Axis2 serv

RE: [Axis2] Help me better understand axis2

2006-09-18 Thread Nirmit Desai
To 09/18/2006 06:32 cc AM Subject RE:

RE: [Axis2] Help me better understand axis2

2006-09-18 Thread nancy
OMfactory takes string parameter?       With Warm Regards, Nancy Aggarwal Software Developer     From: Sameera Madushan [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 12:46 PM To: axis-user@ws.apache.org Subject: Re: [Axis2] Help me better understand axis2

Re: [Axis2] Help me better understand axis2

2006-09-18 Thread Sameera Madushan
ery confused how to create my web service. I am having these two operations which I want to expose. How can I create its service.xml and then after exposing I need to create a client? But how, I am unable to start with. Please help me to better understand the axis2.     public class Test{   pub

[Axis2] Help me better understand axis2

2006-09-17 Thread nancy
Hello all,   I am very confused how to create my web service. I am having these two operations which I want to expose. How can I create its service.xml and then after exposing I need to create a client? But how, I am unable to start with. Please help me to better understand the axis2

Re: HELP ME PLEASE!! Problem returning and array inside of another array

2006-08-22 Thread Anne Thomas Manes
Make sure that you are using Axis 1.4. Also, start with your WSDL file and generate the code from it. Anne On 8/22/06, HHDirecto. Net <[EMAIL PROTECTED]> wrote: I read you solved to Eduardo this issue http://mail-archives.apache.org/mod_mbox/ws-axis-user/200511.mbox/[EMAIL PROTECTED] I h

Re: HELP ME PLEASE!! Problem returning and array inside of another array

2006-08-22 Thread HHDirecto . Net
I read you solved to Eduardo this issue http://mail-archives.apache.org/mod_mbox/ws-axis-user/200511.mbox/[EMAIL PROTECTED]   I have the same problem but I can't solve it. My wsdd description is:                  http://interfazweb.serviciosweb.moduloingenieria.ceit.es"     langu

Please help me! Axis 1.3: Array and .NET Client issue

2006-07-01 Thread Amit Andhale
Hi, I have query regarding Products and Components Web Service. I have developed a Wrapped/Literal style J2EE Web Service which retrieves Products and Components. I am accessing this web service form .NET C# Client.   This Web Service details are as follows getProductAndComponentList(String UU

Help Me!!

2006-05-19 Thread Nicolas Guaneme
uot;; /> I do the deploy and is OK, but I can't create the clientStub. I try to consuming this web services with PHP and .NET but never return the soap headers with the info of elements. I don't know if the return is wrong.. I don't know how I must to do

Help me with Axis

2006-05-19 Thread Nicolas Guaneme
icesSOAP"; /> I do the deploy and is OK, but I can't create the clientStub. I try to consuming this web services with PHP and .NET but never return the soap headers with the info of elements. I don't know if the return is wrong.. I don't know

Help me!!

2006-05-18 Thread Nicolas Guaneme
Hello, I have a Web Service... I done the deply on the Axis Serser when I try to do debug to my service"I set teh breackpoint in the SOAPImpl after the method " run the next step an always return to the before line and I can't continue with the debug because no find every class

Help Me.

2006-05-18 Thread Nicolas Guaneme
Hello, I have a Web Service... I done the deply on the Axis Serser when I try to do debug to my service"I set teh breackpoint in the SOAPImpl after the method " run the next step an always return to the before line and I can't continue with the debug because no find every class

RE: could someone help me in java client to invoke webservices?

2006-02-01 Thread Dinesh Shahane
axis-user@ws.apache.org Subject: Re: could someone help me in java client to invoke webservices? i did add the following line but nothing change. if you see the error, what is this "faultString: No handler for body element" and some other errors. Dong Liu <[EMAIL PROTECTED]> wrote: Pl

Re: could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
sURI, serviceName)); SessionControlStub sessionControlStu b = new SessionControlStub(new URL(endPointURI), provisioningService); Object returnValue = sessionControlStub.login(argument);    } }       From: mm jj [mailto:[EMAIL PROTECTED] ] Sent: 1. februar 2006 18:33To: axis-user@ws.

Re: could someone help me in java client to invoke webservices?

2006-02-01 Thread Dong Liu
ceFactory.newInstance(); Service provisioningService = serviceFactory.createService(new URL(wsdlURI), new QName(nsURI, serviceName)); SessionControlStub sessionControlStu b = new SessionControlStub(new URL(endPointURI), provisioningService);   Object returnValue = sessionControlStub.login(argume

RE: could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
String portNameProv = "MyPortName";   ServiceFactory serviceFactory = ServiceFactory.newInstance(); Service provisioningService = serviceFactory.createService(new URL(wsdlURI), new QName(nsURI, serviceName)); SessionControlStub sessionControlStu b = new SessionControlStub(new

Re: could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
                              http://ubs:80/Processes/SOAPServer"/>        Dong Liu <[EMAIL PROTECTED]> wrote: Please post the details of your questions here, othe rwise no one could give you an answer. A good start point is alwa

RE: could someone help me in java client to invoke webservices?

2006-02-01 Thread Glenn Bech
essionControlStub = new SessionControlStub(new URL(endPointURI), provisioningService);   Object returnValue = sessionControlStub.login(argument);    } }       From: mm jj [mailto:[EMAIL PROTECTED] Sent: 1. februar 2006 18:33 To: axis-user@ws.apache.org Subject: could someone help me i

Re: could someone help me in java client to invoke webservices?

2006-02-01 Thread Dong Liu
Please post the details of your questions here, otherwise no one could give you an answer. A good start point is always the code samples coming with the release. CheersDon On 2/1/06, mm jj <[EMAIL PROTECTED]> wrote: could someone help me in java client to invoke webservices? Do you Yahoo!?

could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
could someone help me in java client to invoke webservices? Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail.

Re: Hi help me! how to install default axis web app in WAS5.1 it will be great help for me.

2005-11-30 Thread Cyrille Le Clerc
Hello Giribabu, Here are two "How to install Axis on Websphere" : - Axis user mailing list : -> Title : "Example on deploying Axis on Web Sphere Application Server" -> Date : 04/11/2005 -> URL : http://marc.theaimsgroup.com/?l=axis-user&m=113110091220760 - Websphere Application Se

Hi help me! how to install default axis web app in WAS5.1 it will be great help for me.

2005-11-29 Thread giribabu venugopal
Hi   i want to install default web app (axis) in WAS5.1   am trying if i install server crashing .

PLS HELP ME URGENTLY ON THIS QUESTION

2005-11-21 Thread giribabu venugopal
i got URL from .net service Provider(web serice they are providing for us).     in that wsdl import and location tag is there, assume that i got (scehma file is jay.xsd) url like http://server//data.asmx?scehma = jay   my scema file is   http://tempuri.org/PrudentialData.xsd " xmlns:mstns=" http

Re: HELP ME PLEASE!! Problem returning and array inside of another array

2005-11-07 Thread Anne Thomas Manes
You can't use the soapenc:Array type with RPC/Literal. Either switch to rpc/encoded (not recommended) or redefine your arrays so that they are defined simply as elements with a maxOccurs="unbounded". AnneOn 11/7/05, Eduardo Alvarez <[EMAIL PROTECTED]> wrote: Hello, I have a pr

HELP ME PLEASE!! Problem returning and array inside of another array

2005-11-07 Thread Eduardo Alvarez
Hello, I have a problem with my WS and I´m a little bit desperated. I am develoving the web service using Axis 1.1 and a Jboss server. I have a web service that returns an array of objects. One field of this object is an array of objects also. The code in the server works fine but when t

RE: [Axis2]-.Net I hope somebody will surely help me this time.

2005-09-30 Thread Kumuda Bhaskar
t: Re: [Axis2]-.Net I hope somebody will surely help me this time. I'm new of Axis what are the stubs?? In data Fri, 30 Sep 2005 13:44:31 +0200, Kumuda Bhaskar <[EMAIL PROTECTED]> ha scritto: > Hi Deepal, > > Our program is running fine with Http. > > We are usin

Re: [Axis2]-.Net I hope somebody will surely help me this time.

2005-09-30 Thread Carmine Gargiulo
: axis-user@ws.apache.org Subject: Re: [Axis2]-.Net I hope somebody will surely help me this time. Hi Kumudu, AS I know there is no TCP binding for interop between Axis2 and .Net , so if you please first try with HTTP if that also have problem let us know. I tried to re generate the problem in my ma

[Axis2]-.Net I hope somebody will surely help me this time.

2005-09-28 Thread Kumuda Bhaskar
Hi, I was trying to call the .Net webservice from Axis2 client. I am using axis2-0.92 the latest…. I am getting the following Exception org.apache.axis2.AxisFault: null; nested exception is:   javax.xml.stream.XMLStreamException   at org.apache.axis2.transport.TransportUtils.c

Please help me in solving this problem [axis 2 - .net]

2005-09-21 Thread Kumuda Bhaskar
Hi, I am using TCP to call the .Net webservice. Can anyone tell me the reason for this exception?? At the Axis client I am getting the following exception java.net.SocketException: Connection reset   at java.net.SocketInputStream.read(Unknown Source)   at sun.nio.cs.StreamDeco

Someone must be able to help me out here

2005-04-27 Thread Plorks mail
I need my client to talk to my server-side code and create a SOAP header. Then I need to pass back the MessageContext from the client back to the server-side where it can look for a certainsoap header and process it Can anyone help me here __

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
: Date : Thu, 31 Mar 2005 23:58:02 +0200 Subject : Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null > Hi all. I'm using Axis RC1.2 under JBoss 3.2.6, JDK 1.4.2_07 and Windows XP > Home edition. > Well... i have this simple client: &

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
-- Initial Header --- >From : "angeloimm" [EMAIL PROTECTED] To : "Axis Axis" axis-user@ws.apache.org Cc : Date : Thu, 31 Mar 2005 23:58:02 +0200 Subject : Please Help Me! java.lang.IllegalArgumentException: localPart cannot

Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-03-31 Thread angeloimm
Hi all. I'm using Axis RC1.2 under JBoss 3.2.6, JDK 1.4.2_07 and Windows XP Home edition. Well... i have this simple client: package it.eng.test.client.util; import org.apache.axis.client.Call; import org.apache.axis.client.Service; import org.apache.axis.message.SOAPBodyElement; import org.apac