RE: Question about importing XSD files

2006-01-13 Thread Shelli D. Orton
Thanks Dies and Anne.  Things are much clearer now, and I think I can move forward now.   Shelli -Original Message-From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]Sent: Friday, January 13, 2006 7:47 AMTo: axis-user@ws.apache.orgSubject: Re: Question about importing XSD fil

Question about importing XSD files

2006-01-12 Thread Shelli D. Orton
Hi All, My practical problem is this: I have been given a wsdl file and 2 xsd files to generate a client app against. The wsdl does not import the xsd files, so I'm trying to fix it so that it does and I can run wsdl2java against it. So, I am trying to understand how to import schema files (.xsd)

RE: Element is referenced but not defined

2006-01-10 Thread Shelli D. Orton
e parts by their part name (in your case, "addPart", not "add"). If you specify "addPart", it should work. But as I said, it doesn't make sense in a document style service.Anne On 1/9/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: Thanks,

RE: Element is referenced but not defined

2006-01-09 Thread Shelli D. Orton
meterOrder attribute from the definition.Anne On 1/9/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: Hi,   I'm trying to write wsdl in a document/literal wrapped style (yes, this is related to my earlier post for those who viewed it).  I have a pared down ver

Element is referenced but not defined

2006-01-09 Thread Shelli D. Orton
Hi,   I'm trying to write wsdl in a document/literal wrapped style (yes, this is related to my earlier post for those who viewed it).  I have a pared down version of the wsdl with only the one request that was giving me grief in rpc/encoded style.  When I run wsdl2java, I get the following

RE: Deserialization(?) Error on String Array

2006-01-09 Thread Shelli D. Orton
                           and add it to the message definiton:                        ...                               Anne On 1/6/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: I should have mentioned in the original post, that with the second WSDL,there is no SOCArray class.  The Ja

RE: Deserialization(?) Error on String Array

2006-01-06 Thread Shelli D. Orton
----- From: Shelli D. Orton [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 3:57 PM To: axis-user@ws.apache.org Subject: Deserialization(?) Error on String Array Hi, I have to make some modifications to an existing (working) webservice. We needed to add a new parameter to one of the existi

Deserialization(?) Error on String Array

2006-01-06 Thread Shelli D. Orton
Hi, I have to make some modifications to an existing (working) webservice. We needed to add a new parameter to one of the existing methods, an array of strings. I originall created a a new type as follows in the WSDL: http://clearmode.com:80/ws/ConsumerProvision"; xmlns:x

RE: Can't Auto-Generate WSDL

2005-11-22 Thread Shelli D. Orton
pings specified in there. Cheers, Denis -Ursprüngliche Nachricht- Von: Shelli D. Orton [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. November 2005 19:01 An: axis-user@ws.apache.org Betreff: Can't Auto-Generate WSDL Hi, I have two services deployed in Axis 1.2.1 but can only ge

Can't Auto-Generate WSDL

2005-11-22 Thread Shelli D. Orton
Hi, I have two services deployed in Axis 1.2.1 but can only get the auto-generated wsdl for one of them. For both services, if I go to the url http://mydomain.com/myservice/services/ManagerApp or http://mydomain.com/myservice/services/ClientApp I receive the page that says "AppName" Hi there

RE: Custom HTTP Listener

2005-08-05 Thread Shelli D. Orton
Message- From: Shelli D. Orton [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 9:12 AM To: axis-user@ws.apache.org Subject: Custom HTTP Listener Hello, I'm very new to Axis/Tomcat and am working on my first web service and have a couple of questions. I'm developing on a

Custom HTTP Listener

2005-08-05 Thread Shelli D. Orton
Hello, I'm very new to Axis/Tomcat and am working on my first web service and have a couple of questions. I'm developing on a Win2K box running Tomcat 4.1.31 and Axis 1.2.1. In everything that I've read on deployment of services, it gives good insruction on how to deploy using the AdminClient to