Re: Using complex types Axis and .Net

2005-01-28 Thread TMG
d/literal mode is (B> tricky. There are still lots of bugs. However, at least for the (B> purposes of testing you can change your WSDL file to be (B> document/literal mode, and then see if .NET can "Add Web Reference". (B> (B> Change your use="encoded&quo

RE: Using complex types Axis and .Net

2005-01-27 Thread Dhananjayan_K
mplementation (Bclasses (Bwhen i use (Bdocument/literal...previously I was using rpc.. (B  (Bregards.. (B  (B  (B (B -Original Message-From: Bill Keese (B [mailto:[EMAIL PROTECTED]Sent: Thursday, January 27, 2005 (B 11:45 AMTo: [EMAIL PROTECTED]Subject: Re: Using (B

Re: Using complex types Axis and .Net

2005-01-27 Thread James Black
-BEGIN PGP SIGNED MESSAGE- (BHash: SHA1 (B (BBill Keese wrote: (B| Hmm, not sure. I'm using http://www.w3.org/2001/XMLSchema but I am (B| running in wrapper/literal mode, not rpc/encoded mode. Hopefully someone (B| else can answer. (B (B~ Rather than writing the wsdl by hand, you c

Re: Using complex types Axis and .Net

2005-01-26 Thread Bill Keese
(B> (B> thanks.. (B> (B> -Original Message- (B> *From:* Dhananjayan_K [mailto:[EMAIL PROTECTED] (B> *Sent:* Thursday, January 27, 2005 11:28 AM (B> *To:* '[EMAIL PROTECTED]' (B> *Subject:* RE: Using complex types Axis and .Net

RE: Using complex types Axis and .Net

2005-01-26 Thread Dhananjayan_K
  (B    (B  (B  (B  (Bthanks.. (B (B -Original Message-From: Dhananjayan_K (B [mailto:[EMAIL PROTECTED]Sent: Thursday, January 27, 2005 (B 11:28 AMTo: '[EMAIL PROTECTED]'Subject: RE: Using (B complex types Axis and .Net (B Hi (B Bill, (B I t

Re: Using complex types Axis and .Net

2005-01-26 Thread Bill Keese
er way I can go instead of using (BRPC/encoded... (B (B-Original Message- (BFrom: Bill Keese [mailto:[EMAIL PROTECTED]] (BSent: Thursday, January 27, 2005 11:17 AM (BTo: [EMAIL PROTECTED] (BSubject: Re: Using complex types Axis and .Net (B (B (BUsing RPC/e

RE: Using complex types Axis and .Net

2005-01-26 Thread Dhananjayan_K
AMTo: [EMAIL PROTECTED]Subject: Re: Using (B complex types Axis and .NetUsing RPC/encoded with .NET is (B risky.  (Some people say it works; other people say it doesn't.)  (B Also, have you tried using xsd:sequence instead of (B xsd:all?BillDhananjayan_K wrote: (B (BHi, (B 

Re: Using complex types Axis and .Net

2005-01-26 Thread Bill Keese
(B (B (B (BUsing RPC/encoded with .NET is risky.  (Some people say it works; other (Bpeople say it doesn't.)  Also, have you tried using xsd:sequence (Binstead of xsd:all? (B (BBill (B (BDhananjayan_K wrote: (B (B (BHi, (B (BI have a problem related to complex types in

Using complex types Axis and .Net

2005-01-26 Thread Dhananjayan_K
(B> Hi, (B> (B> I have a problem related to complex types in axis. (B> (B> I have a webservice running on Axis, the webserice returns a complex type (B> "purchaseorder", (B> i am able to succesfully connect to the webservice from java client, (B>

Re: returning complex types

2005-01-26 Thread Yves Erb
Hi Ed, Here is the code I'm currently using. Regards   Yves - Original Message - From: Edward Overly To: [EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 7:16 PM Subject: returning complex types Does anyone have an example of returning an instance

returning complex types

2005-01-26 Thread Edward Overly
Does anyone have an example of returning an instance of a class from a web service and using a schema for serialization/deserialization.  I'm having trouble with my client code and can't seem to find examples.  Thanks.   Ed

return complex types

2004-12-24 Thread Daniel Sánchez Gómez
Hi axis-user, When I use "java org.apache.axis.wsdl.Java2WSDL...", to obtain the the wsdl of my web service. I obtain this message: - The class java.security.PublicKey is defined in a java or javax package and cannot be converted in to an xml schema type. An xml schema anyType will be used to

document literal and complex types

2004-11-17 Thread Neil P. Tomlinson
Hi am new'ish to axis, I have been using it without much configuring up until now. I have a nice class which i want to use as a front to a webservice. I also have some classes which I like to pass to and from this service We have been using straight RPC style service which needs very little

SOAP Header - using complex types - looking for a Guru

2004-11-08 Thread Francisco Mancardi
Hi!: I apologize in advance for this question. I've no time to experiment, then I looking for the Guru. I need to create this kind of SOAP HEADER http://www.oasis-open.org/asap/0.9/asap.xsd";> http://asap/ASAPServer/InstanceService.asmx?id=632354970841017568.000 http://venus/ASAPClien

Re: Complex types in Axis

2004-10-08 Thread Davanum Srinivas
gt; > > Can anyone tell me if a wsdd or jws web service can return complex > > types i.e. an arraylist for web services not using java as a clinet? > > > > > > > > Thanks > > > I think that it's not possible for an arraylist > look at this : http://nagoya.apache.org/jira/browse/AXIS-1362 > > Karim > -- Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Complex types in Axis

2004-10-08 Thread karim
Suzy Fynes wrote: Hey Can anyone tell me if a wsdd or jws web service can return complex types i.e. an arraylist for web services not using java as a clinet? Thanks I think that it's not possible for an arraylist look at this : http://nagoya.apache.org/jira/browse/AXIS-1362 Karim

Complex types in Axis

2004-10-08 Thread Suzy Fynes
    Hey   Can anyone tell me if a wsdd or jws web service can return complex types i.e. an arraylist for web services not using java as a clinet?   Thanks

Re: Returning array of complex types

2004-09-22 Thread Fabio Cristiano dos Anjos
o dos Anjos wrote: > > Hi, > > > > I'm using Axis 1.2 Beta as server, and .Net WebService Studio as > > client for my tests. > > Almost everything is working fine, except for a strange behavior that > > happens depending of the result (response) of the web se

Re: Returning array of complex types

2004-09-21 Thread Eric Rajkovic
c-prolog-dtd hope this helps, eric Fabio Cristiano dos Anjos wrote: Hi, I'm using Axis 1.2 Beta as server, and .Net WebService Studio as client for my tests. Almost everything is working fine, except for a strange behavior that happens depending of the result (response) of the web service, in metho

Returning array of complex types

2004-09-20 Thread Fabio Cristiano dos Anjos
Hi, I'm using Axis 1.2 Beta as server, and .Net WebService Studio as client for my tests. Almost everything is working fine, except for a strange behavior that happens depending of the result (response) of the web service, in methods that return arrays of complex types. Below, it's

RE: Deserializing array of complex types

2004-09-10 Thread Peter White
39 PM To: [EMAIL PROTECTED] Subject: Deserializing array of complex types When an axis server is configured to use document/literal (wrapped), what is the shema of arrays of complex types that it deserializes with the default ArrayDeserializer? Specifically, are the array elements wrappered by an 'ar

Deserializing array of complex types

2004-09-09 Thread Eric Chijioke
When an axis server is configured to use document/literal (wrapped), what is the shema of arrays of complex types that it deserializes with the default ArrayDeserializer? Specifically, are the array elements wrappered by an 'arrayContainer' element within the "" root elem

RE: Problems with complex types

2004-08-06 Thread egemen kalyoncu
 Message --- Hey,   Can anyone tell me (or point to a resource) how to tell Java2WSDL that methods in a web service interface return complex types such as Documents, People etc. I've looked at bean and type mappings but are these only made when you're deploying the actually service and no

Problems with complex types

2004-08-06 Thread rory galvin
Hey,   Can anyone tell me (or point to a resource) how to tell Java2WSDL that methods in a web service interface return complex types such as Documents, People etc. I've looked at bean and type mappings but are these only made when you're deploying the actually service and not creatin

java2wsdl, complex types and document/literal - Is it supposed to work?

2004-08-02 Thread Nathan Sowatskey
Hi I have been trying to use java2wsdl to get the WSDL for an interface that uses a complex class that requires a typemapping to a BeanSerializer. java2wsdl works fine if I leave the encoding to be the default. If I define document/literal, like this: [EMAIL PROTECTED]:~/myprojects/...> java o

Help please - Complex Types

2004-07-21 Thread Dorner Thomas
Hello, this is my second post for this problem - unfortunately no one can help me!? My Problem is: I send a HashMap from a WebService-Client to my WebService - no Problem so far. The WSDL for the HashMap looks like this: http://xml.apache.org/xml-soap"; xmlns="http://www.w3.org/2001/XMLSchema";>

Newbie question (returning complex types from the service)

2004-07-12 Thread Ilya Figotin
Hello, I'm using Axis 1.1 within WSAD 5.1, as a part of another web application. I've deployed a web service with a simple wsdd file that I made up from the examples in the documentation. My small example service returned a string based on the parameter passed in. My question is how do I retu

Re: Complex Types and Interoperability

2004-06-16 Thread James Black
Zedler, Michel wrote: Hi all, Axis comes with a build-in BeanSerializer but the Axis User Guide says that there is nothing in the SOAP specification which covers complex objects. So do I leave the promised path of interoperability and force my clients to use JAVA when I use Bean(De)Serialization or

Complex Types and Interoperability

2004-06-16 Thread Zedler, Michel
Hi all, Axis comes with a build-in BeanSerializer but the Axis User Guide says that there is nothing in the SOAP specification which covers complex objects. So do I leave the promised path of interoperability and force my clients to use JAVA when I use Bean(De)Serialization or not? Same question

Deserialization of Complex Types

2004-05-26 Thread lists
Hi, I have a little problem with using axis - The server has one method that in the WSDL returns an unknown type. At runtime this will return a dictionary giving an integer value to define what sort of return it is, and the main object. This should then be accessed. What I would like to do is ta

Super Dynamic Invocations [Re: Dynamic invocation of web services with complex types

2004-05-12 Thread Aleksander Slominski
bject: Dynamic invocation of web services with complex types Hi people, I was looking into dynamic invocation of web services for some time. Dynamic invocation would have the advantage of using the wsdl to construct the soap message dynamically, meaning that changes in wsdl could be automatically pi

about serialization/deserialization of complex types using the WSDL2Java

2004-04-26 Thread jiadao
  hello:     I have one problem when I want to do the  the serialization/deserialization  using the xml<->Java datatypes mapping, when I try to extension the types which are defines by myself For examples    Targetnamespace=”foo”    

Re: Axis :: WSDL :: Complex Types :: Java Beans !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-13 Thread Stuart Barlow
Java, I can see that the Complex types are created as a Java Beans, which is correct. But I also see that some Meta Data (Static block) is also created in that Java Beans. I referred the documents, it says that it is used for type mapping xml to java type. Which is true. But my questions are:

Axis :: WSDL :: Complex Types :: Java Beans !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-13 Thread KKanagaraj
java beans and other service objects. I tired converting WSDL to Java, I can see that the Complex types are created as a Java Beans, which is correct. But I also see that some Meta Data (Static block) is also created in that Java Beans. I referred the documents, it says that it is used for type ma

Axis :: WSDL :: Complex Types :: Java Beans !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-08 Thread KKanagaraj
Hi Friends, Iam at the design stage of my webservice components. I have decided to start with WSDL design and use WSDL2Java for further developments like Creation of java beans and other service objects. I tired converting WSDL to Java, I can see that the Complex types are created as a Java

Serialization problems with complex types using JMS transport

2004-03-06 Thread Manuel Catarino
Hello   I´m having problems with the serialization on the server side of my web service. When I use my Program with JMS transport I get the following error:   java.io.IOException: No serializer found for class samples.analises_resul.tipos_ analises in registry [EMAIL PROTECTED]     at org.apa

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread Joseph Dane
[EMAIL PROTECTED] writes: > However, there is one caveat for both DynamicInvoker and WSIF: > they work, as they are, only with simple java types. If you want to > use complex types, you have to have a corresponding Java class created > on the client side - which makes dynami

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread Jeff Greif
You can have one java class for all complex types -- use org.w3c.dom.Element or some simple wrapper class that might also include the xml type. You need to set up serializer/deserializer pairs for all such combinations. The WSDL would be read to determine these type mappings. Jeff

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread Anne Thomas Manes
We might want to borrow an idea from Systinet -- WASP has a SOAP interface to its WSDL compiler. An application can invoke the compiler, pass it the URL of the WSDL file, and receive JavaBeans for the complex types in return. Anne At 12:43 AM 2/13/2004, you wrote: Hi people, I

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread rosely kumoi
y 13, 2004 8:59 AM Subject: Dynamic invocation of web services with complex types Hi people, I was looking into dynamic invocation of web services for some time. Dynamic invocation would have the advantage of using the wsdl to construct the soap message dynamically, meaning that changes in w

Dynamic invocation of web services with complex types

2004-02-13 Thread Ext-Zoltan.Schreter
caveat for both DynamicInvoker and WSIF: they work, as they are, only with simple java types. If you want to use complex types, you have to have a corresponding Java class created on the client side - which makes dynamic invocation much less 'dynamic' : if the complex types in the w

RE: Simple arrays in complex types

2004-02-11 Thread Heitzeg, Bill
Using arrays in complex types turns out to be fairly simple.  You simple need to add an additional setter and an additional getter, so that Axis can set and get individual elements in the array.   The two should look like:   public PhoneInfo getPhoneItem(int i) { return phoneItem[i

RE: Simple arrays in complex types

2004-02-10 Thread Heitzeg, Bill
Thanks so much! -Original Message-From: Tony Blair [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 10, 2004 12:40 PMTo: [EMAIL PROTECTED]Subject: RE: Simple arrays in complex types Hi Bill,   I use ArrayList. I wrapp the ArrayList inside a Complex type called

RE: Simple arrays in complex types

2004-02-10 Thread Tony Blair
ary 10, 2004 12:01 PMTo: [EMAIL PROTECTED]Subject: Re: Simple arrays in complex types Bill,   I have a similar code where I pass in a Collection (as oppose to an array) of beans inside a complex type as a method parameter to an operation. It works fine but I had to provide a QName and register the ty

RE: Simple arrays in complex types

2004-02-10 Thread Heitzeg, Bill
Simple arrays in complex types Bill,   I have a similar code where I pass in a Collection (as oppose to an array) of beans inside a complex type as a method parameter to an operation. It works fine but I had to provide a QName and register the type mapping with the Call object i

Re: Simple arrays in complex types

2004-02-10 Thread Tony Blair
Bill,   I have a similar code where I pass in a Collection (as oppose to an array) of beans inside a complex type as a method parameter to an operation. It works fine but I had to provide a QName and register the type mapping with the Call object inside my Client code.   Hope this helps, Tony."Heit

Simple arrays in complex types

2004-02-10 Thread Heitzeg, Bill
Hello everyone, well at least Monday is over, I'm having a problem when I place a String array inside of a complex type. If I just want to send a String Array as a method parameter, it works fine. As soon as I place the array inside of complex type I get a NullPointerException. This is happen

RE: How to make complex Types String objects appear as non nillable

2004-01-01 Thread Massimo Barabino
Hi, in my previous message I' ve been too specific, but I' m facing a more general problem. Is there a way to control max/minOuccurs and nillable attributes within complex Types using bean serialization? Or, if that is not possible, is there a way to specify restrictions based on a co

How to make complex Types String objects appear as non nillable

2003-12-30 Thread Massimo Barabino
Hi, is it possible to make Strings in complexTypes appear as non nillable? I' m using bean serialization and every String field of my bean class is mapped into a nillable object. How can I avoid this? Thank you Massimo Barabino

WSDL2Java error with Anonymous Complex Types

2003-12-18 Thread Shantanu Sen
I had the following in my WSDL (the complete WSDL is at the end of the mail) :                     When I ran WSDL2Java I got a NPE: java.lang.NullPointerException    at org.apache.axis.wsdl.symbolTable.Utils.getNodeNameQName(Utils.java:259)    at or

RE: Anonymous Complex Types

2003-12-15 Thread chrapchp
d the socketwrite error on the server. If I sniff the network, I don't see the post for the method call...just the request for WSDL doc and the reply. All that is certain now is that anon complex types are problamatic for me at the momment. pjc -Original Message- From: Dan Christopherson [mai

Re: Anonymous Complex Types

2003-12-15 Thread Dan Christopherson
chrapchp wrote: If I include the wsdlFile tag I get this error when I invoke the method that has anon complex type based arg from a non-java client. BTW, it should generate the WSDL without fuss even if I don't have to create the WSDL. The WSDL tools should be bi-directional. How? Things can be exp

RE: Anonymous Complex Types

2003-12-15 Thread chrapchp
readP ool.java:619) at java.lang.Thread.run(Thread.java:536) -Original Message- From: Dan Christopherson [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 9:44 AM To: [EMAIL PROTECTED] Subject: Re: Anonymous Complex Types But why are you using URL?wsdl (which just runs the

Re: Anonymous Complex Types

2003-12-15 Thread Dan Christopherson
with a huge WSDL doc, I went back to basics and trying to resolve the problem. I suspect they all have the same root cause. pjc -Original Message- From: Dan Christopherson [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: Re: Anonymous Complex

RE: Anonymous Complex Types

2003-12-15 Thread chrapchp
:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: Re: Anonymous Complex Types If you're implementing a third party WSDL why are you generating WSDL? chrapchp wrote: > Hello, > I cannot get a successful WSDL doc generation from ?WSDL or Java2

Re: Anonymous Complex Types

2003-12-15 Thread Dan Christopherson
If you're implementing a third party WSDL why are you generating WSDL? chrapchp wrote: Hello, I cannot get a successful WSDL doc generation from ?WSDL or Java2WSDL when I include complex anonymous types. I cannot modify the WSDL doc since it is driven by a third party spec. What I did was create

Anonymous Complex Types

2003-12-15 Thread chrapchp
Hello, I cannot get a successful WSDL doc generation from ?WSDL or Java2WSDL when I include complex anonymous types. I cannot modify the WSDL doc since it is driven by a third party spec. What I did was create a simple WSDL doc to try an isolate the problem from which I just perform a WSDL2Java an

issue with deserializing arrays in complex types

2003-11-24 Thread Rob Dippel
I seem to have uncovered an issue when trying to deserialize a string array in a complex type. I'm using axis 1.1, and it receives a request from a wasp client. The string array in the complex type is interpreted by axis as a string, rather than an array, because the xsi:type="SE:Array"

Re: referencing my complex types in my client code

2003-10-17 Thread Christopher Blunck
gt; I've been looking high and low for documentation on how to instruct a JAXRPC > client (backed by Axis) where to look for your complex types. So here's a > challenge - prove me an idiot by calling out where these docs exist, or > similarly mock my intelligence by provided a

referencing my complex types in my client code

2003-10-17 Thread Christopher Blunck
I've been looking high and low for documentation on how to instruct a JAXRPC client (backed by Axis) where to look for your complex types. So here's a challenge - prove me an idiot by calling out where these docs exist, or similarly mock my intelligence by provided a code snippet to e

Re: about complex types (newbie)

2003-10-05 Thread Jeyakumaran.C
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 4:47 AM Subject: RE: about complex types (newbie) Hi, If you want to pass the XML document or valid XML element as the argument to the web services then the part type for the message can be of xsd:any or x

RE: about complex types (newbie)

2003-10-01 Thread [EMAIL PROTECTED]
viceTester product visit www.optimyz.com. Original Message: - From: Cory Cobler [EMAIL PROTECTED] Date: Wed, 1 Oct 2003 14:18:33 -0500 To: [EMAIL PROTECTED] Subject: RE: about complex types (newbie) You should just be able to pass the XML and DTD in as Files through the arg and hav

RE: about complex types (newbie)

2003-10-01 Thread Cory Cobler
buffer it out to a string. I may be way off but just my thoughts :-) -Original Message- From: Wermus Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 9:27 AM To: [EMAIL PROTECTED] Subject: RE: about complex types (newbie) I mean I have an xml as argument and I have a

RE: about complex types (newbie)

2003-10-01 Thread Wermus Fernando
: about complex types (newbie) Wermus, It sounds like you need to turn this xml file into a java class, and make this class the argument. If this class is a bean, then you can serialize the class and pass it back and forth. Adhamh On 9/30/03 1:30 PM, "Wermus Fernando" <[EMAIL PROTECTED]

Re: about complex types (newbie)

2003-10-01 Thread Adhamh Findlay
Wermus, It sounds like you need to turn this xml file into a java class, and make this class the argument. If this class is a bean, then you can serialize the class and pass it back and forth. Adhamh On 9/30/03 1:30 PM, "Wermus Fernando" <[EMAIL PROTECTED]> wrote: > I have a method that it has

about complex types (newbie)

2003-09-30 Thread Wermus Fernando
I have a method that it has as argument a complex type. It´s a xml file validated by a schema.   Wich java type can I use for the schema?   If I use a string type, It could be too long for that type. Besides I can't validate against the schema.   Any help for this newbie, I'll be wel

Complex types between Java and PHP

2003-08-11 Thread Mark.Gargan
Title: Message Hi folks,   I'm trying to set up a php webservice that has a complex type as a parameter. Do I have to ensure that there's a java implementation of the complex type in the class path of any consuming J2ee applications or does axis generate the stuff dynamically? My co

Re: confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Andreas Bohnert
Sent: Tuesday, July 08, 2003 10:46 AM Subject: Re: confusion: are embedded complex types possible with axis or not? There is a fairly complicated issue regarding complex types (nested, in arrays, etc.) and some of the code that handles them (including WSDL2Java autogenerated code) which has cha

Re: confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Dan Kamins
There is a fairly complicated issue regarding complex types (nested, in arrays, etc.) and some of the code that handles them (including WSDL2Java autogenerated code) which has changed from Axis v1.0 to v1.1 and broken some applications (mine included, with that same exception). Forcing xsi

confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Andreas Bohnert
Hi, there are some posting to that topic but there seems to be no conclusion. there is an example from Rhett.DeWall http://marc.theaimsgroup.com/?l=axis-user&m=105657899026622&w=2 if you have something like this: John Doe 999 999 you will end in

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Balaji D L
; om> cc: > > > > Subject: Re: [axis] Serializing emb

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Balaji D L
; om> cc: > > > > Subject: Re: [axis] Serializing emb

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Rhett . DeWall
TED]To: [EMAIL PROTECTED] om> cc: Subject: Re: [axis] Serializing embedded complex types

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Balaji D L
To: > [EMAIL PROTECTED] > > <[EMAIL PROTECTED]cc: > > > il.com> >

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Rhett . DeWall
atkar" To: [EMAIL PROTECTED] <[EMAIL PROTECTED]cc: il.com> Subject: Re: [axis] Serializing embedd

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Sameer Bombatkar
PROTECTED] Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: [axis] Serializing embedded complex types Date: Wed, 25 Jun 2003 15:51:18 -0600 MIME-Version: 1.0 Received: from apache.org ([208.185.179.12]) by mc7-f15.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 25 J

[axis] Serializing embedded complex types

2003-06-25 Thread Rhett . DeWall
Has anyone had luck with embedded complex types with Axis. Taking the Address example one step further, I have WSDL describes an address to have a phone that is a complex type, such as: John Doe 999 999 The WSDL, SOAP request, SOAP response and

Requests with Attachments & complex types

2003-03-28 Thread Marcos Costalago Rios
Hi everybody, My english is no too good but I'll try. I'm learning for my proyect Apache Axis, and I hava a question. I have been making the attachment example of the tutorial, but I like something more... If i like to send a request with an attachment and another parameter that is a complex type

How to get just complex types in WSDL using WSDL2Java Tool.

2003-03-19 Thread Temp Temp
Hello ! I had a doubt regarding complex types in AXIS.. When using WSDL2Java tool of AXIS how can I specify that I DONT want to generate client stub classes , just the java files of the complex types used in WSDL file ...? Thanks In advance, Preeti

Re: AW: AW: Using DII with complex types

2003-02-17 Thread constantis
r;: &Dgr;&egr;&ugr;&tgr;&eacgr;&rgr;&agr;, &PHgr;&egr;&bgr;&rgr;&ogr;&ugr;&aacgr;&rgr;&igr;&ogr;&sfgr; 17, 2003 11:43&pgr;.&mgr;. &THgr;&eacgr;&mgr;&agr;: AW: AW: Using DII with complex types > The cl

AW: AW: Using DII with complex types

2003-02-17 Thread Oliver Adler
endet: Montag, 17. Februar 2003 10:31 An: [EMAIL PROTECTED] Betreff: Re: AW: Using DII with complex types Thanks. I understand that this is how it should work in theory. But what about when I try to make it real? All I want to do on the client- side is to deserialize the XML (usin

Re: AW: Using DII with complex types

2003-02-17 Thread constantis
; <[EMAIL PROTECTED]> &EEgr;&mgr;&egr;&rgr;&ogr;&mgr;&eegr;&ngr;&iacgr;&agr;: &Dgr;&egr;&ugr;&tgr;&eacgr;&rgr;&agr;, &PHgr;&egr;&bgr;&rgr;&ogr;&ugr;&aacgr;&rgr;&igr;&ogr;&sfgr; 17,

AW: Using DII with complex types

2003-02-17 Thread Oliver Adler
d this e-mail message in error, please notify us immediately by returning this e-mail to the sender and delete this message. -Ursprüngliche Nachricht- Von: Costas Polychronopoulos [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 16. Februar 2003 15:44 An: Axis mailing list Betreff: Using

Using DII with complex types

2003-02-16 Thread Costas Polychronopoulos
Hi everyone! I've been reading into the JAX-RPC specs and DII for some time but I couldn't figure out one thing. If I want on the client-side to receive as a result of a WS invocation a JavaBean from a service I've created, do I have to have a copy of the JavaBean at the client? I understand that

Re: [wsif] About complex types

2003-01-30 Thread Nirmal Mukhi
"Luoh Ren-Shan" <[EMAIL PROTECTED]> 01/29/2003 10:15 PM Please respond to axis-user                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        [wsif] About complex types Hi,     Is it possible to use XML String/DOM directly as parts of a me

[wsif] About complex types

2003-01-29 Thread Luoh Ren-Shan
Hi,     Is it possible to use XML String/DOM directly as parts of a message?       Is it possible to invoke a operation with complex type     without generating the classes at first?       Thank you.   Luoh Ren-Shan

(resolved) RE: deserializing nested complex types

2002-12-06 Thread Mitch Gitman
My Axis server was generating a fault with the dreaded: "org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize." For a while, I thought this had to do with the complex type the offending method was returning. Af

RE: deserializing nested complex types

2002-12-03 Thread Mitch Gitman
m. -- Tom Jordahl Macromedia Server Development -----Original Message- From: Mitch Gitman [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 8:44 PM To: [EMAIL PROTECTED] Subject: deserializing nested complex types I had come to realize (perhaps mistakenly) that I needed to use a cust

RE: deserializing nested complex types

2002-12-03 Thread Tom Jordahl
EMAIL PROTECTED]] Sent: Monday, December 02, 2002 8:44 PM To: [EMAIL PROTECTED] Subject: deserializing nested complex types I had come to realize (perhaps mistakenly) that I needed to use a custom serializer/deserializer for a complex type that had another JavaBean complex type as an element insi

Re: deserializing nested complex types

2002-12-02 Thread Mitch Gitman
Minor point aside from the larger issue of plugging in custom deserialization. I notice that the Axis framework instantiates my custom deserializer factory but then, rather than asking the factory for a custom deserializer, just goes ahead and uses SimplerDeserializer anyway. At 17:44 02.12.02

deserializing nested complex types

2002-12-02 Thread Mitch Gitman
I had come to realize (perhaps mistakenly) that I needed to use a custom serializer/deserializer for a complex type that had another JavaBean complex type as an element inside it. You see, when my test Axis client was querying the server, it was generating a fault with a stackTrace that began: o

RE: SAX Exception while using complex types: Bad types

2002-11-26 Thread Cédric Chabanois
Marcus Brito [mailto:[EMAIL PROTECTED]] > Envoyé : mardi 26 novembre 2002 14:05 > À : [EMAIL PROTECTED] > Objet : SAX Exception while using complex types: Bad types > > > Hello again, folks. Here is the second problem I'm having > while trying > to access a Stateless Sessio

Re: Declaring complex types in wsdd file

2002-11-26 Thread Thiago Leão Moreira
if you wrote a Serializer for your complex type, you must overwrite the " public boolean writeSchema(Types types) " method on the Serializer class to have your complex type schema in WSDL. Thiago Tom Jordahl wrote: You can't put schema in to a wsdd file. The Schema fo

SAX Exception while using complex types: Bad types

2002-11-26 Thread Marcus Brito
Hello again, folks. Here is the second problem I'm having while trying to access a Stateless Session Bean as a web service using JBoss and Axis. I hope your MUA can show this message in the same thread as my previous message. Here is the problem: after being able to generate the WSDL for t

RE: Why is xsd:type and namespace required for BeanDeserilizer for complex types?

2002-11-12 Thread Chris Forbis
]] Sent: Tuesday, November 12, 2002 11:16 AM To: [EMAIL PROTECTED] Subject: RE: Why is xsd:type and namespace required for BeanDeserilizer for complex types?   You can set a property in the config-file whether to use xsi-types or not.   I haven't personally run axis with the setti

RE: Why is xsd:type and namespace required for BeanDeserilizer for complex types?

2002-11-12 Thread Jesper Söderlund
e.org/axis/wsdd/providers/java">                               ... Regards, /Jesper -Original Message-From: Chris Forbis [mailto:[EMAIL PROTECTED]] Sent: den 12 november 2002 17:00To: [EMAIL PROTECTED]Subject: Why is xsd:type and namespace required for BeanDeserili

RE: Why is xsd:type and namespace required for BeanDeserilizer for complex types?

2002-11-12 Thread dweber
You should try it without the types, but with the namespaces.  I believe Axis looks up fields using a qualified name (look at the client stub code in the constructor for an example of  field descriptor metadata).  I've had issues with Axis and some complex types, but I don't put t

Why is xsd:type and namespace required for BeanDeserilizer for complex types?

2002-11-12 Thread Chris Forbis
Why are xsd:type and xmlns: required for BeanDeserializer for complex types?  The reason I ask this is many soap servers seem to not care about these fields being provided but axis will fault without them.  (Gets a SAX Exception in BeanDeserializer)   An example below shows part of a

Re: Fw: A question about complex types and architecture compatibility - PLEASE READ!

2002-11-11 Thread James Black
Paolo Paganotto wrote: What before wasn't working, now works fine on Windows2000 just as in Windows XP does. (SAME apps, SAME software). Notice that on the machine I have where XP is installed I didn't install SP2, and everything works fine too! Most likely one of the XP patches patched up you

Fw: A question about complex types and architecture compatibility - PLEASE READ!

2002-11-11 Thread Paolo Paganotto
==>I solved the problem this way: DOWNLOADING AND INSTALLING .NET FRAMEWORK SP2 What before wasn't working, now works fine on Windows2000 just as in Windows XP does. (SAME apps, SAME software). Notice that on the machine I have where XP is installed I didn't install SP2, and everything works fine

  1   2   >