Re: beanMapping tag in wsdd with Axis 1.2

2005-02-09 Thread Bill Keese
= new ComplexType2();            Object[] objects = new Object[]{type1, type2};   return objects; }   The above method returns Obejct[] that has two complex type beans. I added the beanMapping tags for for complex types for the service (RPC style). Generated WSDL doesn't define the com

beanMapping tag in wsdd with Axis 1.2

2005-02-09 Thread Praveen Peddi
();     ComplexType2 type2 = new ComplexType2();            Object[] objects = new Object[]{type1, type2};   return objects; }   The above method returns Obejct[] that has two complex type beans. I added the beanMapping tags for for complex types for the service (RPC style). Generated WSDL doesn&#

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

Pleaase help with beanMapping / typeMapping in wsdd

2004-11-10 Thread John Menke
PLEASE HELP!!! - I'm stuck I have a webservice that uses 2 beanS. One bean contains a reference to the other. When i try to deploy the webservice without bean mappings it works and i get my wsdl defined like below. But when i add beanMapping tags to serialize my beans the deploy fails wi

Bad Types - BeanMapping without wsdd??

2004-11-09 Thread jay dude
Impl.java:963) I'm at a total loss of what to do. Since I don't use a wsdd file, I don't know where to put my BeanMapping, if I even need one? Every help I can get is _highly_ appreciate! See below for information of the setup. (Please reply to [EMAIL PROTECTED] as well as the mail-l

beanMapping for arrays of objects

2004-10-14 Thread Suzy Fynes
    Hey Can anyone tell me if there is a particular way of doing a beanMapping of Arrays if the array is to contain objects of  beans already declared? Ie. I created a bean class and I want the service to return arrays of these objects   Thanks

RE: beanMapping in WSDD

