Forum Discussion
2 Replies
- igormicevContributor
Hi @vshalbnsal,
In the SOAP Execute snap you have the WSDL Url followed by the Service Name, Endpoint, and Operation. Try to fulfill all of them. The last one is the Operation which actually is the method of your SOAP service - in your case, it should have a parameter/argument MessageId (in the code of the service).
Then you can go down in the snap and find “Customize Envelope”. From there “Generate Template” should generate soap xml and withdraw MessageId. It’s then automatically used by the method, and you should not add/send MessageId somewhere.
BR, Igor
- PeterRNLINew Contributor II
Could you provide an example of that syntax please?