Ricardo Echavarria

Results 8 comments of Ricardo Echavarria

@danxexe I'll merge as soon as the erlang lib merges that PR

I've had some problems with erlsom and nested structures. I have tried sending tuples and maps but no success so far. Are you still experiencing these problems ?

I just found something that might be helpful. http://erlang.org/pipermail/erlang-questions/2008-July/036759.html you might have to bypass detergentex and try it with :detergent first.

@sveinfid I get somewhere different with this: ``` wsdl = :detergent.initModel('http://www.thomas-bayer.com/axis2/services/BLZService?wsdl','p') :detergent.call(wsdl, 'getBank', [], '123') ``` But still missing something.

Hello I think it its current state it works if the user and password are part of the service parameters if you have to send it in the headers part...

Hey I was looking into the Erlang code and I think this line should be a clue of how to send the headers. https://github.com/devinus/detergent/blob/master/src/detergent.erl#L113 Hopefully you don't need to modify...

@davidlaprade I think there was a way to do it in the erlang version. I can take a look at that this weekend.

@davidlaprade It looks like there is a version that takes a header here: - https://github.com/devinus/detergent/blob/master/src/detergent.erl#L113 I'm using the simplier version here: https://github.com/r-icarus/detergentex/blob/master/lib/detergentex/client.ex#L15 So may we can add another `call` function...