alpatino2 wrote: > > /** > * > */ > package com.sample.betdaq; > > import java.math.BigDecimal; > import java.rmi.RemoteException; > > import org.apache.axis2.AxisFault; > > import com.globalbettingexchange.www.externalapi.BaseResponseSequence3; > import com.globalbettingexchange.www.externalapi.EventClassifierType; > import com.globalbettingexchange.www.externalapi.ExternalApiHeader; > import com.globalbettingexchange.www.externalapi.ExternalApiHeaderE; > import com.globalbettingexchange.www.externalapi.ListTopLevelEvents; > import > com.globalbettingexchange.www.externalapi.ListTopLevelEventsRequest; > import > com.globalbettingexchange.www.externalapi.ListTopLevelEventsResponse; > import > com.globalbettingexchange.www.externalapi.ListTopLevelEventsResponseE; > > ... >
Forget my last comment about pretty printing errors, I've solved it with the "-u" option to wsdl2java... The output of wsdl2java was 197 classes. Good stuff. The only thing that doesn't work now is the fact that these two classes were NOT generated by wsdl2java, and thus cannot be imported in the test file : import com.globalbettingexchange.www.externalapi.ExternalApiHeaderE; import com.globalbettingexchange.www.externalapi.ListTopLevelEventsResponseE; I'm sure this is an easy problem to fix ? -- View this message in context: http://www.nabble.com/Just-a-small-client-sample-would-really-be-great-%21-tp16532618p16537516.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
