Search found 5 matches
- Thu Dec 07, 2023 4:36 pm
- Forum: Flows
- Topic: HTTP Request
- Replies: 9
- Views: 87331
Re: HTTP Request
We're in business. I think I tried that before but was missing the brackets. thanks so much!
- Thu Dec 07, 2023 4:10 pm
- Forum: Flows
- Topic: HTTP Request
- Replies: 9
- Views: 87331
Re: HTTP Request
Absolutely.
MIS is Printers Plan
Here is sample XML: https://printreach.com/printersplan/Pla ... mplate.xml
MIS is Printers Plan
Here is sample XML: https://printreach.com/printersplan/Pla ... mplate.xml
- Thu Dec 07, 2023 4:03 pm
- Forum: Flows
- Topic: HTTP Request
- Replies: 9
- Views: 87331
Re: HTTP Request
server is like this: https://hh.ppath.com/Planweb/xmllistener.aspx
It was suggested to me that I could use HTTP Request to put or post the file there.
I'm not certain if that's the best or even possible solution for this, but I suppose the avenue I'm attempting first.
It was suggested to me that I could use HTTP Request to put or post the file there.
I'm not certain if that's the best or even possible solution for this, but I suppose the avenue I'm attempting first.
- Thu Dec 07, 2023 3:50 pm
- Forum: Flows
- Topic: HTTP Request
- Replies: 9
- Views: 87331
Re: HTTP Request
Documentation is limited from our MIS. All I really have is a sample XML file that shows me how to name elements in the XML in order to properly flow in the corresponding fields in our MIS. Of course, the XML coming out of our Web2Print order sites, do not perfectly match how the MIS wants the XML s...
- Thu Dec 07, 2023 3:11 pm
- Forum: Flows
- Topic: HTTP Request
- Replies: 9
- Views: 87331
HTTP Request
Hi, I am working on a flow to use the XSLT Transform element to transform XML coming from a POD Order Site, and pass the order information to our MIS. I believe I need to use HTTP Request to pass the transformed XML file to our MIS server. I'm not exactly sure how to set that up. Can anyone shed som...