Nice to have Webservices Integration

Like this feature.

http://www.scriptcase.net/docs/en_us/v81/manual_mp.htm#form-applications/form/procedures

but using webservice (sending parameter, getting action result )

Without Use Event Onbefore, AfterBefore etc.

There is a new macro for webservices on v8.1

Can you explain a little more what you suggest?

Hi Giu,

certains web services only receive signed xml files, can you put a piece of php sample code to sign a xml file ?

thanks
aquiles

I didn’t played with new macro yet. Today there is an english webinar about it http://www.scriptcase.net/scriptcase-webinars/
But, you can always use pure PHP to do thath.

[QUOTE=Giu;38950]I didn’t played with new macro yet. Today there is an english webinar about it http://www.scriptcase.net/scriptcase-webinars/
But, you can always use pure PHP to do thath.[/QUOTE]

That webinar never happened. I waited for more than 30 mins online for it to start from 4am my time.
Such un-professionalism from Scriptcase. I would have appreciated it if they sent an email or someting to say that the meeting was cancelled.

Hi.

Scritpcase goes directly to DataBase by DML SQL(insert etc.) , there is an option using Store procedure.
see this link http://www.scriptcase.net/docs/en_us/v81/manual_mp.htm#form-applications/form/procedures

I propose another action by using webservice calls in Native action of Scriptcase, obviously each person would be resposible to create it.

Even going a bit beyond. the retrieve data not only from an SQL statement , even obtain result from sources JSON or XML.

Thanks.
sorry for my bad english.

You can use a webservice by using standard php… That does work.

webservice macros, scriptcase 8.1

i wish someone explain webservices macros in english via web tutorial.

The current webservices implementation has a very limited use and is especially for pre-cooked connections. If you need to make use of wsdl’s then you need other tools to get things done. I.e. use the standard php functionality, or use an (open source) library like nusoap. I don’t advise to parse the full xml yourself unless the messages are very simple because it would be very time consuming.