CA Service Management

  • 1.  Use createAttachment SOAP call on .Net 4.0

    Posted Jul 18, 2018 08:49 AM

    Does any of you guys have examples of implementation of createAttachment method using .net4.0 ? 



  • 2.  Re: Use createAttachment SOAP call on .Net 4.0

    Posted Jul 18, 2018 09:38 AM

    Hi Lucas,

     

    Check out this other external ServiceDeskUser's forum which might help:

     

    http://forum.servicedeskusers.com/forums/topic/910-resolved-createattachment-method-policy-limit-exceeded/?tab=comments#… 

     

    ===

    Kind Regards,

    Brian



  • 3.  Re: Use createAttachment SOAP call on .Net 4.0

    Posted Jul 18, 2018 09:40 AM

    .Net 4 does not have the support for the DIME standard used by the createAttachment method. You can use something like pocketSOAP (via COM) to support DIME.



  • 4.  Re: Use createAttachment SOAP call on .Net 4.0

    Posted Jul 18, 2018 09:55 AM

    Hello Cristi, Thanks for you answer. Could you please provide any example using pocket SOAP?



  • 5.  Re: Use createAttachment SOAP call on .Net 4.0

    Posted Jul 19, 2018 10:17 AM

    I don't have any example for .Net - it was used by a colleague developer a few years back to develop in Delphi an ActiveX control.