473,406 Members | 2,378 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Webservice Type is Undefined

When I am consuming a webservice, an object has an undefined value
(inq3Type.Call3Data). I do not completely understand why this is happening
and apologize for the vague question. My assumption is that the WSDL is
defined incorrectly and .NET cannot parse the types. Any help is greatly
appreciated!

CustDDGSvc ws = new CustDDGSvc();
ws.Url = "http://dmapfra003.decisionone.com:8080/JISOAP/CustDDGSvc";
// don't understand why the inq3Type.Call3Data is <undefined value>
JI_M_INQCall3 inq3Type = ws.M_INQCall3("027378");
M_INQCall3_Call3Data_DataTemplate dataTemplate = inq3Type.Call3Data;

Following is the WSDL:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://CustDDGSvc.wsdlgen.EA_DDG"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://CustDDGSvc.wsdlgen.EA_DDG"
xmlns:intf="http://CustDDGSvc.wsdlgen.EA_DDG"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<schema targetNamespace="http://CustDDGSvc.wsdlgen.EA_DDG"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="M_INQCall3_Call3Data_DataTemplate">
<sequence>
<element name="CallStatus" nillable="true" type="xsd:string"/>
<element name="CSE14Info" nillable="true" type="xsd:string"/>
<element name="CSE6Info" nillable="true" type="xsd:string"/>
<element name="ReasonCode" nillable="true" type="xsd:string"/>
<element name="ManufSerial" nillable="true" type="xsd:string"/>
<element name="ReturnCode" nillable="true" type="xsd:string"/>
<element name="CSE2Info" nillable="true" type="xsd:string"/>
<element name="SiteAddress" nillable="true" type="xsd:string"/>
<element name="SiteName" nillable="true" type="xsd:string"/>
<element name="CSE10Info" nillable="true" type="xsd:string"/>
<element name="NPC" nillable="true" type="xsd:string"/>
<element name="EventComment" nillable="true" type="xsd:string"/>
<element name="DHRRcb" nillable="true" type="xsd:string"/>
<element name="SiteCity" nillable="true" type="xsd:string"/>
<element name="CSE9Info" nillable="true" type="xsd:string"/>
<element name="SiteZip" nillable="true" type="xsd:string"/>
<element name="Problem" nillable="true" type="xsd:string"/>
<element name="DHRRhours" nillable="true" type="xsd:string"/>
<element name="CSE13Info" nillable="true" type="xsd:string"/>
<element name="CSE5Info" nillable="true" type="xsd:string"/>
<element name="DispatcherID" nillable="true" type="xsd:string"/>
<element name="SupportCode" nillable="true" type="xsd:string"/>
<element name="AssignedCSE" nillable="true" type="xsd:string"/>
<element name="CustPO" nillable="true" type="xsd:string"/>
<element name="OpenDtTm" nillable="true" type="xsd:string"/>
<element name="ServiceCat" nillable="true" type="xsd:string"/>
<element name="CSE1Info" nillable="true" type="xsd:string"/>
<element name="ArriveDtTm" nillable="true" type="xsd:string"/>
<element name="ServAtName" nillable="true" type="xsd:string"/>
<element name="DDGCallNbr" nillable="true" type="xsd:string"/>
<element name="IDMSStatus" nillable="true" type="xsd:string"/>
<element name="CSE8Info" nillable="true" type="xsd:string"/>
<element name="DHRRdays" nillable="true" type="xsd:string"/>
<element name="Action" nillable="true" type="xsd:string"/>
<element name="CallType" nillable="true" type="xsd:string"/>
<element name="ContactPhone" nillable="true" type="xsd:string"/>
<element name="DDGAutoAssnFlag" nillable="true" type="xsd:string"/>
<element name="VABA" nillable="true" type="xsd:string"/>
<element name="CSE4Info" nillable="true" type="xsd:string"/>
<element name="CSE12Info" nillable="true" type="xsd:string"/>
<element name="ReferanceNbr" nillable="true" type="xsd:string"/>
<element name="TimeZone" nillable="true" type="xsd:string"/>
<element name="SitePhoneNbr" nillable="true" type="xsd:string"/>
<element name="ServiceAtCity" nillable="true" type="xsd:string"/>
<element name="AssesmentInd" nillable="true" type="xsd:string"/>
<element name="ETADtTm" nillable="true" type="xsd:string"/>
<element name="UpdateDispatcherID" nillable="true" type="xsd:string"/>
<element name="Unit" nillable="true" type="xsd:string"/>
<element name="CallEventCode" nillable="true" type="xsd:string"/>
<element name="ManufModel" nillable="true" type="xsd:string"/>
<element name="DHRRurg" nillable="true" type="xsd:string"/>
<element name="ServiceAtStreet" nillable="true" type="xsd:string"/>
<element name="DHRRrest" nillable="true" type="xsd:string"/>
<element name="SiteState" nillable="true" type="xsd:string"/>
<element name="CSE7Info" nillable="true" type="xsd:string"/>
<element name="EventCSE" nillable="true" type="xsd:string"/>
<element name="DeptName" nillable="true" type="xsd:string"/>
<element name="DHRRresp" nillable="true" type="xsd:string"/>
<element name="LastEntryDtTm" nillable="true" type="xsd:string"/>
<element name="EventDtTm" nillable="true" type="xsd:string"/>
<element name="DDGSite" nillable="true" type="xsd:string"/>
<element name="ManufID" nillable="true" type="xsd:string"/>
<element name="CSE3Info" nillable="true" type="xsd:string"/>
<element name="CSE11Info" nillable="true" type="xsd:string"/>
<element name="Priority" nillable="true" type="xsd:string"/>
<element name="ServiceAtDept" nillable="true" type="xsd:string"/>
<element name="ServiceAtZipPC" nillable="true" type="xsd:string"/>
<element name="ServiceAtState" nillable="true" type="xsd:string"/>
<element name="ContactName" nillable="true" type="xsd:string"/>
<element name="ManufType" nillable="true" type="xsd:string"/>
<element name="Symptom" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="JI_M_INQCall3">
<sequence>
<element name="Call3Data" nillable="true"
type="impl:M_INQCall3_Call3Data_DataTemplate"/>
</sequence>
</complexType>
</schema>
</wsdl:types>

