RE: Serializer for JAXB

2001-08-15 Thread Radek Wisniewski
My serializer is very simple and relies on abylities from JAXB. I think, at this stage of developing, JAXB doesnt care of any "graph" issues, serialisation by JAXB is designed for XML documents they are usually trees not graphs, and JAXB instances, they are "tree formed" so they are right serializ

SOAP and JAXB....

2001-08-15 Thread RK
Hi ,   I have a requirement where I receive SOAP Messages and I need to convert this Message to a Serializable Java Object( This java Object will be passed as a value object to an EJB).   I guess the best way for me to do this is use JAXB but here are my problems   1. JAXB as of now sup

RE: SOAP and JAXB....

2001-08-15 Thread graham glass
the GLUE web services platform has built-in transparent serialization to/from XML that is much simpler to use than JAXB. it is free for most commercial uses.   download from http://www.themindelectric.com   cheers, graham -Original Message-From: RK [mailto:[EMAIL PROTECTED]]Sen

RE: Serializer for JAXB

2001-08-15 Thread Radek Wisniewski
Here you are :-) I'm glad, I can halp. There is one thing to do: if we read an XML element from a stream, we dont know waht a class it reppresents. Beta solution is such a way: element name ist converted to unqualified class name, e.g to Location, then i'v added hartcoded package name "dk.util.

Re: SOAP and JAXB....

2001-08-15 Thread Radek Wisniewski
What it mean "to conwert mesage to Serializable Java Object"? You need to conwert whole a message or only body contents? Soap message, as XML data as stream object, ist already serializable. I guess, you probably have to pass content of the body as serialisation-capable object to the EJB, if they

Thread transaction in service deployed in Server-Side(Apache soap)

2001-08-15 Thread chihongkim
Thank you for your interest in my question. I am working on a projct about Server(Apache soap- java) and Client(MS soap - VB) application.   I made Server-side code and deployed the service code using (apache) ServiceManagerClient. but, i encountered the situation that will receive a

<119> InterOperability within Server-side(Apache-Java) and Client-side(MS-VB)

2001-08-15 Thread chihongkim
  Thank you for your interest in my question.   I didn't solve the problem(InterOperability within Client and Server Application) yet . I attach the Client-side VB-file and Server-side java-service-class file used Testing.   First, i deployed the DeployDescriptor.xml file using Ap

Problem with services

2001-08-15 Thread Ravi Natarajan
Hello, I am using apache soap server for developing soap/corba interface. I am trying some examples on my own. I tried to write simple server/client example. Please find the server / client / deployemnt descriptor.file lisiting below package samples.Tes

Re: Problem with services

2001-08-15 Thread Richard Boehme
If you are running Tomcat, undeploy the service, restart Tomcat, and redeploy it. The changes should then be visible. Tomcat doesn't refresh it's copy of the classes, even if you undeploy and redeploy the service without restarting Tomcat. --Richard On Wed, 15 Aug 2001, Ravi Natarajan wrote:

Unexpected error - propably bug

2001-08-15 Thread Radek Wisniewski
I have a RPC service: public class PersonsService { public void put(Person p){ ... } As serializer for Person I use BeanSerializer. Client sends a message (take a care, there is only one parameter type Person): http://schemas.xmlsoap.org/soap/envelope/"; xmlns

Antigen found =*.vb* file

2001-08-15 Thread ANTIGEN_INFTORMAIL04
Antigen for Exchange found Project1.vbp matching =*.vb* file filter. The file is currently Removed. The message, "<119> InterOperability within Server-side(Apache-Java) and Client-side(MS-VB)", was sent from chihongkim and was discovered in IMC Queues\Inbound located at 724 Solutions Inc./DEVL/I

RE: <119> InterOperability within Server-side(Apache-Java) and C lient-side(MS-VB)

2001-08-15 Thread Richard Whitcomb
Don't know for sure, but I thought there were some issues between MS SOAP and Apache SOAP.  You may want to double check the Apach SOAP docs I think I remember something in there about this.   Regards,   Richard -Original Message-From: chihongkim [mailto:[EMAIL PROTECTED]]Sent:

RE: Serializer for JAXB

2001-08-15 Thread Soumen Sarkar
A Java Object Graph can easily be converted to a XML tree with proper use of 'cross-referencing' attributes. What I would like to know from you is, if I could use "safely" the Employee class (i.e your serializer would not run out of Stack Depth). >From my experience of using JAXB, I know that SUN

Is there any sample on how to write and utilize Soap fault handler?

2001-08-15 Thread Ding, Chengmin
as title. Thanks. -Chengmin

ANNOUNCE: Apache Axis alpha-1 release

2001-08-15 Thread Glen Daniels
[EXECUTIVE SUMMARY: Axis, a new Java SOAP engine from Apache, in now in alpha release. It's fast, it's ultra-flexible, and it's not done yet :), but we'd love you to "kick the tires" and let us know what you think.] Hi all: The Apache Axis team is pleased to announce the first alpha release o