Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WSDL + SOAP12 and Eclipse WSDL editor problem
WSDL + SOAP12 and Eclipse WSDL editor problem [message #642531] Wed, 01 December 2010 17:04 Go to next message
Maatari  is currently offline Maatari Friend
Messages: 4
Registered: November 2010
Junior Member
Dear All,


I'm trying to create some first contract web service by first realizing a WSDL with the WSDL editor coming along with eclipse. However it seams that :

It can't neither provide me with soap12 Biding

but also

do not support WSDL2


????


When I use the wsdl editor to inspect the WSDL file generated in code first appraoch from a SEI with as parameter of generation SOAP1.2 for the binding I always get this waring in the resulting WSDL:

"A description use neither MIME Biding as describre in WSDL 1.1 section 5 nor WSDL SOAP Biding in WSDL 1.1 section 3 on each of the WSDL:input and WSDL:output elements of WSDL:Binding "


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="HiserviceImplService" targetNamespace="http://testOfcxf/" xmlns:tns="http://testOfcxf/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://testOfcxf/" schemaLocation="hiservice_schema1.xsd"/>
</schema>
</wsdl:types>
<wsdl:message name="Hi">
<wsdl:part name="parameters" element="tns:Hi">
</wsdl:part>
</wsdl:message>
<wsdl:message name="HiResponse">
<wsdl:part name="parameters" element="tns:HiResponse">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="HiService">
<wsdl:operation name="Hi">
<wsdl:input name="Hi" message="tns:Hi">
</wsdl:input>
<wsdl:output name="HiResponse" message="tns:HiResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="HiserviceImplServiceSoapBinding" type="tns:HiService">
<soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Hi">
<soap12:operation soapAction="urn:Hi" style="document"/>
<wsdl:input name="Hi">
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output name="HiResponse">
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="HiserviceImplService">
<wsdl:port name="HiserviceImplPort" binding="tns:HiserviceImplServiceSoapBinding">
<soap12:address location="http://localhost:8080/TestOfCXF/services/HiserviceImplPort"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>



>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


Can someone help me, I would like to use WSDL 2 and SOAP 1.2
Re: WSDL + SOAP12 and Eclipse WSDL editor problem [message #642548 is a reply to message #642531] Wed, 01 December 2010 18:24 Go to previous message
Maatari  is currently offline Maatari Friend
Messages: 4
Registered: November 2010
Junior Member
At least, Only SOAP1.2
Previous Topic:Problem Generating the web service client proxy using WTP+ CXF
Next Topic:Installing WTP and Prerequisites
Goto Forum:
  


Current Time: Fri Apr 19 06:04:09 GMT 2024

Powered by FUDForum. Page generated in 0.01930 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top