Changes for page Configure your SOAP web service
Last modified by Erik Bakker on 2024/08/26 12:38
From version 29.1
edited by Erik Bakker
on 2022/06/10 13:22
on 2022/06/10 13:22
Change comment:
There is no comment for this version
To version 34.1
edited by Erik Bakker
on 2022/06/12 09:34
on 2022/06/12 09:34
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - ProcessingaFileperLine1 +Configure your SOAP web service - Content
-
... ... @@ -1,104 +1,99 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 - In somecases, youwanttoreateach uniquepart ofyourinputfileas its messageinsteadofprocessingthecompletefileasits message. In this microlearning, we will learn howyoucanprocessa(large)fileonaper-line basis.2 +When setting up a point at which your customers can talk to you eMagiz offers various methods of creating such a point. One of those options is by hosting a SOAP Webservice in eMagiz that handles XML messages asynchronously or synchronously. In this microlearning, we will learn the basics of this configuration in the various phases of the platform so you can easily set up your SOAP web service. 3 3 4 -Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].4 +Should you have any questions, please contact academy@emagiz.com. 5 5 6 -* Last update: May28th, 20217 -* Required reading time: 5minutes6 +* Last update: June 10th, 2021 7 +* Required reading time: 7 minutes 8 8 9 9 == 1. Prerequisites == 10 - 11 11 * Basic knowledge of the eMagiz platform 12 12 13 13 == 2. Key concepts == 13 +This microlearning centers around configuring your SOAP web service. 14 14 15 - Thismicrolearningcenters aroundlearning howto process anincomingfileperline.15 +By configuring, we mean: Designing and determining the characteristics of the SOAP web service 16 16 17 -By processing per line, we mean: Splitting up the input into discernable pieces that each will become a unique message 17 +Crucial parts in the configuration are: 18 +* Operation Name 19 +* SOAP Webservice Namespace 20 +* Validation 21 +* Authentication 18 18 19 - *Easyway ofeadingafilelineby lineandndingittoMagiz (Low onmemory)20 - *Abilityto process each line based on distinctive logic that is relevant on line level21 - *Canbeusedforflatfileaswell as XMLinput files23 +Of these four points, the last two will be discussed in separate microlearnings. 24 + 25 +== 3. Configure your SOAP Webservice == 22 22 23 - ==3.Processing aFile per Line==27 +When setting up a point at which your customers can talk to you eMagiz offers various methods of creating such a point. One of those options is by hosting a SOAP Webservice in eMagiz that handles XML messages asynchronously or synchronously. In this microlearning, we will learn the basics of this configuration in the various phases of the platform so you can easily set up your SOAP web service. 24 24 25 -In some cases, you want to treat each unique part of your input file as its message instead of processing the complete file as its message. In this microlearning, we will learn how you can process a (large) file on a per-line basis. 29 +Crucial parts in the configuration are: 30 +* Operation Name 31 +* SOAP Webservice Namespace 32 +* Validation 33 +* Authentication 26 26 27 - Tomakethisworkin eMagizyouneed to navigateto theCreatephase of eMagizandopentheentryflowinwhich you want toretrievethefileacertain location.Within the context ofthisflow,weneed toaddfunctionalitythatwill ensure that eachline isreadandprocessedseparately andwillbecome itsuniquemessage.Todo sofirstenter"StartEditing"modeonflowlevel.After you havedoneso pleaseaddafileitemreadermessage sourceto theflow.Wewillusethiscomponentto readandprocessourinputfile onaper-linebasis.35 +Of these four points, the last two will be discussed in separate microlearnings. In this microlearning, we will focus on the first two aspects of the configuration. As you might have noticed I did not mention the fact whether the integration is synchronous or asynchronous as a crucial part of the configuration. The reason being that when configuring a (SOAP) web service you always need to send an acknowledgment back to the client calling the web service to let them know what the status of the message is. In case you want to set up the rest of your integration asynchronously you can send an empty message back as acknowledgment. In case you want to set up the rest of your integration synchronously you need to send the response you have received from the backend operation back to the client. More on the choice between asynchronous and synchronous in a later stage. 28 28 29 - Thefirststepwould beto define the directory from which we readour messages. As always referenceto the directory with the help ofaproperty.37 +=== 3.1 Operation Name === 30 30 31 - [[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-processing-a-file-per-line--file-item-reader-directory.png]]39 +Let us first zoom in on the parts of the configuration before we learn how you can implement it in eMagiz. Starting with the operation name. When you have dealt with the API Gateway offering of eMagiz in the past or have some knowledge of how APIs work the notion of an operation name should not be unfamiliar. In essence, it is a unique name that defines a certain operation. In eMagiz the best practice for naming the operation is as follows: 32 32 33 -Se condly, justas whenreading the fileas a whole ensure that you useafilter to retrieve only thecorrect files fromthe directory.41 +* Send{technicalnameoftheoperation} 34 34 35 - ===3.1Item readerType===43 +When you are in Create you will notice that eMagiz uses the default suffix of Request and Response is added to the operation name. Therefore the full operation name a client needs to call to get the desired result if you adhere to the best practice is: 36 36 37 - Nowit is timeto select our Item reader Type. Asthehelp text of the eMagizcomponent suggest there are two choices with this component. The first (and most frequently used) optionis the Flat file itemreader. With thisoption, you can read each line within theflatfile input file and output is at a separate message. Thesecond option is called the Stax event itemreader. With thisoption, you can read your input XML and output messages on a per-record basis.45 +* Send{technicalnameoftheoperation}Request 38 38 39 - [[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-processing-a-file-per-line--item-reader-type-options.png]]47 +=== 3.2 SOAP Webservice Namespace === 40 40 41 - Based onyour choice the exact configurationwilldiffer.49 +The second part of the configuration is the SOAP Webservice Namespace. When hosting a SOAP Webservice via the standard eMagiz tooling you need to define a namespace. To smoothen this process eMagiz automatically generates a namespace based on the configuration settings you choose in the Design phase of eMagiz. 42 42 43 -=== =3.1.1StaxEventItem Reader====51 +=== 3.3 Configuration in eMagiz === 44 44 45 - Forthe Staxevent itemreader,youneedtodefine thenameofthe elementonwhichyou wanttosplittheXMLanddefinewhetheryouwant tothrown errorincasenosuchelementexistsinthe inputfile(By(de)selectingthe optionStrict).ThedefaultsettingofeMagizis advisableforthisoption.53 +Now that we know what configurations are required, we can see how we can implement this in eMagiz. In the Capture phase, nothing changes. You simply draw a system on the canvas including at least one line that goes from the system towards eMagiz. When you are done you move to the Design phase in eMagiz. In this phase, you need to correctly set up the operation name(s) and the SOAP Webservice Namespace. 46 46 47 - [[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-processing-a-file-per-line--stax-event-item-reader-config.png]]55 +The configuration in Design starts at the system level. At the system level, you need to define the technical name (or let eMagiz automatically fill it in for you) and select the checkbox called Combined Entry Connector. By selecting this checkbox you tell eMagiz that you want to host an endpoint for others to call. 48 48 49 - ==== 3.1.2 Flat FileItemReader====57 +[[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-configure-your-soap-webservice--combined-entry-check.png]] 50 50 51 -For the Flat File item reader, there are some more choices and configurations to be made. There are three options you can choose from: 52 -- Pass through line mapper 53 -- Default line mapper 54 -- Pattern matching composite line mapper 59 +As you can see, selecting this option opens up a new choice to make. In this case between SOAP Webservice and Custom. 55 55 56 - Each of these options has someadvantagesand disadvantages.Adhering to the best practicesofeMagiz (i.e. no transformationin theentry) thebestoption would be to use the pass-through linemapper. As thename suggests thisoption does nothing except give astring back tothe flow onar linebasis. However,choosing this optionmeans that the actualtransformationrom that stringto XML needs to happen laterin theprocess (most likelyin theonramp)with thehelp of a flat-file to XML transformer(moreon thatcomponentin a laterurse).61 +[[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-configure-your-soap-webservice--combined-entry-choice.png]] 57 57 58 - Theothertwooptionstransformtheinput line into an XML output.Soyouwin one step in the process.However, no standardeMagiz errorhandling is advisable whenyoustart transforming data within theentry. Soincase,somethinggoes wrong toanalyzethe errorwillbecome more difficult. Furthermore,another potential disadvantageisthat whenonelinefailstheprocessingof therestofthefile also halts.63 +In this case, we opt for the SOAP web service. After you have done so eMagiz will automatically define the SOAP Webservice Name and SOAP Webservice Namespace. 59 59 60 - For the remainder of thismicrolearning, wewillassumethat theptionpass through linemapperischosen.65 +[[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-configure-your-soap-webservice--combined-entry-soap-ws-namespace.png]] 61 61 62 - [[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-processing-a-file-per-line--flat-file-item-reader-passthrough.png]]67 +With this, you are done with your configuration on the system level. Don't forget to update the status of your task. Now that we have configured the system it is time to configure the integration that is drawn from the system to eMagiz. We can do so by double-clicking on it (or by accessing the context menu and selecting the edit option). When you open the Edit page on the integration level you will notice that a new segment is added (compared to other integrations). This segment defines the settings on the system level we have just specified and defines the operation name. 63 63 64 - As you can see onthe Basicvel weare done.wever,it is always good tocheck out thesettingson the Advanced tab, especially in thiscase, to see if there are additionalconfigurationoptions that could benefitus. The setting of mostinterest, in thiscase, is the Lines toSkip setting (default settingis 0). With this setting,youcan define whetherr not you want toprocess theheaderline(s) thatexists withinyour inputfile. Theremainder ofthe settings is (inmost cases)good the way eMagiz has set them up.69 +[[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-configure-your-soap-webservice--edit-integration.png]] 65 65 66 - [[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-processing-a-file-per-line--flat-file-item-reader-passthrough-advanced.png]]71 +As you can see eMagiz has already prefilled the operation name for you based on the best practice at eMagiz. If you want to change you have the option to do so. Do note that for the sake of consistency it would be smart to use the same naming convention within a single project to avoid confusion. 67 67 68 -=== 3. 2Poller ===73 +=== 3.4 Add integration to Create === 69 69 70 -Now that we have se lectedandconfiguredtheitemreader type itbecomestimetofillin thelastpartftheconfiguration,thepoller.ForpollingeMagizoffers three options:75 +Now that we have finished the configuration in Design the last step of this microlearning is to add the integration to Create. You can simply do so by navigating to Create -> Add integrations and selecting the integration to move it to Create. After you have selected it press Save to add the integration to Create. 71 71 72 -- Fixed Delay Trigger 73 -- Fixed Rate Trigger 74 -- Cron Trigger 75 - 76 -Of these options, the cron trigger is used most frequently in eMagiz. The reason being is that you can define this option via a property that you can alter without having to alter the flow version in Create. 77 - 78 -[[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-processing-a-file-per-line--poller-config.png]] 79 - 80 -After finishing all these configuration steps we can press Save to save our work and ensure that we can process the input file on a per-line basis. 81 - 82 82 == 4. Assignment == 83 83 84 -Configure a nentryinwhichyou define thecomponent andconfiguration neededto processafileona per-linebasis.79 +Configure a SOAP web service that consists of at least one operation and add it to Create. 85 85 This assignment can be completed with the help of the (Academy) project that you have created/used in the previous assignment. 86 86 87 87 == 5. Key takeaways == 88 88 89 -* Easy way of reading a file line by line and sending it to eMagiz (Low on memory) 90 -* Ability to process each line based on distinctive logic that is relevant on line level 91 -* Can be used for flat file as well as XML input files 92 -* Try to avoid complex transformations within the entry 84 +* Crucial parts in the configuration are: 85 + ** Operation Name 86 + ** SOAP Webservice Namespace 87 + ** Validation 88 + ** Authentication 89 +* For ease, you can use the default naming convention of eMagiz 93 93 94 94 == 6. Suggested Additional Readings == 95 95 96 - Thereare no suggestedadditionalreadingsonthis topic93 +If you are interested in this topic and want more information on it please read the help text provided by eMagiz. 97 97 98 98 == 7. Silent demonstration video == 99 99 100 - Thisvideodemonstrates how you could have handledtheassignmentand givesyousometextwhatyouhavejustlearned.97 +{{video attachment="novice-soap-webservice-connectivity-configure-your-soap-webservice.mp4" reference="Main.Videos.Microlearning.WebHome"/}} 101 101 102 -{{video attachment="novice-file-based-connectivity-processing-a-file-per-line.mp4" reference="Main.Videos.Microlearning.WebHome"/}} 103 - 104 104 )))((({{toc/}}))){{/container}}{{/container}}