Problem with Soap DeploymentDescriptor while using EJB's

2001-08-12 Thread mario . heiss
Hello together,, Inside an ANT Script I am trying to deploy an EJB wich is called via Soap. The Soap documentation gives an example how to deploy an EJB. I am using this example and I have just replaced the bold fields. By commenting out several lines I found out, that the error is placed inside

J2EE and SOAP

2001-08-12 Thread Rares Portan
Hello! Is there any way to use SOAP with j2ee server from Sun? Thank you. -- -- rares portan software.developer caatoosee srl str. cluj nr.13 romania, 1900 timisoara Ph +40 (0) 56.295 215 Fx +40 (0) 56.295 216 mailto:[EMAIL PROTECTED] http://www.caatoosee.co

generating Serializers/Deserializers for org.w3c.dom.Element

2001-08-12 Thread Anjali Jain
Title: generating Serializers/Deserializers for org.w3c.dom.Element Hi, how can I generate serializers/deserializers for a class returning org.w3c.dom.Element type of object. I'm using wstk's wsdlgen tool to generate serializers/deserializers, but it gives the following error: >> Transforming

reusing envelope for call

2001-08-12 Thread Dmitri Colebatch
hey all, I'm trying to put a system together where a SOAP message is asynchronously handled. What I've got so far is the envelope being sent as a JMS text message, which is then received, and the plan is to reuse that envelope to send on to the final destination (contained int he header). now e

Problem w Custom Serializer

2001-08-12 Thread William Brogden
I am trying to implement a custom serializer. I want to serialize an array of org.w3c.dom.Element objects. In my deployment descriptor mappings I have: http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x="urn:Ch06Pubs" qname="x:booklist" javaType="[Lorg.w3c.dom.Element;" java