I am having my rhodes application. I would like to make SOAP request . I dont' want to make user of rhosync/rhoconnect. How can i found soap header and body please ?
|
feedback
|
|
You can include a SOAP gem or ruby extension (such as savon or soap4r) in your application, following these instructions, specifically under the heading for Adding Ruby Extension Libraries to Your Rhodes Application. However, if you are not limited to SOAP, you may use the provided AsyncHttp library. | |||
|
feedback
|