Navigation:  Integration via SOAP web services > Published web services > Training >

newTrainingAttach

Previous  Top  Next

This method allows adding:

An attachment to a training.

 

To insert each of these items, it is necessary to follow the standard documented below.

Java class

Request

web/wwwroot/ws/java/training/NewTrainingAttachRequestType.java

Return

web/wwwroot/ws/java/training/NewTrainingAttachResponseType.java

 

Request

ID #

Required

Description

IDTRAIN

X

Training ID #

NMFILE

X

File name with extension

FLCONTENT

X

Electronic file binary1

NMATTACHMENT

 

Attachment name

DSSUMARY

 

Summary

 

1 - Content of the electronic file converted to Base64. If you are testing the use through web service data source, we suggest converting a small text using a website of your choosing.

 

Return

ID #

Description

return

SUCCESS: 1.

Failure: Message describing the error.