MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
minki
Post subject: WSDL created by Myeclipse 7.5 doen't contain parameter value  PostPosted: Dec 14, 2009 - 06:27 PM



Joined: Dec 14, 2009
Posts: 1

Hi

I have created a web service which returns a customer list. Customer has first name and last name. I have created wsdl using myeclipse 7.5 but I am not getting parameter names as I need to use BIRT eclipse to generate report. When I generate reports using BIRT, it asks me for parameter values to map with them. Here is my WSDL. Please do the needful as it is very urgent.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3-hudson-390-. -->
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ctep.nih.nci.gov/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CustomerListService" targetNamespace="http://ctep.nih.nci.gov/">
<types>
<xsd:schema>
<xsd:import namespace="http://ctep.nih.nci.gov/" schemaLocation="CustomerListService_schema1.xsd"/>
</xsd:schema>
</types>
<message name="getCustomerList">
<part element="tns:getCustomerList" name="parameters"/>
</message>
<message name="getCustomerListResponse">
<part element="tns:getCustomerListResponse" name="parameters"/>
</message>
<portType name="CustomerListDelegate">
<operation name="getCustomerList">
<input message="tns:getCustomerList"/>
<output message="tns:getCustomerListResponse"/>
</operation>
</portType>
<binding name="CustomerListPortBinding" type="tns:CustomerListDelegate">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="getCustomerList">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="CustomerListService">
<port binding="tns:CustomerListPortBinding" name="CustomerListPort">
<soap:address location="http://localhost:8080/WebServiceExample/CustomerListPort"/>
</port>
</service>
</definitions>
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: WSDL created by Myeclipse 7.5 doen  PostPosted: Dec 17, 2009 - 08:24 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8012

Moving to Off Topic >> Software Development.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits