Hi all,
When I try to invoke a operation in the service using the auto-generated
code using wsdl is giving me the following exception.
Exception in thread "main" org.apache.axis2.AxisFault:
org.apache.axis2.databinding.ADBException: Unexpected subelement return
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.wso2.carbon.governance.uri.stub.URIStub.fromOM(URIStub.java:1694)
at org.wso2.carbon.governance.uri.stub.URIStub.addURI(URIStub.java:246)
at
org.wso2.carbon.governance.uri.service.client.UriServiceClient.main(UriServiceClient.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
Caused by: java.lang.Exception: org.apache.axis2.databinding.ADBException:
Unexpected subelement return
at
org.wso2.carbon.governance.adduri.services.AddURI$Factory.parse(AddURI.java:447)
at org.wso2.carbon.governance.uri.stub.URIStub.fromOM(URIStub.java:1611)
... 7 more
Caused by: org.apache.axis2.databinding.ADBException: Unexpected subelement
return
at
org.wso2.carbon.governance.adduri.services.AddURI$Factory.parse(AddURI.java:441)
... 8 more
What can be the reason for such an exception??
Here I am attaching the wsdl with this.
thanks
Eranda
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns5="http://services.getURIDependencies.governance.carbon.wso2.org" xmlns:ns6="http://exceptions.core.registry.carbon.wso2.org/xsd" xmlns:ns7="http://exception.api.governance.carbon.wso2.org/xsd" xmlns:ns8="http://api.registry.carbon.wso2.org/xsd" xmlns:ns2="http://services.updateURI.governance.carbon.wso2.org" xmlns:ns1="http://services.getURI.governance.carbon.wso2.org" xmlns:ns4="http://services.getURIArtifactIDs.governance.carbon.wso2.org" xmlns:ns3="http://services.deleteURI.governance.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://ws.apache.org/axis2" xmlns:ns0="http://services.addURI.governance.carbon.wso2.org" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://ws.apache.org/axis2">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2234="http://exception.api.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.addURI.governance.carbon.wso2.org">
<xs:import namespace="http://exception.api.governance.carbon.wso2.org/xsd" />
<xs:element name="addURIServiceGovernanceException">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GovernanceException" nillable="true" type="ax2234:GovernanceException" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="addURI">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="info" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="addURIResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="return" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2234="http://exception.api.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.getURI.governance.carbon.wso2.org">
<xs:import namespace="http://exception.api.governance.carbon.wso2.org/xsd" />
<xs:element name="getURIServiceGovernanceException">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GovernanceException" nillable="true" type="ax2234:GovernanceException" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getURI">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="artifactId" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getURIResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="return" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2234="http://exception.api.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.updateURI.governance.carbon.wso2.org">
<xs:import namespace="http://exception.api.governance.carbon.wso2.org/xsd" />
<xs:element name="updateURIServiceGovernanceException">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GovernanceException" nillable="true" type="ax2234:GovernanceException" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="updateURI">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="updatedInfo" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="updateURIResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="return" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2234="http://exception.api.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.deleteURI.governance.carbon.wso2.org">
<xs:import namespace="http://exception.api.governance.carbon.wso2.org/xsd" />
<xs:element name="deleteURIServiceGovernanceException">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GovernanceException" nillable="true" type="ax2234:GovernanceException" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteURI">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="artifactId" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteURIResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="return" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2234="http://exception.api.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.getURIArtifactIDs.governance.carbon.wso2.org">
<xs:import namespace="http://exception.api.governance.carbon.wso2.org/xsd" />
<xs:element name="getURIArtifactIDsServiceGovernanceException">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GovernanceException" nillable="true" type="ax2234:GovernanceException" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getURIArtifactIDs">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="getURIArtifactIDsResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="return" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2234="http://exception.api.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.getURIDependencies.governance.carbon.wso2.org">
<xs:import namespace="http://exception.api.governance.carbon.wso2.org/xsd" />
<xs:element name="getURIDependenciesServiceGovernanceException">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GovernanceException" nillable="true" type="ax2234:GovernanceException" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getURIDependencies">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="artifactId" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getURIDependenciesResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="return" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2232="http://api.registry.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exceptions.core.registry.carbon.wso2.org/xsd">
<xs:import namespace="http://api.registry.carbon.wso2.org/xsd" />
<xs:complexType name="RegistryException">
<xs:complexContent>
<xs:extension base="ax2232:RegistryException">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2233="http://exceptions.core.registry.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exception.api.governance.carbon.wso2.org/xsd">
<xs:import namespace="http://exceptions.core.registry.carbon.wso2.org/xsd" />
<xs:complexType name="GovernanceException">
<xs:complexContent>
<xs:extension base="ax2233:RegistryException">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://api.registry.carbon.wso2.org/xsd">
<xs:complexType name="RegistryException">
<xs:sequence />
</xs:complexType>
</xs:schema>
</wsdl:types>
<wsdl:message name="addURIRequest">
<wsdl:part name="parameters" element="ns0:addURI" />
</wsdl:message>
<wsdl:message name="addURIResponse">
<wsdl:part name="parameters" element="ns0:addURI" />
</wsdl:message>
<wsdl:message name="addURIServiceGovernanceException">
<wsdl:part name="parameters" element="ns0:addURIServiceGovernanceException" />
</wsdl:message>
<wsdl:message name="getURIRequest">
<wsdl:part name="parameters" element="ns1:getURI" />
</wsdl:message>
<wsdl:message name="getURIResponse">
<wsdl:part name="parameters" element="ns1:getURI" />
</wsdl:message>
<wsdl:message name="getURIServiceGovernanceException">
<wsdl:part name="parameters" element="ns1:getURIServiceGovernanceException" />
</wsdl:message>
<wsdl:message name="deleteURIRequest">
<wsdl:part name="parameters" element="ns3:deleteURI" />
</wsdl:message>
<wsdl:message name="deleteURIResponse">
<wsdl:part name="parameters" element="ns3:deleteURI" />
</wsdl:message>
<wsdl:message name="deleteURIServiceGovernanceException">
<wsdl:part name="parameters" element="ns3:deleteURIServiceGovernanceException" />
</wsdl:message>
<wsdl:message name="getURIDependenciesRequest">
<wsdl:part name="parameters" element="ns5:getURIDependencies" />
</wsdl:message>
<wsdl:message name="getURIDependenciesResponse">
<wsdl:part name="parameters" element="ns5:getURIDependencies" />
</wsdl:message>
<wsdl:message name="getURIDependenciesServiceGovernanceException">
<wsdl:part name="parameters" element="ns5:getURIDependenciesServiceGovernanceException" />
</wsdl:message>
<wsdl:message name="updateURIRequest">
<wsdl:part name="parameters" element="ns2:updateURI" />
</wsdl:message>
<wsdl:message name="updateURIResponse">
<wsdl:part name="parameters" element="ns2:updateURI" />
</wsdl:message>
<wsdl:message name="updateURIServiceGovernanceException">
<wsdl:part name="parameters" element="ns2:updateURIServiceGovernanceException" />
</wsdl:message>
<wsdl:message name="getURIArtifactIDsRequest">
<wsdl:part name="parameters" element="ns4:getURIArtifactIDs" />
</wsdl:message>
<wsdl:message name="getURIArtifactIDsResponse">
<wsdl:part name="parameters" element="ns4:getURIArtifactIDs" />
</wsdl:message>
<wsdl:message name="getURIArtifactIDsServiceGovernanceException">
<wsdl:part name="parameters" element="ns4:getURIArtifactIDsServiceGovernanceException" />
</wsdl:message>
<wsdl:portType name="URIPortType">
<wsdl:operation name="addURI">
<wsdl:input message="tns:addURIRequest" wsaw:Action="urn:addURI" />
<wsdl:output message="tns:addURIResponse" wsaw:Action="urn:addURIResponse" />
<wsdl:fault message="tns:addURIServiceGovernanceException" name="addURIServiceGovernanceException" wsaw:Action="urn:addURIaddURIServiceGovernanceException" />
</wsdl:operation>
<wsdl:operation name="getURI">
<wsdl:input message="tns:getURIRequest" wsaw:Action="urn:getURI" />
<wsdl:output message="tns:getURIResponse" wsaw:Action="urn:getURIResponse" />
<wsdl:fault message="tns:getURIServiceGovernanceException" name="getURIServiceGovernanceException" wsaw:Action="urn:getURIgetURIServiceGovernanceException" />
</wsdl:operation>
<wsdl:operation name="deleteURI">
<wsdl:input message="tns:deleteURIRequest" wsaw:Action="urn:deleteURI" />
<wsdl:output message="tns:deleteURIResponse" wsaw:Action="urn:deleteURIResponse" />
<wsdl:fault message="tns:deleteURIServiceGovernanceException" name="deleteURIServiceGovernanceException" wsaw:Action="urn:deleteURIdeleteURIServiceGovernanceException" />
</wsdl:operation>
<wsdl:operation name="getURIDependencies">
<wsdl:input message="tns:getURIDependenciesRequest" wsaw:Action="urn:getURIDependencies" />
<wsdl:output message="tns:getURIDependenciesResponse" wsaw:Action="urn:getURIDependenciesResponse" />
<wsdl:fault message="tns:getURIDependenciesServiceGovernanceException" name="getURIDependenciesServiceGovernanceException" wsaw:Action="urn:getURIDependenciesgetURIDependenciesServiceGovernanceException" />
</wsdl:operation>
<wsdl:operation name="updateURI">
<wsdl:input message="tns:updateURIRequest" wsaw:Action="urn:updateURI" />
<wsdl:output message="tns:updateURIResponse" wsaw:Action="urn:updateURIResponse" />
<wsdl:fault message="tns:updateURIServiceGovernanceException" name="updateURIServiceGovernanceException" wsaw:Action="urn:updateURIupdateURIServiceGovernanceException" />
</wsdl:operation>
<wsdl:operation name="getURIArtifactIDs">
<wsdl:input message="tns:getURIArtifactIDsRequest" wsaw:Action="urn:getURIArtifactIDs" />
<wsdl:output message="tns:getURIArtifactIDsResponse" wsaw:Action="urn:getURIArtifactIDsResponse" />
<wsdl:fault message="tns:getURIArtifactIDsServiceGovernanceException" name="getURIArtifactIDsServiceGovernanceException" wsaw:Action="urn:getURIArtifactIDsgetURIArtifactIDsServiceGovernanceException" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="URISoap11Binding" type="tns:URIPortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<wsdl:operation name="addURI">
<soap:operation soapAction="urn:addURI" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="addURIServiceGovernanceException">
<soap:fault use="literal" name="addURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getURI">
<soap:operation soapAction="urn:getURI" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="getURIServiceGovernanceException">
<soap:fault use="literal" name="getURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="deleteURI">
<soap:operation soapAction="urn:deleteURI" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="deleteURIServiceGovernanceException">
<soap:fault use="literal" name="deleteURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getURIDependencies">
<soap:operation soapAction="urn:getURIDependencies" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="getURIDependenciesServiceGovernanceException">
<soap:fault use="literal" name="getURIDependenciesServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="updateURI">
<soap:operation soapAction="urn:updateURI" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="updateURIServiceGovernanceException">
<soap:fault use="literal" name="updateURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getURIArtifactIDs">
<soap:operation soapAction="urn:getURIArtifactIDs" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="getURIArtifactIDsServiceGovernanceException">
<soap:fault use="literal" name="getURIArtifactIDsServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="URISoap12Binding" type="tns:URIPortType">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<wsdl:operation name="addURI">
<soap12:operation soapAction="urn:addURI" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="addURIServiceGovernanceException">
<soap12:fault use="literal" name="addURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getURI">
<soap12:operation soapAction="urn:getURI" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="getURIServiceGovernanceException">
<soap12:fault use="literal" name="getURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="deleteURI">
<soap12:operation soapAction="urn:deleteURI" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="deleteURIServiceGovernanceException">
<soap12:fault use="literal" name="deleteURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getURIDependencies">
<soap12:operation soapAction="urn:getURIDependencies" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="getURIDependenciesServiceGovernanceException">
<soap12:fault use="literal" name="getURIDependenciesServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="updateURI">
<soap12:operation soapAction="urn:updateURI" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="updateURIServiceGovernanceException">
<soap12:fault use="literal" name="updateURIServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getURIArtifactIDs">
<soap12:operation soapAction="urn:getURIArtifactIDs" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="getURIArtifactIDsServiceGovernanceException">
<soap12:fault use="literal" name="getURIArtifactIDsServiceGovernanceException" />
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="URIHttpBinding" type="tns:URIPortType">
<http:binding verb="POST" />
<wsdl:operation name="addURI">
<http:operation location="addURI" />
<wsdl:input>
<mime:content type="text/xml" part="parameters" />
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml" part="parameters" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getURI">
<http:operation location="getURI" />
<wsdl:input>
<mime:content type="text/xml" part="parameters" />
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml" part="parameters" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="deleteURI">
<http:operation location="deleteURI" />
<wsdl:input>
<mime:content type="text/xml" part="parameters" />
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml" part="parameters" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getURIDependencies">
<http:operation location="getURIDependencies" />
<wsdl:input>
<mime:content type="text/xml" part="parameters" />
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml" part="parameters" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="updateURI">
<http:operation location="updateURI" />
<wsdl:input>
<mime:content type="text/xml" part="parameters" />
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml" part="parameters" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getURIArtifactIDs">
<http:operation location="getURIArtifactIDs" />
<wsdl:input>
<mime:content type="text/xml" part="parameters" />
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml" part="parameters" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="URI">
<wsdl:port name="URIHttpSoap11Endpoint" binding="tns:URISoap11Binding">
<soap:address location="http://10.200.3.166:9763/services/URI.URIHttpSoap11Endpoint/" />
</wsdl:port>
<wsdl:port name="URIHttpsSoap11Endpoint" binding="tns:URISoap11Binding">
<soap:address location="https://10.200.3.166:9443/services/URI.URIHttpsSoap11Endpoint/" />
</wsdl:port>
<wsdl:port name="URIHttpsSoap12Endpoint" binding="tns:URISoap12Binding">
<soap12:address location="https://10.200.3.166:9443/services/URI.URIHttpsSoap12Endpoint/" />
</wsdl:port>
<wsdl:port name="URIHttpSoap12Endpoint" binding="tns:URISoap12Binding">
<soap12:address location="http://10.200.3.166:9763/services/URI.URIHttpSoap12Endpoint/" />
</wsdl:port>
<wsdl:port name="URIHttpsEndpoint" binding="tns:URIHttpBinding">
<http:address location="https://10.200.3.166:9443/services/URI.URIHttpsEndpoint/" />
</wsdl:port>
<wsdl:port name="URIHttpEndpoint" binding="tns:URIHttpBinding">
<http:address location="http://10.200.3.166:9763/services/URI.URIHttpEndpoint/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev