|
This is the discussion forum for WSO2 Mashup server.
I want you help me understanding the usage of payloadJSON(), payloadXML(),callback when I use it, and how I can pass the parameters to a function that It is in the Mahups Code from the Custome Ui
I am trying to make a scrapping to a web site, I want a list of links, once a time that I get it, it retrieves me a xml document, but I do not how to use it or handle it.
I am trying to demonstrate the SOA thing to a client, a very large publisher and at this point I would really like to show them content from a particular site that needs log-in.
Then I want to consume it via gadgets in the gadget portal.
Is there a function to log in first before scraping the content?
Would the user logged into say Gadget server, be able log in with their own credentials to view content they have paid for?
Does this require queries to the data access layer to be achieved and would I then need to sue WACL to secure the content?
How would you suggest doing it?
Any
![]()
https://github.com/haebin/wso2-mashupserver-pooledhttpclient-hostobject
HttpClient by WSO2 has a design flaw. (method is used globally so it won't be able support multi-thread)
Use this pooled httpclient.
Besides fixing the problems, it support parallel URL calls. :D
How do I use the WSO2 Gadget server to make a web service call and pass the gadget form values to the data service???
I can call the web service to read the data into my gadget but I want to pass values to my data service by means of web service call. I am using GS 1.2 version. Can WSO2 GS has this feature???
Please help!!
Thanks & Regards,
Sam
I am trying to consume HTTPS RSS Feed using the Mashup server. The feeder is unable to bind to HTTPS protocol. Can you help?
Hi,
I am using Mashup to consume a web service, I am using the JavaScript Generator tool for Web Service.
I have a problem sending parameters to the function that generates, in other versions of Mashup he did so:
Services.Operation(parameters);
Now I put:
services ["Service"] Operations ["Operation"] (parameters);
But I said that the input parameters are not correct.
Thank you.
|