RE: namespaces

2004-10-14 Thread Anne Thomas Manes
Each qname maps to only one class, so you must define a different beanMapping for each bean class. Anne -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 3:07 PM To: [EMAIL PROTECTED] Cc: 'Anne Thomas Manes' Subject: RE: namespace

RE: namespaces

2004-10-14 Thread Suzy Fynes
That's great, thanks a million! Just one other question, can I define more than one bean class in the same bean mapping? -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 14:00 To: [EMAIL PROTECTED] Subject: RE: namespaces A qname (qual

RE: namespaces

2004-10-14 Thread Anne Thomas Manes
A qname (qualified name) is a name that consists of a namespace prefix (the characters before the colon) and a local name (the characters after the colon). For example, in the qname "wsdl:portType", "wsdl" is the namespace prefix, and "portType" is the local name. A namespace prefix is an abbreviat

Re: Namespaces & Clients

2004-06-15 Thread NYY96
  -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 4:06 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients I didn't touch the deployment descriptor except to add a handler. Other than that small po

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 4:06 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients I didn't touch the deployment descriptor except to add a handler. Other than that small portion of code the descriptor is the same as was generated by

Re: Namespaces & Clients

2004-06-15 Thread NYY96
-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 3:35 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients Yes I did, but this brings me back to my original question: I have the namespace setup to go to ht

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
.wsdd file.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 3:35 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients Yes I did, but this brings me back to my original question: I have the namespace setup

Re: Namespaces & Clients

2004-06-15 Thread NYY96
.wsdd file?   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 3:13 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients Do you mean something like this:   Service servce = new Service(Report

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
PROTECTED]Sent: Tuesday, June 15, 2004 3:13 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients Do you mean something like this:   Service servce = new Service(ReportHandlerService);   I'm not quite sure what you mean. I have a ReportHandlerService, how exactly sho

Re: Namespaces & Clients

2004-06-15 Thread NYY96
yed the services to AXIS, do you have the autogenerated service file created by Apache Axis WSDL2Java emitter? [Meloro, John]  -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 2:10 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces &

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
]  -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 2:10 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients This produces errors:   ReportHandlerClient.java:26: javax.xml.rpc.Service is abstract; cannot be instanti

Re: Namespaces & Clients

2004-06-15 Thread NYY96
EMAIL PROTECTED]]Sent: Tuesday, June 15, 2004 1:32 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & ClientsI am dealing with the ReportHandlerServicePort for now and only run a very simply example through addReport.And now... Some ServicesAdminService (wsdl)AdminServi

Re: Namespaces & Clients

2004-06-15 Thread NYY96
al Message-From: [EMAIL PROTECTED]  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 15, 2004 1:27 PMTo:  [EMAIL PROTECTED]Subject: Re: Namespaces & ClientsI  was able to figure out why that was happening. It was a fault on my end,nothing  major. Hopefully you can help me with t

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
ce     }  }} -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 15, 2004 1:32 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & ClientsI am dealing with the ReportHandlerServicePort for now and only run a very simply example through addReport.And

Re: Namespaces & Clients

2004-06-15 Thread NYY96
: Tuesday, June 15, 2004 1:27 PM To: [EMAIL PROTECTED] Subject: Re: Namespaces & Clients I was able to figure out why that was happening. It was a fault on my end, nothing major. Hopefully you can help me with the other issue. James In a message dated 6/15/2004 1:23:24 PM Eastern Standard

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
Okay, then please post a copy of the services list.  So, we can see what we are up against...     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 1:27 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients I was abl

Re: Namespaces & Clients

2004-06-15 Thread NYY96
t is running. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 12:57 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients When I go to the address you listed I do not see a page, however if I go through ht

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
installed AXIS correctly and that it is running. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 12:57 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients When I go to the address you listed I do not see a pa

RE: Namespaces & Clients

2004-06-15 Thread Sandeep
] Sent: Tuesday, June 15, 2004 12:57 PM To: [EMAIL PROTECTED] Subject: Re: Namespaces & Clients   When I go to the address you listed I do not see a page, however if I go through http://localhost:8080/axis I can click on Services and see my service deployed (And access it's WSDL).

Re: Namespaces & Clients

2004-06-15 Thread NYY96
PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 12:04 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients I wanted to avoid posting the code because it is lengthy and generally deals with more than one file but here it is. Thanks for your

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 12:04 PMTo: [EMAIL PROTECTED]Subject: Re: Namespaces & Clients I wanted to avoid posting the code because it is lengthy and generally deals with more than one file but here i

Re: Namespaces & Clients

2004-06-15 Thread NYY96
I wanted to avoid posting the code because it is lengthy and generally deals with more than one file but here it is. Thanks for your help. I think when I run the client it's attempting to access the net because of the namespace I chose way back in the WSDL.   If anybody's would be able to t

RE: Namespaces & Clients

2004-06-15 Thread Meloro, John
You are going to have to post the client code.  Without the code it is impossible to tell you where you are going wrong... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 11:44 AMTo: [EMAIL PROTECTED]Subject: Namespaces & Clie

Re: Namespaces and beans

2002-04-10 Thread Tom Bradford
On Wednesday, April 10, 2002, at 10:49 AM, Volkmann, Mark wrote: > I'm not sure, but I doubt there's an option in Axis to do that.  Shame > on .NET for requiring that!  AFAIK those two snippets of XML above > should be considered identical by parsers. Child elements are supposed > to default t

RE: Namespaces and beans

2002-04-10 Thread Volkmann, Mark
Title: RE: Namespaces and beans > -Original Message- > From: Kolodziej, Erik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 5:50 AM > To: '[EMAIL PROTECTED]' > Subject: Namespaces and beans > > > Hi, > > > I´m us