2004-10-14 Thread Arijit Mukherjee
;From: Mark Malinoski [mailto:[EMAIL PROTECTED] >Sent: 14 October 2004 16:41 >To: [EMAIL PROTECTED] >Subject: RE: beanMapping in WSDD > > >FYI - Client side you need to call registerTypeMapping on the >call object for each container class as well. > >Mark A. Malinoski

RE: beanMapping in WSDD

2004-10-14 Thread Mark Malinoski
lt;[EMAIL PROTECTED]> 10/14/04 11:30 AM cc Subject Please respond to R

RE: beanMapping in WSDD

2004-10-14 Thread Suzy Fynes
Thanks for that!   -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 16:31 To: [EMAIL PROTECTED] Subject: RE: beanMapping in WSDD   You can have more than one tag in a WSDD. You cannot specify more than one bean class in the same tag

RE: beanMapping in WSDD

2004-10-14 Thread Anne Thomas Manes
You can have more than one tag in a WSDD. You cannot specify more than one bean class in the same tag.   Anne   From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 10:48 AM To: [EMAIL PROTECTED] Subject: beanMapping in WSDD     Hi,   Can there

beanMapping in WSDD

2004-10-14 Thread Suzy Fynes
  Hi,   Can there be more than one <beanMapping> tag in an WSDD doc? Or can you specify more than one bean class in the same tag?   Thanks, Suzy

Problems with typeMapping and beanMapping in Axis 1.2b3

2004-09-03 Thread WAJSBERG Julien RD-BIZZ
Hi, and now, the second problem ! It's more like a problem with arrays. We're still trying to expose, in RPC/Literal style, the following java class : public class BusinessStructImpl { public String[] echoStringArray(String[] param) { return param; } public ArrayBean echoArrayBean(

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-31 Thread Gerlach, Daryl CTR (NAVSISA Code 942)
Sagar, Thanks for the help, but I still have the problem after adding the beanmapping to my server-config.wsdd and restarting the server. I added it on the next line after When I attempt to execute the "View this list of deployed Web Services" I get the error on the console: -

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Sagar Pidaparthi
n this case, we'd be mapping the "my.java.thingy" class to the XML QName [someNamespace]:[local]. -Original Message- From: Gerlach, Daryl CTR (NAVSISA Code 942) [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:37 PM To: [EMAIL PROTECTED] Subject: Java2WSDL Error - Please

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Christophe Roudet
Please register a typemapping/beanmapping for > > I have an existing application that I am attempting to turn into a web > service. I am using Axis 1.2 beta Java2WSDL using Document/Literal > settings to generate the WSDL from Java source. The methods return custom > exceptions. When I

Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Gerlach, Daryl CTR (NAVSISA Code 942)
register a typemapping/beanmapping for 'my.package.MyException' Where and how I a register this custom exception type? MyException extends java.lang.Exception Daryl E. Gerlach

Re: Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread Nathan Sowatskey
aseoperations.wsdl > >-l"http://localhost:8080/axis/services/netconf/basoperations > >deploy.wsdd" -n "urn:netconf" -p"com.cisco.netconf"="urn:netconf" > >-p"com.cisco.netconf.rpc"="urn:netconf.rpc" -y DOCUMENT -u LITERAL

Re: Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread karim
Fault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Please register a typemapping/beanmapping for 'com.cisco.netconf.rpc.RPCReply' faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:AxisFau

Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread Nathan Sowatskey
e: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Please register a typemapping/beanmapping for 'com.cisco.netconf.rpc.RPCReply' faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:AxisFault faultCode: {h

Please register a typemapping/beanmapping for

2004-07-17 Thread David Thielen
When I run Java2Wsdl I get this in the log file:   WARN (Emitter.java:1881) - "Please register a typemapping/beanmapping for 'net.windward.xmlreport.WebService.server.ReportProperties'"  WARN (Emitter.java:1881) - "Please register a ty

beanMapping question

2004-07-11 Thread Besite - Bart
(B (B (B (B (B (B (B (BHello people, (B (B  (B (BI$B!G(Jm having problems with beanMapping. My problem is (Bthe following : (B (B  (B (B$B!|(J I have a JavaBean-class Response.java residing in (Bpackage com.mydomain.mybeans (B (B$B!|(J The beanmapping in my .wsdd file

RE: beanMapping?

2004-02-10 Thread Fontanel, Laurent
alizerFactory"    deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  /> LF. -Original Message-From: Peter Wåhlander [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 10, 2004 2:28 PMTo: [EMAIL PROTECTED]Su

beanMapping?

2004-02-10 Thread Peter Wåhlander
/providers/java">         http://www.soapinterop.org/dealService                         <beanMapping />       The webservice is deployed fine. I can use the hello meth

Make beanMapping default?

2003-12-23 Thread Gary
Is there any way to make beanMapping the default deserialization method used, if no custom one is registered? It's a pain to list each class used. If this isn't possible, are there any plans to allow this? Thanks for a great product, Gary __ Do you Y

AW: Using beanMapping in WSDD

2003-08-27 Thread Thomas Bayer
ilto:[EMAIL PROTECTED] > Gesendet: Dienstag, 26. August 2003 18:17 > An: [EMAIL PROTECTED] > Betreff: Using beanMapping in WSDD > > > I am getting to grips with using Axis (+JBoss) to expose a Stateless > Session Bean as a webservice. I started off with just one method - this >

Using beanMapping in WSDD

2003-08-27 Thread Chris Rimmer
I am getting to grips with using Axis (+JBoss) to expose a Stateless Session Bean as a webservice. I started off with just one method - this was fine while it was returning a String, but as soon as I changed it to a JavaBean, it stopped working. The service shows up at http://localhost:8080/axis/

Re: Composite Data Objects - beanMapping reg.

2003-08-04 Thread Samir Shaikh
Each internal object's type should be mapped in the same way using the standard bean mapping tag. - Original Message - From: "Balaji Thirugnanam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 2:24 PM Subject: Composite Data Object

Composite Data Objects - beanMapping reg.

2003-08-04 Thread Balaji Thirugnanam
Hi, I am trying to serialize composite data objects. And, I am using the standard bean mapping tag. But, the serializer/de-serializer tag does not recognize the internal-objects. The internal objects are not serialized into XML values, Any ideas, -Balaji .T -Original Message- From: [EM

Re: writing a beanMapping

2003-03-12 Thread Sonja Pieper
, but actually the most important is: it works. So I think the beanMapping and the whole namespace thing was not it, it is only the WSDL2Java which - called from ant at least - did not work as supposed. Oh well I hope anyone who has this problem in the future (if at all) will find this thread i

Re: writing a beanMapping

2003-03-12 Thread Sonja Pieper
Sonja Pieper wrote: Virga wrote: if you use WSDL2Java you don't need to do registerTypeMapping, it will do it for you:-) no actually it really does not and I have asked around some more where I work, the people told me: oh geez no we write the clients ourselves. and yes it seems to be the re

Re: writing a beanMapping

2003-03-11 Thread Sonja Pieper
Virga wrote: if you use WSDL2Java you don't need to do registerTypeMapping, it will do it for you:-) well at least I cannot find the part where the de/serializers are registered. The generated class implements Serializable though ? The interesting thing is: if I kick the completely I get a java

Re: writing a beanMapping

2003-03-11 Thread Virga
if you use WSDL2Java you don't need to do registerTypeMapping, it will do it for you:-) you should set your inside the if you want to use this bean mapping only for a specified service, but if you have other services that use the same bean mapping then you should set it globally, put it outside a

Re: writing a beanMapping

2003-03-11 Thread Sonja Pieper
quot;; then you should do : I think that I have done this now (I am working on it :-) ... - the file is posted below. thus in your client class you should do: I am generating my client via the WSDL2Java tool ..? Do I have to do this as well? Where do I put the beanMapping? Within the service tag or

Re: writing a beanMapping

2003-03-11 Thread Virga
maybe you could post your complete .wsdd file because i don't see any "urn:Addresschecker" in your file. for example if you decide to use xmlns:ns1="urn:Addresschecker" as namespace instead of doing something like xmlns:ns1="http://mypackage.something"; then you should do : thus in your client cl

Re: writing a beanMapping

2003-03-11 Thread Sonja Pieper
thx for the hint but I am still getting the following exception: org.xml.sax.SAXException: No deserializer for {urn:Addresschecker}ReturnValue I have no idea what the {...} part really means ... -- [EMAIL PROTECTED], Tel: 91374-370 Always do sober what you said you'd do drunk. That will teach yo

Re: writing a beanMapping

2003-03-11 Thread Virga
maybe the namespace you specified is already reserved for "http://xml.apache.org/axis/wsdd/"; try to change : http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> to this : http://xml.apache.org/axis/wsdd/";

writing a beanMapping

2003-03-11 Thread Sonja Pieper
Hi, I finally got to a point where I am hoping to get responses from my service soon. All I seem to be missing is a de/serializer for my "ReturnValue" class. Seems like I need to add this to my deploy.wsdd. But it also seems I am doing it wrong. I just don't get this whole namespace thing. Can

beanMapping

2003-02-19 Thread Jue \(Jacky\) Shu
hi all,   i followed the examples to deploy ws. here is an example of wsdd. but i don't know where the "SalaryService" (in red) comes from? i read the reference guide, but no detailed info provided. thx a lot.                languageSpecificType="java:SalaryBean"/> 

Re: Make beanMapping default

2003-02-03 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 07:30 Subject: RE: Make beanMapping default > > Hi Joel! > > There is some unfinished support in Axis for "autoTyping",

RE: Make beanMapping default

2003-02-03 Thread Glen Daniels
PROTECTED]' > Subject: RE: Make beanMapping default > > > > Cool... Any chance that could/would be configurable (both > config files > and/or via API) such that a different default serializer > could be explicitly > set (eg, if someone with a particular ne

RE: Make beanMapping default

2003-02-03 Thread Mark Rowell
: '[EMAIL PROTECTED]' Subject: RE: Make beanMapping default Hi Mark: It would work for auto-generated WSDL (?wsdl) from a running Axis engine, but we'd have to put in an option to do it when using Java2WSDL from the command line. --Glen > -Original Message- > From: Mark

RE: Make beanMapping default

2003-02-03 Thread Mike Burati
ether something was a Bean or another well-known (to the platform) type)? -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 10:30 AM To: '[EMAIL PROTECTED]' Subject: RE: Make beanMapping default Hi Joel! There is some unfinished supp

RE: Make beanMapping default

2003-02-03 Thread Glen Daniels
03, 2003 11:13 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Make beanMapping default > > > Hi > > Would this work with Java2WSDL as well? > > Thanks > > Mark > > -Original Message- > From: Glen Daniels [mailto:[EMAIL PROTECTED]]

RE: Make beanMapping default

2003-02-03 Thread Mark Rowell
Hi Would this work with Java2WSDL as well? Thanks Mark -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 3:30 PM To: '[EMAIL PROTECTED]' Subject: RE: Make beanMapping default Hi Joel! There is some unfinished support i

RE: Make beanMapping default

2003-02-03 Thread Shellman, Joel
> -Original Message- > From: Glen Daniels > Sent: Monday, February 03, 2003 7:32 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Make beanMapping default > > > > Hi Joel! > > There is some unfinished support in Axis for "autoTyping", > whi

RE: Make beanMapping default

2003-02-03 Thread Glen Daniels
ebruary 03, 2003 10:15 AM > To: '[EMAIL PROTECTED]' > Subject: Make beanMapping default > > > We have a bunch of classes that are going to be sent across > the wire and > would really rather not have to specify beanMapping (they > should all work > with the beanM

Make beanMapping default

2003-02-03 Thread Shellman, Joel
We have a bunch of classes that are going to be sent across the wire and would really rather not have to specify beanMapping (they should all work with the beanMapper) for each and every one of them for each and every service. Is there a way to set it up such that if it doesn't have a spe

RE: [axis] beanMapping and deploy.wsdd help - fixed

2003-01-21 Thread Slaybaugh Laura J IHMD
ECTED] > Subject: AW: [axis] beanMapping and deploy.wsdd help > > > Hi Laura, > > maybe it would help if you can pass the exception thrown by > the AdminClient. > Id using Tomcat you should see this in the tomcat-console. > > But are you sure your languageSpecificType pa

AW: [axis] beanMapping and deploy.wsdd help

2003-01-19 Thread Sebastian . Beyer
deplyment-tag. And remember to specify the package!! Hope that helps Greetings from Hamburg/Germany Seppo -Ursprüngliche Nachricht- Von: Slaybaugh Laura J IHMD [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 17. Januar 2003 18:21 An: '[EMAIL PROTECTED]' Betreff: [axis] beanMap

[axis] beanMapping and deploy.wsdd help

2003-01-17 Thread Slaybaugh Laura J IHMD
Hello, I'm using the following wsdd to deploy a service that uses a custom class. Or rather, that's what I'm trying to do. When I actually deploy with AdminClient, it seems to process the file, but never actually makes the service available. I know the problem lies somewhere in

Re: AW: Problem with beanMapping

2003-01-07 Thread Th Templ
to deploy the beanmapping in your client-config.wsdd? This should not make the difference, but who knows... hope that could help greetings from Hamburg/Germany Seppo -Ursprüngliche Nachricht- Von: Th Templ [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 7. Januar 2003 10:26 An: [EMAIL

AW: Problem with beanMapping

2003-01-07 Thread Sebastian . Beyer
Hi, I think that looks like your bean can not be deserialized correctly. I see no difference to way I did it and it worked. Are you sure your bean does match the guidelines of JavaBeans? If yes: did you try to deploy the beanmapping in your client-config.wsdd? This should not make the difference

Problem with beanMapping

2003-01-07 Thread Th Templ
Hello, I have problem with beanMapping. I can invoke the method of the service correctly with a Java Axis client but all the field of my object are 0 or null. However when I try the url in a navigator to try the call of the method ( http://localhost/jgeneaws/services/JGeneaService?method

RE: beanMapping or typeMapping?

2002-12-02 Thread Tom Jordahl
There is no difference between the two. beanMapping is just a convenience. -- Tom Jordahl Macromedia Server Development -Original Message- From: Mitch Gitman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 6:58 PM To: [EMAIL PROTECTED] Subject: beanMapping or typeMapping

beanMapping or typeMapping?

2002-11-26 Thread Mitch Gitman
classes on the server, I wonder if I'm better off just using beanMapping elements sans (de)serializer attributes. Under what circumstances is beanMapping preferable to typeMapping? = Here's the relevant passage from docs/reference.html: Eac

RE: (Chained) Exceptions and beanMapping

2002-11-13 Thread Tom Jordahl
Make sure to use a recent build for any and all Fault testing. --- Tom Jordahl -Original Message- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Wednesday, November 13, 2002 12:49 PM To: [EMAIL PROTECTED] Subject: Re: (Chained) Exceptions and beanMapping - Original

Re: (Chained) Exceptions and beanMapping

2002-11-13 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 7:41 AM Subject: RE: (Chained) Exceptions and beanMapping Steve, >Sorry if my message sounded negative to you in any way. >I did not mean to do it. That

RE: (Chained) Exceptions and beanMapping

2002-11-13 Thread Ruslan . Zenin
ntion this (in more detail) in my previous message in this thread. Thanks anyway for the suggestion, regards, Ruslan Zenin http://www.geocities.com/russ_zenin -Original Message- From: sgollery Sent: November 12, 2002 8:27 PM To: sgollery; axis-user Subject: Re: (Chained) Exceptions and b

RE: (Chained) Exceptions and beanMapping

2002-11-13 Thread Tom Jordahl
, 2002 10:41 AM To: [EMAIL PROTECTED] Subject: RE: (Chained) Exceptions and beanMapping Steve, Sorry if my message sounded negative to you in any way. I did not mean to do it. I'm fully aware that Web Services are designed for interoperation among different platforms and languages. However, JA

RE: (Chained) Exceptions and beanMapping

2002-11-13 Thread Ruslan . Zenin
/www.geocities.com/russ_zenin -Original Message- From: steve.l Sent: November 12, 2002 7:11 PM To: steve.l; axis-user Subject: Re: (Chained) Exceptions and beanMapping - Original Message - From: Ruslan Zenin To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 1:42 PM Subj

Re: (Chained) Exceptions and beanMapping

2002-11-12 Thread Steven Gollery
xis-user Subject: Re: (Chained) Exceptions and beanMapping Exceptions are special, as they go back over the wire as soapfaults, the intent being better interop. 1. look at what the JAX-RPC spec has to say 2. look at AxisFault and how exceptions are handled. You will probably have to s

Re: (Chained) Exceptions and beanMapping

2002-11-12 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 1:42 PM Subject: RE: (Chained) Exceptions and beanMapping >Can anyone explain clearly WHY developers are forced >to inherit from AxisFault class? >It is a huge

RE: (Chained) Exceptions and beanMapping

2002-11-12 Thread Ruslan . Zenin
.com/russ_zenin -Original Message- From: steve.l Sent: November 12, 2002 4:09 PM To: steve.l; axis-user Subject: Re: (Chained) Exceptions and beanMapping Exceptions are special, as they go back over the wire as soapfaults, the intent being better interop. 1. look at what the JAX-RPC sp

Re: (Chained) Exceptions and beanMapping

2002-11-12 Thread Steve Loughran
- Original Message - From: "Hicks, SJC (Steve) " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 9:35 AM Subject: (Chained) Exceptions and beanMapping > > I've created a custom exception in WSDL with some extra fields in it, >

(Chained) Exceptions and beanMapping

2002-11-12 Thread Hicks, SJC (Steve)
I've created a custom exception in WSDL with some extra fields in it, generated the Java and deployed it all successfully (including setting up a beanMapping), but the extra fields don't seem to be serialized and deserialized to XML. The generated exception class has all the right co

beanmapping - typemapping

2002-09-18 Thread Sorin Pop
Monday, September 16, 2002 7:32 PM Subject: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes > Hi, > > allegedly AXIS 1.0rc can handle the (de)serialization of custom objects with > the builtin bean (de)serializer class

beanMapping problem

2002-04-02 Thread tjcafe
I am new to Axis and can't seem to resolve the error below when running the purchase order example in the users guide. I am using Catalina as my server. Thanks for your help. NamespaceURI: urn:BeanService Error : org.xml.sax.SAXException: Deserializing parameter 'arg1': could not find deseria

beanMapping and typeMapping placement in WSDD

2002-03-30 Thread Mark Volkmann
Simple yes and no answers will do. I'm guessing the answer to both these questions is yes, but I want to make sure.   Are beanMapping and typeMapping elements allowed both inside and outside service elements?   When inside a service element, does that imply that they are only used fo