On May 18, 2013, at 5:32 PM, Marc Boschma <marc.bosc...@gmail.com> wrote:

> Well understood Sean!
> 
> If I work out away to up lift the code I'll contribute that back. 
> 
> I was just checking to see if anyone else had tried.
> 
> If, like you, I need to find another way is Axis 1.x an easier platform than 
> 2.x ?The Java SOAP landscape seems overly complex.
> 
> Marc
> 
> I really wish the service I need to integrate with was REST based…

You know, I was faced with this once. What we ended up doing (in Groovy) was 
just crafting our own SOAP envelope "template" so to speak, and injecting the 
specifics for the actual SOAP request into it, then using a plain HTTP request. 
I imagine using something like hiccup would make it even more fun. Add in xml 
zippers to extract out the good bits from the WSDL, and there you go. 

Kind of a hack, but it was much easier to maintain and fix over time than 
attempting to generate classes via WSDL. Even hand inspecting the WSDL was 
better than the alternatives....

;)

Keith

> 
> On 19/05/2013, at 12:43 AM, Sean Corfield <seancorfi...@gmail.com> wrote:
> 
>> Since my name was invoked via mention of this repo, I figured it was a
>> good chance to post from the readme:
>> 
>> "Note however that I am not actively maintaining this library and
>> would welcome someone taking it over. I updated Tetsuya's code to use
>> a more modern Clojure environment purely to test it for a problem I
>> was working on - it didn't really do what I needed so I took a
>> different approach (using Axis 1.x libraries at a much lower level for
>> one specific web service)."
>> 
>> Sean
>> 
>> On Fri, May 17, 2013 at 11:29 PM, marc <marc.bosc...@gmail.com> wrote:
>>> Hoping someone has already explored this. Has anyone ever used clj-soap as a
>>> client and managed to pass in Basic authentication credentials?
>>> 
>>> I tried putting them into the URL to the WSDL but that did seem to work…
>>> 
>>> Off to read up on Axis 2…
>>> 
>>> 
>>> 
>>> --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clojure@googlegroups.com
>>> Note that posts from new members are moderated - please be patient with your
>>> first post.
>>> To unsubscribe from this group, send email to
>>> clojure+unsubscr...@googlegroups.com
>>> 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 clojure+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>> 
>> 
>> 
>> --
>> Sean A Corfield -- (904) 302-SEAN
>> An Architect's View -- http://corfield.org/
>> World Singles, LLC. -- http://worldsingles.com/
>> 
>> "Perfection is the enemy of the good."
>> -- Gustave Flaubert, French realist novelist (1821-1880)
>> 
>> -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with your 
>> first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> 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 clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>> 
>> 
> 
> -- 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> 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 clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to