<wsdl:message name="M_INQCall3Response">

<wsdl:part name="M_INQCall3Return" type="intf:JI_M_INQCall3"/>

</wsdl:message>

<wsdl:message name="M_INQCall3Request">

<wsdl:part name="CallNum3" type="xsd:string"/>

</wsdl:message>

<wsdl:portType name="CustDDGSvc">

<wsdl:operation name="M_INQCall3" parameterOrder="CallNum3">

<wsdl:input message="intf:M_INQCall3Request"
name="M_INQCall3Request"/>

<wsdl:output message="intf:M_INQCall3Response"
name="M_INQCall3Response"/>

</wsdl:operation>

</wsdl:portType>

<wsdl:binding name="CustDDGSvcPortSoapBinding" type="intf:CustDDGSvc">

<wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>

<wsdl:operation name="M_INQCall3">

<wsdlsoap:operation soapAction=""/>

<wsdl:input name="M_INQCall3Request">

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://CustDDGSvc.wsdlgen.EA_DDG" use="encoded"/>

</wsdl:input>

<wsdl:output name="M_INQCall3Response">

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://CustDDGSvc.wsdlgen.EA_DDG" use="encoded"/>

</wsdl:output>

</wsdl:operation>

</wsdl:binding>

<wsdl:service name="CustDDGSvc">

<wsdl:port binding="intf:CustDDGSvcPortSoapBinding"
name="CustDDGSvcPort">

<wsdlsoap:address
location="http://dmapfra003.decisionone.com:8080/JISOAP/CustDDGSvc"/>

</wsdl:port>

</wsdl:service>

</wsdl:definitions>

Nov 23 '05 #1
0 1759

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Flare | last post by:
OK. I'll try explain my problem so simple as possible. I have to send a complex data type to a WebService from a Asp.net webapplication. My Data type look like this. (A class with a porperty)...
7
by: stephan querengaesser | last post by:
hi ng, i try to invoke a webservice-method with an filter-object, that contains value types. if i don´t want to filter the return value of the method, i have to pass a new instance of the...
7
by: Christian Wilhelm | last post by:
Hi! I'm trying to call a Java WebService out of a .net Client. There are two Methods, one Method requires one Parameter of type Parameter, the other Method requires one Parameter of type...
5
by: mtv | last post by:
Hi all, I have the following code: ================================ Webservice side: public class MyWS: WebService { private myLib.DataObject curDataObject;
0
by: Chris Fink | last post by:
When I am consuming a webservice, an object has an undefined value (inq3Type.Call3Data). I do not completely understand why this is happening and apologize for the vague question. My assumption...
7
by: Nalaka | last post by:
Hi, I created a sinple web service that returns a dataSet. Then I created a client program that uses this web service (that returns the Dataset). My question is, how did the client figure...
5
by: AliR | last post by:
Hi Everyone, I have a Visual C++ MFC program, and I am trying to use a webservice written in C#. When I add the webservice to my project using Add Web Reference the sproxy compiler complains...
3
by: Zeez | last post by:
Hi all, I have a webpage that calls a webservice found on a remote computer. Below is the code of my webpage: ===================================== <html> <head> <script...
6
by: Peter | last post by:
I have a WebService which returns a List of RunningReport class How do I read this XML data on the client side. How do I convert List<RunningReportfrom the WebService side to List<RunningReporton...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.