Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SOAP support and/or example #57

Open
zinji opened this issue Jul 31, 2014 · 5 comments
Open

Add SOAP support and/or example #57

zinji opened this issue Jul 31, 2014 · 5 comments
Labels
Milestone

Comments

@zinji
Copy link

zinji commented Jul 31, 2014

Thinking of using your tool as soap request client. Do you have any feature request in the pipeline. I am planning to modify the RestClient to incorporate the soap calls - do you have any suggestions on the proposed approach.

@timhall
Copy link
Member

timhall commented Aug 1, 2014

Hi @zinji From what I've seen of SOAP, it should definitely be doable with Excel-REST. The first step towards it, and this has been planned, is implementing built-in XML support (although it's indirectly supported now). After that, I'll have to look into more details on SOAP to see how best to integrate it. Do you have any good examples of APIs that I can use for reference?

@zinji
Copy link
Author

zinji commented Aug 2, 2014

Tim this is a sample webservice that provides geo location for ip addresses (http://ws.cdyne.com/ip2geo/ip2geo.asmx?wsdl). The service provides a soap response with xml contents.
I got this from this website http://www.service-repository.com/service/overview/-537094317. This site provides interface to make the calls and see the response.

@timhall timhall changed the title Soap Requests Add SOAP support and/or example Aug 3, 2014
@timhall timhall mentioned this issue Sep 14, 2014
13 tasks
@timhall timhall added the docs label Oct 20, 2014
@timhall timhall added this to the 4.0 milestone Oct 20, 2014
@IgorShch
Copy link

Hi Tim,

Thank you very much for your effort.

Sorry if it's stupid, but is the SOAP support included in the version 4.0? Would be pretty cool to have an example if it is.

@timhall
Copy link
Member

timhall commented Feb 11, 2015

@IgorShch I believe all of the elements of SOAP are supported, but I haven't tried a SOAP example yet. I'll look into it more and see if I can create an example for it.

@HugoHugoson
Copy link

I called some SOAP interface using basic authentication over HTTPS. I had some Chrome extension decode the WSDL and created the message envelope manually and got an XML string back.
Would that snippet be of any help, and where would I put it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants