SOAPUI & WSDL integration

Permalink
can SOAPUI & WSDL be integrated with Concrete5?
Is there any documentation for this?

cdowner
 
hutman replied on at Permalink Reply
hutman
Can you be more specific? Are you looking for a built in SOAP API or are you looking to build something in? Are you trying to send C5 information out or get information in?
cdowner replied on at Permalink Reply
cdowner
Thanks for your speedy reply Hutman;

1. I am trying to integrate a supplier feed to my site.
2. I found out yesterday SOAPUI is a program for editing.
3. The document the sent me is extension wsdl, an XML language.

My intent is to integrate this feed into my Concrete5 site for clients to have realtime look on product and availability including purchase and shipping.

In the zipped file I have received contains folders (folders contain files and other folders) and a file:
1. conf (Folder)
2. doc (Folder)
3. java (Folder)
4. prod-client (File)

I am trying to see how would I combine this in me existing web site.

Thanks for replying again.
hutman replied on at Permalink Reply
hutman
There aren't really any Concrete5 tools (that I know of) for doing this. You'll need to write the code to get the information back from the SOAP calls and process it.
cdowner replied on at Permalink Reply
cdowner
That’s what I was thinking, as I couldn’t find any notes on this