RE: Peculiar Error; Appreciate Some Help

2004-06-25 Thread Anne Thomas Manes
I see two classes of problems with the a.wsdl file you just sent: 1- When using doc/literal, a element MUST contain only one part. All the elements in this wsdl file contain multiple parts. For example: data:accountName"/> data:password"/>

RE: Peculiar Error; Appreciate Some Help

2004-06-25 Thread Anne Thomas Manes
I see two classes of problems with the a.wsdl file you just sent: 1- When using doc/literal, a element MUST contain only one part. All the elements in this wsdl file contain multiple parts. For example: data:accountName"/> data:password"/>

doc/lit service access using axis 1.2

2004-06-25 Thread atul
Iam unsuccessfully trying to access a service and I am getting this error AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.NullPointerException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}ho

RE: Problem deploying Service

2004-06-25 Thread Henry Lu
I have the same problem. I copied the night-built lib to the /web-inf/lib and tried to deploy a service and I got 404 error. Could someone tell me how to fix it? -Henry >>> [EMAIL PROTECTED] 6/25/2004 7:48:36 AM >>> I have the same problem. I copied the night-built lib to the /web-inf/lib and tri

RE: Call.invoke() and exception handling

2004-06-25 Thread Yu, Joel, Contractor
in axis.jar, there are two properties files called log4j.properties and simplelog.properties, you might want to check it out, it may solve your problem. -Original Message- From: Konstantinos Margaritis [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 2:47 PM To: [EMAIL PROTECTED] Subj

Re: Call.invoke() and exception handling

2004-06-25 Thread Konstantinos Margaritis
On ÎÎÏ 25 ÎÎÏÎ 2004 21:41, Yu, Joel, Contractor wrote: > being open source, you can get the source code of Call class and > change it. http://cvs.apache.org/viewcvs/ws-axis/ that's not really an option, as it is probably an IBM modified version of axis in WSAD. Even if it isn't, I'm sure you'll a

Transient member serializaton

2004-06-25 Thread Galkovsky Michael
Hi, I am kind of in a bind. We are using Axis 1.2 and have a number of beans that have some transient members that we do not want to be serialized over the wire. I can't figure out a way to do this. Imagine a bean that has 3 members Person id name phone And my service, getAllPersons, shoul

RE: Call.invoke() and exception handling

2004-06-25 Thread Yu, Joel, Contractor
being open source, you can get the source code of Call class and change it. http://cvs.apache.org/viewcvs/ws-axis/ -Original Message- From: Konstantinos Margaritis [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: Call.invoke() and exception handl

Call.invoke() and exception handling

2004-06-25 Thread Konstantinos Margaritis
Hi, I've deployed a web service, using the Axis version (1.0) that is included in WSAD 5.1. Everything is working perfectly but I'm having the following problem: while in the testing phase of the project, I have to check the behaviour of the system in bad situations, for example when there is

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread Davanum Srinivas
Here it is... - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Fri, 25 Jun 2004 11:20:07 EDT Subject: Re: Peculiar Error; Appreciate Some Help To: [EMAIL PROTECTED] In a message dated 6/25/2004 11:18:48 AM Eastern Standard Time, [EMAIL PROTECTED] writes:

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread Makesh Rao
I had tried the SOAEditor to create a wsdl sometime ago and found it helpful in solving one of these sneaky issues. http://www.capescience.com/soa/index.shtml ~Makesh --- [EMAIL PROTECTED] wrote: > > In a message dated 6/25/2004 10:51:22 AM Eastern > Standard Time, > [EMAIL PROTECTED] writ

RE: operation description is missing parameter description!

2004-06-25 Thread Sandeep
Could you send the operation signature along with the client code? That will help bringing down the error you might be hitting. Sandeep Advani Grid Research Lab, Binghamton University -Original Message- From: Joel Carklin [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 4:26 AM To: [

MessageElement to Bean Object

2004-06-25 Thread Yu, Joel, Contractor
hi, I have web service method that returns a response. The response is defined as: So the object wsdl2java generated has a method get_any(),which returns a array of MessageElement object. Now I know the any is really another object foos already in xsd and I have a gener

Registering a Web Service at runtime

2004-06-25 Thread Matthieu RIOU
Hi, I would like to create and register in Axis a web service at runtime (without writing anything in the configuration file or even restarting the web server). Is it possible ? If it is, could you point me to any documentation / javadoc / class that could help me doing this ? Thanks, Matthieu Ri

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
In a message dated 6/25/2004 11:18:48 AM Eastern Standard Time, [EMAIL PROTECTED] writes: send me your complete wsdl.- Original Message -From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Fri, 25 Jun 2004 11:06:54 EDTSubject: Re: Peculiar Error; Appreciate Some HelpTo: [EMAIL

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
In a message dated 6/25/2004 11:07:35 AM Eastern Standard Time, [EMAIL PROTECTED] writes: In a message dated 6/25/2004 10:51:56 AM Eastern Standard Time, [EMAIL PROTECTED] writes: karim wrote:> [EMAIL PROTECTED] wrote:>>> Hello,>>  >> I would truly appreciate some help

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread Davanum Srinivas
send me your complete wsdl. - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Fri, 25 Jun 2004 11:06:54 EDT Subject: Re: Peculiar Error; Appreciate Some Help To: [EMAIL PROTECTED] In a message dated 6/25/2004 10:51:56 AM Eastern Standard Time, [EMAIL PROTE

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
In a message dated 6/25/2004 10:51:56 AM Eastern Standard Time, [EMAIL PROTECTED] writes: karim wrote:> [EMAIL PROTECTED] wrote:>>> Hello,>>  >> I would truly appreciate some help with this error. This is one of >> those things where I believe an extra set of eyes could easily solv

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
In a message dated 6/25/2004 10:51:56 AM Eastern Standard Time, [EMAIL PROTECTED] writes: karim wrote:> [EMAIL PROTECTED] wrote:>>> Hello,>>  >> I would truly appreciate some help with this error. This is one of >> those things where I believe an extra set of eyes could easily solv

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
In a message dated 6/25/2004 10:51:22 AM Eastern Standard Time, [EMAIL PROTECTED] writes: my 2 cents, get xmlspy trial version (http://www.xmlspy.com/) and usethe wsdl validation functionality.-- dims- Original Message -From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Fri, 25

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread karim
karim wrote: [EMAIL PROTECTED] wrote: Hello, I would truly appreciate some help with this error. This is one of those things where I believe an extra set of eyes could easily solve. I have the following WSDL documents, and I am receiving the following error: java.io.IOException: Emitter fail

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread Davanum Srinivas
my 2 cents, get xmlspy trial version (http://www.xmlspy.com/) and use the wsdl validation functionality. -- dims - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Fri, 25 Jun 2004 10:46:32 EDT Subject: Re: Peculiar Error; Appreciate Some Help To: [EMAIL PROTECTED]

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
In a message dated 6/25/2004 10:42:18 AM Eastern Standard Time, [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote:> Hello,>  > I would truly appreciate some help with this error. This is one of > those things where I believe an extra set of eyes could easily solve. > I have the follow

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread karim
[EMAIL PROTECTED] wrote: Hello, I would truly appreciate some help with this error. This is one of those things where I believe an extra set of eyes could easily solve. I have the following WSDL documents, and I am receiving the following error: java.io.IOException: Emitter failure. There i

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
In a message dated 6/25/2004 10:20:25 AM Eastern Standard Time, [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote:> Hello,>  > I would truly appreciate some help with this error. This is one of > those things where I believe an extra set of eyes could easily solve. > I have the follow

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread karim
[EMAIL PROTECTED] wrote: Hello, I would truly appreciate some help with this error. This is one of those things where I believe an extra set of eyes could easily solve. I have the following WSDL documents, and I am receiving the following error: java.io.IOException: Emitter failure. There i

Peculiar Error; Appreciate Some Help

2004-06-25 Thread NYY96
Hello,   I would truly appreciate some help with this error. This is one of those things where I believe an extra set of eyes could easily solve. I have the following WSDL documents, and I am receiving the following error:   java.io.IOException: Emitter failure.  There is an undefined binding

Re: Best practice for resolving overloaded method names for Doc/Lit W rapped

2004-06-25 Thread Jim Murphy
One common way is to eliminate your overloaded operations entirely and send a complextType as the single parameter to your new operation. Then model the optionality in the complexType: I've taken the liberty to partition your example into 2 parts that make more sense to me. To me the modify o

connection time out dose not work ???

2004-06-25 Thread Shailesh Khare
Hi All, It seems connection time out with Axis dose not work , it just hangs . Although socket timeout works fine. I am using axis-1_2alpha version , is any one aware of any version where this bug has been fixed ??? or any solution of this problem is welcome . Thanks, Shailesh. address: 4 Bucki

RE: missing namespace element

2004-06-25 Thread bolek
Thank you very much! It worked. The only caveat is that I had to include wsdl file explicitly using element in server-config.wsdd, because wsdl generated by Axis from classes generated from wsdl did not have form=”unqualified”.   Regards, -Bolek   From: Anne Thomas Manes [m

RE: missing namespace element

2004-06-25 Thread bolek
Thank you very much! It worked. The only caveat is that I had to include wsdl file explicitly using element in server-config.wsdd, because wsdl generated by Axis from classes generated from wsdl did not have form=”unqualified”.   Regards, -Bolek   From: Anne Thomas Manes [m

RE: Problem deploying Service

2004-06-25 Thread Henry Lu
I have the same problem. I copied the night-built lib to the /web-inf/lib and tried to deploy a service and I got 404 error. Could someone tell me how to fix it? -Henry >>> [EMAIL PROTECTED] 6/24/2004 1:07:04 AM >>> Found its the AdminClient problem.. thanks! Stanly -Original Message- F

Re: weblogic and AdminClient problem

2004-06-25 Thread Pranav Kapil
Title: Re: weblogic and AdminClient problem ï first...that was "XML document"... can you explain to me what exactly you are trying to do, which is giving this error...   Cheers.. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: F

RE: weblogic and AdminClient problem

2004-06-25 Thread nishit.kumar
Title: Re: weblogic and AdminClient problem Hi Pranav,   The same program works fine when I run it stand alone. The difference is when I deploy in WebLogic it is taking its inputs from The JSP. However I saw the logs and the value obtained from the JSP is as it should be.   Cheers, Nishit

Re: weblogic and AdminClient problem

2004-06-25 Thread Pranav Kapil
Title: Re: weblogic and AdminClient problem ï This directly suggest an erroronous Mel document... - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 25, 2004 2:26 PM Subject: FW: weblogic and AdminClient problem Adding further to

FW: weblogic and AdminClient problem

2004-06-25 Thread nishit.kumar
Title: Re: weblogic and AdminClient problem Adding further to Ruchi's Question I am having trouble running my axis application with WebLogic 7. The stack trace is given below. Has anyone got any clue on this.     #AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envel

RE: weblogic and AdminClient problem

2004-06-25 Thread nishit.kumar
Title: Re: weblogic and AdminClient problem Adding further to Ruchi's Question I am having trouble running my axis application with WebLogic 7. The stack trace is given below. Has anyone got any clue on this.     #AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Serve

operation description is missing parameter description!

2004-06-25 Thread Joel Carklin
Hi, I'm a newbie to web services. Does anyone have any experience with this problem: A org.xml.sax.SAXException: operation description is missing parameter description! It is thrown when I call a specific method on the axis server at the axisServer.invoke(msgContext) method. Other methods called