I am quite new to webMethods and have faced the following issue where any suggestions would be great :
Scenario :
Client wants to send an XML through HTTP post .
Problem :
Client wants to have a synchronous process - so I guess any TN update or folder path dump is not possible .
Question :
I tried to invoke a service through an URL in the format http://servername:port/invoke/packagename.folder:service?InputParameter1 & InputParameter2 .
But now I am really confused , how to pass a full xml that will directly hit the concerned service that would take the xml as input .
Please suggest any ideas . Any new synchronous flow suggestion is also welcomed.
Refer to the XML Developer’s Guide for this information. You can find this in the _documentation/Developer/Guides directory. If you have any specific questions after reviewing that please post them.