Can anyone tell me the correct signature for a method in a message style service? I've gotten this to work:
public Element[] PurchaseOrder(Vector elems) throws AxisFault { but it seems like there has to be a better way. thanks, mark
Can anyone tell me the correct signature for a method in a message style service? I've gotten this to work:
public Element[] PurchaseOrder(Vector elems) throws AxisFault { but it seems like there has to be a better way. thanks, mark