0
votes
0answers
12 views

Soap 1.1 soap 1.2 transformation with WSO2ESB

I'm looking for a solution on how to expose SOAP 1.1 WSDL based service via WSO2ESB as SOAP 1.2. I've read and tried everything I could reach. With WSDL-proxy options for publishing WSDL file are: - ...
0
votes
1answer
38 views

wso2 esb json post method blank query parameter handling

I converted JSON (client) to SOAP (back end) through ESB Proxy Service and it is working fine. URL "https://someurl.com/json/" The problem is that I am trying to call from another batch process ...
0
votes
1answer
64 views

Removing soap envelope from WSO2 proxy

Every outbound message from the WSO2 proxy service is wrapped by a soap envelope by default. Any possibility to remove it by configuration? I want the transformed message from the proxy service ...
0
votes
1answer
68 views

How do I compile WSO2 Web Services Framework - C++ for 64-bit Windows?

I've downloaded the WSF-CPP 2.1.0 source, and set the vcvars to x86_amd64 (using VS 2008/9.0) but I'm running into problems: I had to disable the /WX compiler option in ...
0
votes
4answers
135 views

&lt is shown in place of '<' - WSO2 proxy service

I have a webservice which returns XML string which in turn is captured by the callout mediator and its been sent to a JMS queue. But when I see the content in the queue, the '<' symbol is being ...
0
votes
2answers
71 views

WSO2: SOAP services routing based on an method param

I have a simple scenario we've been trying to implement but we could not figure out how to do it. Assume we have two services with the dame WSDL (below). We want to create a proxy in WSO2 that ...
0
votes
2answers
101 views

SOAP-request isn't dispatched by QName of the first body child element

I have a service described with this WSDL. When its operation createService is invoked with this request everything is fine. For this service a proxy service has been made on WSO2 ESB 4.6.0. Here is ...
0
votes
0answers
114 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
1answer
348 views

How To receive response from webservice to wso2 esb proxy service outsequence?

Currently i am sending an xml as jms message from activemq to the wso2 esb proxy service.That message i am aggregating using mediator class and that message i have sent to the external webservice. so ...
0
votes
2answers
185 views

WSO2 esb: how to proxy REST service with numeric operation name

We are trying to implement basic SOAP-to-REST proxy service on WSO2 ESB. Our 3rd-party REST service accepts the requests in the following format: ...
0
votes
1answer
266 views

WSO2 ESB: log and convert response from the RDF REST service back to SOAP

I am working on the WSO2 ESB POC for my company, which involves exposing the internal RESTful service via SOAP endpoint on the ESB. I've read all the threads and blog posts related to the SOAP-REST ...
0
votes
0answers
165 views

WSO2 Proxy Service (EPR) Endpoint Reference Error

Deployed a simple JAX-WS web service on my local machine. Tested it's wsdl with the soapUI, worked fine. Then in WSO2, created a simple Pass Through Proxy with default settings; publishing wsdl : ...
1
vote
1answer
189 views

How to expose a SOAP data service with a JSON proxy service on ESB?

I'm working on Stratos Live. I have implemented a SOAP data service. I would like to expose it as a JSON REST service defining a proxy on the ESB. How can I define it ? A pass-through proxy ? a ...
1
vote
1answer
103 views

WSO2 API Manager convert SOAP to REST

Is it possible to publish a SOAP service as a REST API directly in the API manager? Is it possible to convert the call and expose REST to end user while calling the SOAP? If possible, how? Thanks.
0
votes
4answers
566 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. ...
0
votes
0answers
73 views

HTTP Invoker services integrate with WSO2 ESB

I want to integrate HTTP Invoker services with WSO2 ESB. I try to integrate them with service chaining but I get the next error: WARN: /http-invoker-echo/remoting/EchoService: ...
0
votes
1answer
206 views

How to convert SOAP request to HTTP GET?

I am trying to construct an REST service query parameters from an incoming SOAP request, and I need GET mode ...
1
vote
1answer
283 views

WSO2 ESB - How to build soapenv:Body for remote service call

I have the WSDL file of the remote web service I need to call from a proxy service in the WSO2 ESB and would like to know if I need to construct the soap:Body's elements manually through XSLT/Enrich ...
0
votes
2answers
145 views

WSO2 WSF/PHP installation problems (C devs help needed)

I'm trying to install WSO2 WSF/PHP extension to use SOAP with WSSE. I was having problems when I was compiling sources, I needed to checkout trunk (instead of tag 2.1) from their repository, couple of ...
0
votes
1answer
193 views

API for WSO2 API Manager

Is there an API for WSO2 API Manager that I can consume? As in say, get a list of the API's or whatever. I heard there is a SOAP API for this, but I cannot find anything about it. I'm hoping someone ...
0
votes
2answers
179 views

Wso2 ESB GET PROXY NAME

