Please keep me posted on how that goes. The Zero-Ltd version is a fork of my version, which was a fork of the original which I got up and running on a more recent Clojure version. I abandoned it because it was buggy and didn’t offer much in the way of customization and instead we just used raw Java interop for the specific SOAP service we were consuming. That was much less work than trying to get something generic working.
If you have just one (or a few) specific web service(s) to consume, you might find it easier to use Axis and Java interop directly. It’ll certainly have less overhead than a generic library like clj-soap. Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ________________________________ From: [email protected] <[email protected]> on behalf of [email protected] <[email protected]> Sent: Friday, December 29, 2017 3:38:52 PM To: [email protected] Subject: Re: Adding http header to SOAP request Yes, that’s exactly the one I’m looking at. I emailed the recent contributor. We’ll see what happens.... On Fri, Dec 29, 2017 at 6:06 PM Sean Corfield <[email protected]<mailto:[email protected]>> wrote: Which clj-soap are you talking about? There are several unmaintained forks of the original project lying around. This seems to be the only one that’s been getting any love: https://github.com/Zeto-Ltd/clj-soap -- I don’t see any obvious support for passing additional headers there. Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ________________________________ From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> on behalf of Jonathon McKitrick <[email protected]<mailto:[email protected]>> Sent: Friday, December 29, 2017 6:31:23 AM To: Clojure Subject: Adding http header to SOAP request If anyone has used clj-soap, it has built-in SOAP auth, IIUC. I need to call an endpoint that is expecting custom http authentication headers as well. Has anyone else done this before? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected]<mailto:[email protected]> Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected]<mailto:clojure%[email protected]> For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected]<mailto:[email protected]> Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected]<mailto:clojure%[email protected]> For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to a topic in the Google Groups "Clojure" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/8b9I8Vf5XGk/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- Jonathon McKitrick -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
