Skip to content

Instantly share code, notes, and snippets.

@xignite-engineering
Forked from slpsys/AdjustmentMethods.java
Created December 17, 2012 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xignite-engineering/4323384 to your computer and use it in GitHub Desktop.
Save xignite-engineering/4323384 to your computer and use it in GitHub Desktop.
// Axis2 does not handle .NET's WSDL serialized of enums very much.
AdjustmentMethods adj = AdjustmentMethods.Factory.create();
AdjustmentMethods_type0[] adjInnerTypes = new AdjustmentMethods_type0[1];
adjInnerTypes[0] = AdjustmentMethods_type0.Factory.fromString(AdjustmentMethods_type0._SplitOnly, SERVICE_URI);
adj.setAdjustmentMethods_type0(adjInnerTypes);
getQuotesArguments.setAdjustmentMethod(adj);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment