Tagged Questions
0
votes
2answers
27 views
java.lang.AbstractMethodError for deployed aar on WSO2 Application Server
After invoking an operation by "try it" using WSO2 Application Server, admin area. I get this error.
I have created a wsdl file using eclipse and generate server side code using Axis2 code generator, ...
-1
votes
1answer
31 views
Exception using the SchemaFilter in WSO2 GREG
I get this exception
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO
peration.java:413) ~[axis2_1.6.1-wso2v7.jar:na]
at ...
1
vote
2answers
60 views
TransformerFactoryConfigurationError when trying to use Saxon with a web service
My web service, living on Axis2 inside a WSO2 WSAS application server, contains the following code:
String prop = "javax.xml.transform.TransformerFactory";
String val = ...
3
votes
2answers
124 views
does axis 2 automatically create (and save) wsdl file?
I have a web service up and running with eclipse/tomcat/axis2. I want to get it linked to a bpel process, so I need the wsdl file. I can display the wsdl by starting the server and going to
...
0
votes
1answer
63 views
“Can't find export handler for war”, while trying to export WSO2 web app
I keep getting the error below, while trying to Export Project as Deployable Archive.
Here is what I see in the log:
!MESSAGE An error occured while creating the archive file
!STACK 0
...
0
votes
1answer
51 views
Develop a PIP example for WSO2
hello I'm trying to test an XML policy, that given certain user if the attribute "givenname" is right, allow access. when I evaluated using a PIP policy which connects to an LDAP and gets the value of ...
0
votes
2answers
96 views
What is WSO2 authorization and how it's different from Oauth?
I have some idea on Oauth, it's an open standard framework which helps in Authorization process by creating a token and using that to access some resources.
I googled a bit about WSO2 I understood ...
0
votes
0answers
104 views
Enabling gzip compression to org.apache.soap
Hi I'm trying to enable gzip compression to my org.apache.soap.Message.
Does anybody know how to do this.
I tried some post like
soapmessage-gzip-implementation but didn't work for me
Main method ...
0
votes
0answers
115 views
WSO2 DSS not working properly while i am sending this query in to postgres database its showing errors
it is bug of WSO2DSS or its doesn't has future of it
i am sending epoch value from WSO2 ESB to WSO2 DSS and firing this customized query
INSERT INTO public.emp2(e_device,e_amount,e_no,jointime) ...
0
votes
2answers
227 views
Current example of use of WSO2 Identity Server API
I try to add new user through WSO2 IS API, but the most recent example of use is:
WSO2 Identity Server managing users and roles through API
It works, but when I try to execute method for adding new ...
0
votes
1answer
116 views
WSO2 Governance Registry - Adding Notification for Service
I am following the example listed in this link to add custom email notifications.
In my maven project 'RegistryService': I created the EmailTransformHandler and used maven to create the ...
1
vote
0answers
77 views
WSO2ESB-Error Java Client Consumer and WS Provider
I'm trying to execute a Java Client Code using Eclipse Helios with Developper studio, to communicate with a webService inside WSO2ESB. And When I run the code I have the following errors:
Exception ...
1
vote
1answer
226 views
Sending an simple E-mail using WSO2 ESB
I am trying to send an e-mail to a specific address using WSO2 ESB.
I configured my axis2.xml by applying following settings to mailto transport sender.
<transportSender name="mailto" ...
0
votes
1answer
193 views
Wso2 Data Services - Update Operation Issue
I am experimenting WSO2 DataService Component with MySQL as the database.
I exposed the MySQL database as a service using the WSO2 component and was able to use the WSDL to generate Java code.
Using ...
1
vote
1answer
54 views
WSO2 and Java Client periodic requests
I generated A Java Client for a WebService deployed on WSO2ESB, through this Client, I tried to send a periodic requests using a loop and Sleep, But I received the same response (Value, time of ...
0
votes
0answers
95 views
WSO2 AS DataSource Pool is not reusable
I needed to somehow use datasource in my webapps on appserver, so there's one question regarding this.
I made a DataSource on my WSO2 AS, it looks like this:
Type: RDBMS
Driver: ...
2
votes
1answer
131 views
WSO2 Carbon Management Console Exception
I am using WSO2Carbon version 4.0.3 and have configured it by installing WSO2 WSAS application server and WSO2 ESB.
I created a RESTful (JAX-RS) sample web service and deployed it to the WSO2 ...
2
votes
2answers
60 views
How to migrate from JCAPS to WSO2 ESB
We are using a JavaCAPS (JCAPS 5.X and 6.X) and want to migrate to WSO2 ESB. Now the question is how we can migrate with as much automatic migration as possible.
TThe JCDs can be migrated to a custom ...
1
vote
3answers
145 views
wso2esb & wso2as - Chaining or Orchestration of two Web Services
Dear all, In the first happy new year.
My Objective is as follow:
I have two axis2 webservices (ws1, ws2) deployed in wso2as. The Client, through wso2esb has to give arguments to ws1, and the ...
0
votes
4answers
549 views
WSO2 ESB JSON to SOAP
Most of the current docs are with reference to SOAP-to-JSON, I was hoping whether there are any reference material or tutorials when using WSO2 ESB to transform JSON response object to SOAP service. ...
1
vote
2answers
62 views
WSO2 Application Server: Distinguish duplicate method names
for a project at university I am trying to set up a quite simple HelloWorld-Service on a WSO2 Application Server v5.01. It contains an interface and a class with three methods.
Interface:
public ...
1
vote
0answers
51 views
Guaranteed delivery to dynamic recipient list
I have an upcoming project to provide guaranteed delivery of notification messages over web-services to a dynamic recipient list. We're currently using Synapse for some other transformation, routing, ...
1
vote
2answers
104 views
Using SCIM in WS02 identity server
I have downloaded WS02 Identity Server (version 3.2.3) and installed it on Windows. I want to explore SCIM support provided by WS02 IS. However, I could not find any information on it. Is there a ...
0
votes
3answers
327 views
Wso2 ESB admin services to get Create proxies Java
1) Hello I am trying to use the admin services to create an Proxy inside the ESB.
So I have exposed the admin services (Hidden=false)
I have imported the WSDl in my Java project ...
1
vote
1answer
135 views
MEX endpoint for WSO2 Identity Server
I am trying to set up an STS test scenario with an STS service, a webservices and a client. The Secure Token Service is from the Identity Server of WSO2 and runs at endpoint
...
0
votes
3answers
422 views
wso2 carbon studio: uploading a class mediator to ESB
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 ...
2
votes
1answer
261 views
Generate stubs for wso2 esb UsernameToken secured service
I am trying to write a simple java client for a wso2 esb service, secured using the UsernameToken method. I have difficulties generating the java stubs.
I've tried WSDL2Java first but it doesn't ...
0
votes
0answers
112 views
WSO2: Switching client from IIS connection to ESB connection has a connection error to the service?
It is a java client using Glassfish Metro to communicate to IIS Web Services using WS-Security. However when I try to communicate to the service through the WSO2 ESB it fails.
The ESB logs show ...
0
votes
0answers
76 views
wso2 esb paypal integration using org.wso2.carbon.business.messaging.paypal.integration.core jar
I had created the paypal integration proxy as per the given information in this readme.txt file from ...
0
votes
3answers
237 views
How to Stop WSO2 4.0.3
I have started the wso2 server with ./wso2server.sh , but there is no script to stop the server ?
Can anybody tell the command to stop the server ?
Thanks
Suresh
1
vote
1answer
79 views
wso2 resolve missing dependencies
I've successfully managed to run the code from this tutorial, using carbon studio, maven and m2e on my GReg server on localhost:
http://www.smartjava.org/content/access-wso2-registry-programatically
...
0
votes
1answer
308 views
How to register a Service to WSO2 Governance Registry using governance API?
I want to register a Service using Governance Registry API, wrote codes like this:
ServiceManager serviceManager = new ServiceManager(registry);
Service newService = ...
3
votes
4answers
1k views
WSO2 ESB Unable to convert complete JSON data to XML
I am constructing a POC. And I created a pass through proxy service for Google Plus.
Without using any proxy service I get this is my output :
{
"kind":"plus#person",
...
1
vote
0answers
185 views
WSO2 - Configuring JPA on WSAS
We are working on a WSO2 Application Server based project 4.2.1.
We need webservices communicating with a MySQL db.
The technology we are trying to use is JPA, Hibernate.
We got webservices running, ...
0
votes
1answer
697 views
Adapters for WSO2 ESB
I just recently installed v4.0.3. I am looking for the adapter for COTS such as SAP BAPI & IDoc, PeopleSoft, MS Navision, IBM WebSphere MQ, Oracle AQ, MSMQ and cloud services such as Salesforce, ...
0
votes
1answer
136 views
ESB service client creation
I need to develop a graphical client for exchange information with the server, where a service runs (wso2 esb). I have no knowledge about it except that it exchanges information in XML as I ...
2
votes
2answers
643 views
Does a truststore also need a CA's certificate to authenticate?
I am using WSO2 ESB 4.0.0 and Application Server 4.1.0 to talk with each other over SSL. Both have been configured with the same keystore. Both are on different servers. The reason for this is so ...
1
vote
1answer
195 views
How to set access timeout for Web APP in WSO2?
Does anyone know how to configure the request timeout to a Web App served by WSO2 app server?
I couldn't find yet how to set this timeout, or at least find out what's default. WSO2 is a great app ...
1
vote
3answers
912 views
Client to consume a WSO2 WSAS Web Service with Username Token Security
Dear all,
I need to implement a client to consume a Web Service that is deployed on the WSO2 WSAS with username token security.
I can use the stub generated by the wsdl2java, a dynamic approach is ...
0
votes
2answers
236 views
What's the best setup for working with WSO2 WSAS
What version of java, eclipse and WPT should I be using?

