I used Axis2-Snapshot newer release instead of axis2 1-3

I noticed this new axis2 release changed the naming convention of the
generated code. If you look in the classes generated you will see the
name of the class with a numeric suffix, for example you need lok for
something like ExternalApiHeade99 instead of ExternalApiHeaderE .

Also fix in the sample the path to the endpoint reference (epr)

On Mon, Apr 7, 2008 at 10:37 AM, Jacques46 <[EMAIL PROTECTED]> wrote:
>
>
>  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]
>
>



-- 
Don't be evil!!!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to