I would like to know how can I get the name of the proxy in use in a sequence: <proxy xmlns="http://ws.apache.org/ns/synapse" name="PROXYNAME" transports="https,http" statistics="disable" ...
0
votes
0answers
105 views

publish rest GET resource as soap on wso2 esb

We have a need to publish REST resource smth like host/api/reports?PeriodStart=01.08.2012&ContractNr=T270/11 as SOAP web service on WSO2 ESB. How to achieve that for example SOAP containing body ...
0
votes
0answers
190 views

Create php soap server that support SWA (soap with attachment) or MTOM

I'm tring to develop a SOAP server written in php that support large file upload. The basic idea is to create a web service that receive two parameter function my_ws_function($object_with_some_data, ...
3
votes
1answer
465 views

WSO2 API Manager - can it convert REST requests to SOAP requests on the backend?

I'm exploring the use of the WSO2 API Manager for our legacy API, which is currently SOAP based. IDeally, I'd like to expose a RESTful interface to our customers and have API Manager convert that to a ...
0
votes
1answer
220 views

Access multiple WSO2 ESB Management consoles

I am running on my local Windows machine the WSO2 ESB and WSO2 Governance Reg. The problem is that I have to alternate their execution, since the management Panel is at the same address: ...
0
votes
0answers
217 views

WSO2 not honoring XSD

After spending a few hours with it, I'm getting close to a point where I might actually start using WSO for SOAP services, but I've run into one disturbing aspect. First off the service code class ...
0
votes
1answer
221 views

How to modify header wso2

I am creating a POC . I am trying to send "Authorization : Bearer " to a webservice proxy . How can i do this using Class Mediation in WSO2ESB . And also how can i modify the old payload by adding ...
0
votes
0answers
179 views

wso2 SOAP wsdl namespace override by default namespace?

My client is having namespace problem when trying to establish SOAP communication by WSO2 WSF/PHP Library ver2.1.0. wsdl specifies namespace as "http://www.w3.org/2005/05/xmlmime", but in the sending ...
0
votes
1answer
340 views

wso2 cpp code generation with wsdl2cpp client side with MTOM attachment

I have a soap web service exposed with axis2 (Java) which serializes POJOs, such as a Person that has a name and so on, as action responses. Moreover, I have an action which uses a DataHandler that is ...
0
votes
1answer
206 views

Segmentation Fault on WSDL request on PHP

I've created this simple example based on wsdl mode sample of wso2 framework for php. <?php try { $client = new ...
0
votes
1answer
278 views

wso2, wsf-php segmentation fault on script shut down

I'm trying to use WSO2 Web Services Framework for PHP 2.1.0 on Kubuntu 11.04 with php 5.3.5-1ubuntu7.7 I have minimal php installation, xml, xslt, lib-ssl, libaxis2c libraries: apt-get install php5 ...
0
votes
1answer
1k views

How can I transform an incoming SOAP response into a JSON document using WSO2 ESB 4.0.3?

I would like to transform the SOAP response body to JSON using WSO2 ESB 4.0.3. I found info on how to configure the ESB for JSON but then what? To put it differently; I would like to have/create a ...
1
vote
0answers
516 views

WSO2 WSF PHP SOAP XML request payload format

I have set-up wso2 PHP WS 2.1.0 framework on a centos server (PHP 5.2.10, apache/2.2.3) with the native PHP SOAP extension active. The sample WS clients work fine. The only difference in my WS ...
0
votes
1answer
390 views

Test whether SOAP is running properly

Programatically, I want to test whether SOAP is working fine on my clients machine. The machine can be windows/linux. I want to get the SOAP version as well. I'm using PHP. Similarly, I want to do it ...
0
votes
2answers
541 views

php wso2 ws-security sign only messages without encryption

I need to send a structure via soap which is time marked and cert signed but the body is not encrypted (ws-security mechanism). How to achieve such result - how to create a message signed with cert ...
4
votes
2answers
12k views

SOAP authentication with PHP

I need to connect to a web service that requires authentication credentials in the form of a plain text user name and password. I have a basic understanding of SOAP and have managed to connect to ...
0
votes
1answer
671 views

Missing UsernameToken element

I am getting a request in the following method but the soap message does not appear to contain the UsernameToken Element: $policy = new WSPolicy( array( 'useUsernameToken'=>true ) ...
1
vote
1answer
701 views

PHP WSO2's WSF/PHP

I am trying to use WSO2' WSF for PHP and I am using a WS Security object. I am making the request to the server and getting an Authentication error. I believe the WS Security Object is missing ...
0
votes
1answer
880 views

Zend Framework - Does Zend_Soap_Client supports SwA (Soap With Attachments)?

I need SwA (Soap with Attachments) support in php for a project. I can't find a reference in ZF docs about supporting SwA or not. Anybody knows if it is supported? If not supported, I have heard ...