[JBoss-dev] [JBossWS] - DII client complains about serializer

2004-10-25 Thread ilays
Well its a very simple Ejb endpoint - serializing a simple pojo running a DII client that get this exception: i tried changing the serializer to the org.jboss instead of the apache one , but it didn't help... java.io.IOException: No serializer found for class com.alon.objects.Customer in

[JBoss-dev] [JBossWS] - Re: descriptors changes from rpc/lit - doc/lit

2004-09-11 Thread ilays
as u asked : please notice this example refer to a rpc/lit service also creating the same problem, service is packed in a .war i also tried to change the sequence in the wsdl ..didnt help SEI : package prj.service.admin; | import prj.ejb.utils.*; | import java.util.*; | | import jav

[JBoss-dev] [JBossWS] - Re: descriptors changes from rpc/lit - doc/lit

2004-09-11 Thread ilays
well tdiesler the thing is when i watched the debuged log i could see the serevr sent : . | | | | | . | | ... | instead of : | | | | .. | | | | thats why the child element is not expected i tried to m

[JBoss-dev] [JBossWS] - descriptors changes from rpc/lit - doc/lit

2004-08-24 Thread ilays
i have a rpc/lit great working service - only one problem: j2me require doc/lit only when im changing from rpc literal to doc literal - the server side require only changes in the wsdl and mapping(sometimes); no probs!! on the client side (stand alone) after using the wsdl2java on the new

[JBoss-dev] [JBossWS] - org.xml.sax.SAXException: SimpleDeserializer encountered a c

2004-08-21 Thread ilays
Hello , i deployed a simple bean ws - (using the axis1.2 beta) wsdl created using - java2wsdl - | http://ws.test1/ws4ee"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl="http://ws.test1/ws4ee"; xmlns:intf="http://ws.test1/ws4ee"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";