BeanMapping for Fault in wsdd file

2005-01-08 Thread Madeleine Wright
HELP please someone!! I'm trying to include a SOAP fault in my wsdl file etc. I've read the axis-1_2RC1\samples\faults examples code carefully and tried to model it for my own service. I have a bean-type class, TransportFault, that extends RemoteException. The fault is thrown in my service

Re: how to synchronize the OperationDesc with the implementation class?

2005-01-05 Thread Madeleine Wright
elp to you. /Jongjin. - Original Message - From: "Madeleine Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 30, 2004 7:54 AM Subject: Re: how to synchronize the OperationDesc with the implementation class? No - I put the input parameters insid

Re: how to synchronize the OperationDesc with the implementation class?

2004-12-29 Thread Madeleine Wright
Message - From: "Madeleine Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 29, 2004 10:41 AM Subject: how to synchronize the OperationDesc with the implementation class? Plwase can someone give me a clue as to what I'm doing wrong. I&#

how to synchronize the OperationDesc with the implementation class?

2004-12-28 Thread Madeleine Wright
Plwase can someone give me a clue as to what I'm doing wrong. I'm trying to test faults and to include a fault in the wsdd I need to include an operation element but I'm obviously doing something wrong because I keep getting an Axis InternalException that says: "The OperationDesc for doIndex w

SOAP return message not displayed when exception thrown

2004-12-19 Thread Madeleine Wright
I'm curious. I haven't made provision for a SOAP fault in my WSDL but, when I call a service in such a way that it generates an exception, the Axis SOAP Monitor does not show the response message - but I can see through a sniffer I've got running that there is actually a returned SOAP message

Re: document style problem

2004-12-09 Thread Madeleine Wright
presumably sending back the following XML fragment: the result string The first WSDL maps this exactly but the second WSDL is not expecting any child elements, hence the error. Try it with the response defined in the same way as for the first WSDL. Tony "Madeleine Wright" <[EM

document style problem

2004-12-03 Thread Madeleine Wright
I'm currently using axis-1_2RC1 and have encountered a behaviour I can't explain. I have been experimenting with the different types of programming styles available in Axis. I have no problem with the RPC default or the wrapped/literal styles but when I use exactly the same wsdd file but subs

problem with Java2WSDL?

2004-08-08 Thread Madeleine Wright
I have tried several times to generate a WSDL using Java2WSDL. Finally I followed the pattern suggested in an article and, after preparing the classes etc, ran: java org.apache.axis.wsdl.Java2WSDL -o cruise.wsdl -l http://localhost:8080/axis/servlet/AxisServlet -n "urn:cruise" -S "CruiseServic

user guide TestCient example doesn't go anywhere?

2004-08-08 Thread Madeleine Wright
Hi. I've been trying for a couple of weeks to run the samples.userguide.example1.TestClient example but I can't make it reach the service. In every other respect Axis works fine but I'm just concerned that this example doesn't. I know my classpath is fine. I'm running the commands from the

use of an undeclared "impl" namespace?

2004-08-06 Thread Madeleine Wright
I'm fairly new to Axis. I wrote a simple Java service class with a main method. The wsdl file that was generated with the "?wsdl" appended to the url contained this: I can see that "args" are the parameters: but why is the namespace "impl"? It isn't declared earlier. Please can someone

use of an undeclared "impl" namespace?

2004-08-06 Thread Madeleine Wright
I'm fairly new to Axis. I wrote a simple Java service class with a main method. The wsdl file that was generated with the "?wsdl" appended to the url contained this: I can see that "args" are the parameters: but why is the namespace "impl"? It isn't declared earlier. Please can someone