wso2

Glassfih + WSO2 ESB 415 Unsupported media type

醉酒当歌 提交于 2019-12-13 21:56:23
问题 I am creating "Pass Through Proxy" in WSO2ESB using JAX-WS hosted on Glassfish. The problem is that the proxy does not work and it happens with EVERY PROXY I create in the ESB that are pointing to every Java Web Services on Glassfish : the console gives this error [1]. The thing is that Proxies to .Net Services instead, works fine. 1) I have tried with the ESB tryit tool to consume the service and I have the following response: <TryitProxyError h:status="SOAP envelope error" xmlns:h="http:/

Invoking secured web services using wso2 esb

不羁岁月 提交于 2019-12-13 20:40:55
问题 I am trying to access secured web services through WSO2 ESB. I receive a request from a web service, use sequence, apply XSLT mediator, construct the request as needed to hit the endpoint. I can do this successfully by creating a request for unsecured endpoints. How do I construct requests when the endpoints are secured using various security polices (Eg: X509 user name token, etc) Thanks. 回答1: Have a look at this sample. You need to secure the outgoing request message at the end point level.

WSO2 IoT Server - Device Owner in COPE scenario

Deadly 提交于 2019-12-13 20:17:44
问题 Which is the correct configuration in a COPE scenario? Define as Device Owner the System Services? org.wso2.iot.system.service/org.wso2.iot.system.service.ServiceDeviceAdminReceiver or the Agent? org.wso2.iot.agent/org.wso2.iot.agent.services.AgentDeviceAdminReceiver Thanks in advance 回答1: It's the org.wso2.iot.agent/org.wso2.iot.agent.services.AgentDeviceAdminReceiver you need to define as the device owner. You can follow the below steps in order to Define IoT server agent as Device Owner.

How to get the property transport.vfs.FileURI in sequence WSO2?

蹲街弑〆低调 提交于 2019-12-13 19:33:29
问题 Is there any way to get the value of transport.vfs.FileURI in a sequence in WSO2? For example I have a proxy vfs like this <parameter name="transport.vfs.ActionAfterProcess">MOVE</parameter> <parameter name="transport.PollInterval">15</parameter> <parameter name="transport.vfs.MoveAfterProcess">file:///opt/temp/</parameter> <parameter name="transport.vfs.FileURI">file:///opt/IDM/</parameter> <parameter name="transport.vfs.ContentType">application/xml</parameter> Then I want to get the value

What permissions are needed for WSO2 SCIM apis

大憨熊 提交于 2019-12-13 18:44:48
问题 What are the permissions required by a role in the Identity server to be able to access the SCIM apis? Can you point me to any docs? 回答1: Here is the list of permissions. Ref: https://docs.wso2.com/display/IS560/SCIM+2.0+REST+APIs 来源: https://stackoverflow.com/questions/51462598/what-permissions-are-needed-for-wso2-scim-apis

WSO2 ESB 4.8 json native support - trying to manipulate json and log using mediator via Script mediator

荒凉一梦 提交于 2019-12-13 18:44:47
问题 From WSO2 ESB 4.8 - json is supported natively, information can be found in WSO2 websit. Referring below blog w.r.t.json formatter & builder http://charithaka.blogspot.co.uk/2013/10/the-difference-between-json-streaming.html My use-case is to use JSON format over HTTP/1.1 REST, main point to note here is: not to tranform the json data within ESB (keep the json format natively within ESB) manipulate the json using mediator in json format (mediator which support json natively - script/custom

wso2 carbon studio: uploading a class mediator to ESB

不想你离开。 提交于 2019-12-13 18:26:51
问题 what is the fastest way do deploy a class Mediator on ESB? I have my custom mediator in eclipse and every time I extract the project as a JAR file and put it in "ESB\repository\components\lib" but it does not commit the changes every time... it looks like ESB still use an old verion of my custom mediator. Please suggest EDIT : also to have the last version deployed I need to delete all the files in the "dropins" folder 回答1: The fastest way I would suggest (With Developer Studio 2.0.1): Create

How to send account confirmation e-mail after self sign up on WSO2 API Manager

微笑、不失礼 提交于 2019-12-13 18:17:50
问题 We managed to lock the user store account after self registering an account in the store, but the only way we figured it out to unlock the account is using the admin console (CARBON). We've been trying to make the confirmation e-mail work after self sign up, but we had no luck until now. How could we achieve that? We are using the WSO2 API Manager 2.5.0. Community Edition. 回答1: I am also stopped in this point. I only see how to configure this on WSO2 Identity Server, here. But how can I do

wso2 eclipse server in status [starting] forever

梦想的初衷 提交于 2019-12-13 16:20:04
问题 I am trying to start/stop WSO2 ESB local server from Developer studio (based on kepler), but the server status will stay [Starting] forever (even after the server started successfully as evidenced by the console and wso2carbon.log). This is a problem, as it prevents me from deploying car files from within eclipse (eclipse waiting for server to finish starting), and even eclipse will shut the server down after the timeout elapses. How can I persuade eclipse that the server started already? Is

How to Decrypt Recieving Message from WSO2 Secured Proxy Service in Soap UI 5.0.0

五迷三道 提交于 2019-12-13 15:21:02
问题 I am trying to call a secure proxy service in WSO2 ESB. I followed this tutorial. I have successfully called the proxy service. I have also received the response in my proxy service "Out" sequence. But when I am sending this response back to SOAPUI. I am facing certain problems. I have done all the configurations as mentioned in the tutorial. First Method: When I try to send my request and define "Authentication" Properties in the following way. In which i include both the Outgoing WSS and