Advertisement
Guest User

Callout

a guest
Mar 1st, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public static void callOut(List<String> ids){
  2.  
  3. InvoiceAttachmentConnector.InvoiceAttachmentService ws = new InvoiceAttachmentConnector.InvoiceAttachmentService();
  4. ws.SessionHeader = new InvoiceAttachmentConnector.SessionHeader_element();
  5. ws.SessionHeader.sessionId = UserInfo.getSessionId();
  6. ws.handleInvoicePdfAttachment(ids);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement