¡@

Home 

2014/10/16 ¤W¤È 08:14:07

android Programming Glossary: getcategoryobject

KSoap2 and KvmSerializable - How to Send complex Objects like Stringarrays

http://stackoverflow.com/questions/10999763/ksoap2-and-kvmserializable-how-to-send-complex-objects-like-stringarrays

Exception occurred while trying to invoke service method getCategoryObject org.apache.axis2.AxisFault Unknow type http ws.chathura.com.. java.util.Vector public class HelloWorldWS public Category getCategoryObject Category obj Category C1 new Category C1.setCategoryId 1 C1.setDescription.. import namespace http ws.chathura.com xsd xs element name getCategoryObject xs complexType xs sequence xs element minOccurs 0 name obj nillable..

KSoap2 and KvmSerializable - How to Send complex Objects like Stringarrays

http://stackoverflow.com/questions/10999763/ksoap2-and-kvmserializable-how-to-send-complex-objects-like-stringarrays

to my soap webservice the following error is showing up ERROR Exception occurred while trying to invoke service method getCategoryObject org.apache.axis2.AxisFault Unknow type http ws.chathura.com Category Logcat shows up the following 06 12 11 08 57.576 W.. runnning on Tomcat 7 package com.chathura.ws import java.util.Vector public class HelloWorldWS public Category getCategoryObject Category obj Category C1 new Category C1.setCategoryId 1 C1.setDescription server desc C1.setName server Name System.out.println.. qualified targetNamespace http ws.chathura.com xs import namespace http ws.chathura.com xsd xs element name getCategoryObject xs complexType xs sequence xs element minOccurs 0 name obj nillable true type ax21 Category xs sequence xs complexType xs..