0
votes
1answer
32 views

Exception occurred during code generation for WSDL : null

Exception occurred during code generation for WSDL : null java.lang.ArrayIndexOutOfBoundsException: 73 at ...
0
votes
1answer
14 views

WSO2 GAR file WSDL to Schema dependencies

I am uploading a GAR which has WSDL and associated Schemas. The dependencies (schema imports, includes) between one schema to another is showing up fine in the "Dependencies" and "Associations" ...
0
votes
2answers
50 views

Exception when trying to list wsdls in wso2 greg

I get an empty screen when I click Main / Metadata / List / WSDLs in the management console of WSO2 Governance Registry. Any idea on how I can start trouble-shooting? It may have started in ...
0
votes
0answers
34 views

Disable XSD replacement while importing WSDL as zip file in WSO2 GREG?

When importing a zip file with WSDLs and XSDs to WSO2 GREG previously imported XML schema artifacts are replaced by XML schemas having the same name and namespace. That results in loosing of ...
0
votes
1answer
40 views

How to deactivate the creation of a service while importing WSDL in WSO2 GREG?

Is there anyway to deactivate the automatic generation of a service while importing a WSDL in WSO2 GREG?
0
votes
2answers
68 views

My proxy service doesn't work

I created a proxy service mapped on an external service running on my localhost inside Tomcat. When I call via SOAPUI the Proxy Service I get the error: The endpoint reference (EPR) for the ...
0
votes
0answers
47 views

Basis Proxy Service test fails

I am just trying WSO2 for my company, the first step I try is to create a basic Service Proxy. The context : - I have a WebService exposed on my Tomcat on localhost:8080 - I run WSO2 on the same ...
0
votes
2answers
87 views

Could not find or load main class org.apache.axis2.wsdl.WSDL2CPP

I am newbie to web service and WSDL. I am using WSO2 to create my first web service. For that matter, I am using Calculator.wsdl which is provided with WSO2 binary version. I executed below commands ...
0
votes
2answers
116 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 ...
1
vote
1answer
85 views

WSO2 ESB - How to select methods to expose in proxy services

Source wsdl contains 10 methods, but we want to expose only 2 of the methods in the proxy service. Is it possible? If possible than how?
1
vote
1answer
180 views

WSO2 ESB Proxy-Service Import XSD error

I want to connect ServiceManager WSDL to WSO2 esb as a target for a proxy service. I installed both SM9 and WSO2esb on the same dev system. SoapSonar will be used to check the results of my esb ...
0
votes
0answers
106 views

Identifying ServiceInterface in a wsdl

I'm trying to create a client using SpringMVC from WSDL Service endpoint I have defined in jax-ws.xml like this: <bean id="userAdminWebService" ...
1
vote
1answer
369 views

WSO2 WSF/PHP - WSDL w WS-Security Certificate Signing

I am trying to connect to a WSDL that uses WS-Security Certificate Signing over HTTPS. Only the outgoing messages are signed and it uses Binary Security Token (could not find this specific option in ...
0
votes
1answer
204 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 ...
-1
votes
1answer
97 views

WSO2 service generate wsdl is empty

I've installed wso2 on my server and I've created some webservice and clients with given WSDL documents. But now I have to create a WSDL from my own created service. But when I call my service url ...
0
votes
1answer
167 views

How to create a correct uuid ws-discovery service with wso2 Governance and ESB (4.1)?

I created few WS-Discovery services in static endpoint (URL) or dynamic endpoint (uuid) mode by wso2 Governance discovery proxy service on ESB server. The uuid-based WS-Discovery services can not ...
0
votes
1answer
507 views

Create WSO2 Proxy based on WSDL with mandatory header

In my scenario a have a webservice "SolverDummyWS" running in WSO2-AS, and want to generate a Proxy for this Service inside WSO2 ESB. Therefore I created a wsdl for the proxy manually, and added some ...
0
votes
1answer
157 views

WSO2 changed wsdl file

My service picked from a wsdl file. But the service wso2 published is chenged. If I want wso2 published just as my wsdl file. How to set? For example, My wsdl file is: <wsdl:service ...
0
votes
0answers
184 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
304 views

Consuming a WSO2 data service from C#

I’m unable to consume a WSO2 data service from C#. I created the data service using the documented way and then am able to interact with it from the “TryIt” function. Then I register a service ...
0
votes
1answer
383 views

Wso2 Web Services Framework for PHP and issues with ssl client and http sender

I am using Wso2 Web Services Framework (WSF) for PHP together with Zend Server CE 5.5 and for some reason issues occurs at the end stage of the connection phase to the Web Service. The Web Service ...
1
vote
0answers
181 views

WSO2 PHP Framework consuming wsdl declared methods

Good day. I want to consume a webservice declared in a wsdl in internet using PHP and the WSO2 framework (for streaming data reasons I need to use this). By reading documentation and examples I ended ...