• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Vba to import Data into the instance?

Naga.Naredla

New Member
Hi All,

I have WSDL and SOAP Request, now my aim is to import the data into my application using the WSDL and the Soap Requests

Regards
Naga
 
There isn't nearly enough detail to help you here.

I'd imagine that you'd need to send XML to service. But without any details of how the document is structured... can't help you much.

Have a read of W3 school documentation on XML WSDL and see if you can construct XML from that.
https://www.w3schools.com/xml/xml_wsdl.asp

Note: SOAP in general is pain in the rear to deal with. See if there is alternate method to send requests (REST API or some other method).
 
Back
Top