Re: no Deserilizer found for anySimpaleType

2005-05-12 Thread YIXING MA
all = (Call) svc.createCall(); call.setProperty(ENCODING_STYLE_PROPERTY, URI_ENCODING); call.setProperty(Call.OPERATION_STYLE_PROPERTY,"rpc"); call.setTargetEndpointAddress(epAddr); call.setOperationName(new QName(nameSpaceUri, "service")); call.setPort

Re: no Deserilizer found for anySimpaleType

2005-05-11 Thread Anne Thomas Manes
t; null)); > > Call call = (Call) svc.createCall(); > call.setProperty(ENCODING_STYLE_PROPERTY, URI_ENCODING); > call.setProperty(Call.OPERATION_STYLE_PROPERTY,"rpc"); > call.setTargetEndpointAddress(epAddr); > call.setOperationName(ne

Re: no Deserilizer found for anySimpaleType

2005-05-11 Thread YIXING MA
ring; System.out.println("test 1"); System.out.println("sending: " + arg); String res = (String) call.invoke(new String[] { arg }); System.out.println("received: " + res); * - Or

Re: no Deserilizer found for anySimpaleType

2005-05-11 Thread Srinadh Karumuri
/find. -Sri At 10:42 AM 5/11/2005, you wrote: Good morning all, I ran the Axis program and got an error. The error was No Deserilizer found for anySimpaleType Sorry for the misunderstanding for the last email. Yixing

no Deserilizer found for anySimpaleType

2005-05-11 Thread YIXING MA
Good morning all, I ran the Axis program and got an error. The error was No Deserilizer found for anySimpaleType Sorry for the misunderstanding for the last email. Yixing