>Find out what does that serialized document represent and try one of these: http://ws.apache.org/axis/java/apiDocs/org/apache/axis/encoding/class-use/Deserializer.html
thanks. but it didn't help me to create a copy of object of this clas....
now i try to make valid quession..
I have XML...
i think it is valid xml. but decoder cant deserialize it because it serialize by soap.
i just need to know how i can deserialize xml by AXIS.
how i can create a "org.apache.axis.encoding.Deserializer" Object
>Which class does example 1 not find ?
this exception comes ftom server. but i have not access to edit server side of program.
full exception look like
[/code]
AxisFault
faultCode:
faultSubcode:
faultString: [java.lang.NoClassDefFoundError]
faultActor: /crbtprov/Content
faultNode...
OK
if i try to use for this something like
Options options = new Options(args);
String endpoint = "http://server.com/crbtprov/Content";
String proc="getFragmentList";
Service service = new Service();
Call call = (Call) service.createCall()...
it not work. return exception.
i think it becase the xml cenerated by AXIS.
the XML looks like
<?xml version="1.0" encoding="UTF-8" ?>
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
i have applet what must connect with servlet.
when it try to connect to localhost, it can.
but if it try to connect to other server cant find proxy. i can write my proxy to applet but if other client load this applet. it will not work. how applet can define proxy automatic
<html>
<body>
<form name=f>
<input name=op1>
<input type=file name=op2>
</form>
<script language=javascript>
f.op1.value='qwert';
f.op1.focus();
</script>
<input type=submit onclick="javascript:f.op1.focus();paste();">
</body>
</html>
i need creat a new html page with initial value of file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.