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
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
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
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
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/";