473,715 Members | 4,902 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

difference in wsdl prevents DataBean

hi.. i have a small Web Service which is consumed by dotnet application

the webservice is located in 2 places. the first is my local tomcat,
and the second is in websphere server.

problems is that if i generate a proxy from the wsdl in websphere, i
can't get the databean if refer the proxy's url my tomcat's (i simply
recive null).

this is my tomcats's wsdl:

<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitio ns
targetNamespace ="http://localhost:8080/axis/services/PMRCUpdate"
xmlns="http://schemas.xmlsoap .org/wsdl/"
xmlns:apachesoa p="http://xml.apache.org/xml-soap"
xmlns:impl="htt p://localhost:8080/axis/services/PMRCUpdate"
xmlns:intf="htt p://localhost:8080/axis/services/PMRCUpdate"
xmlns:soapenc=" http://schemas.xmlsoap .org/soap/encoding/"
xmlns:tns1="Ret urnedDataBeanns "
xmlns:wsdl="htt p://schemas.xmlsoap .org/wsdl/"
xmlns:wsdlsoap= "http://schemas.xmlsoap .org/wsdl/soap/"
xmlns:xsd="http ://www.w3.org/2001/XMLSchema">
- <wsdl:types>
- <schema targetNamespace ="ReturnedDataB eanns"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http ://schemas.xmlsoap .org/soap/encoding/" />
- <complexType name="ReturnedD ataBean">
- <sequence>
<element name="code" type="xsd:long" />
<element name="message" nillable="true" type="xsd:strin g" />
<element name="type" type="xsd:int" />
</sequence>
</complexType>
</schema>
</wsdl:types>
- <wsdl:message name="updatePMR CResponse">
<wsdl:part name="updatePMR CReturn" type="tns1:Retu rnedDataBean" />
</wsdl:message>
- <wsdl:message name="updatePMR CByKovetzRespon se">
<wsdl:part name="updatePMR CByKovetzReturn "
type="tns1:Retu rnedDataBean" />
</wsdl:message>
- <wsdl:message name="updatePMR CByKovetzReques t">
<wsdl:part name="updateSys tem" type="xsd:strin g" />
<wsdl:part name="MS_HAVILA " type="xsd:int" />
<wsdl:part name="pmRc" type="xsd:int" />
<wsdl:part name="SHEM_KOVE TZ" type="xsd:strin g" />
</wsdl:message>
- <wsdl:message name="updatePMR CRequest">
<wsdl:part name="updateSys tem" type="xsd:strin g" />
<wsdl:part name="MS_HAVILA " type="xsd:int" />
<wsdl:part name="pmRc" type="xsd:int" />
</wsdl:message>
- <wsdl:portTyp e name="PMRCUpdat e">
- <wsdl:operati on name="updatePMR C" parameterOrder= "updateSyst em
MS_HAVILA pmRc">
<wsdl:input message="impl:u pdatePMRCReques t" name="updatePMR CRequest"
/>
<wsdl:output message="impl:u pdatePMRCRespon se"
name="updatePMR CResponse" />
</wsdl:operation>
- <wsdl:operati on name="updatePMR CByKovetz"
parameterOrder= "updateSyst em MS_HAVILA pmRc SHEM_KOVETZ">
<wsdl:input message="impl:u pdatePMRCByKove tzRequest"
name="updatePMR CByKovetzReques t" />
<wsdl:output message="impl:u pdatePMRCByKove tzResponse"
name="updatePMR CByKovetzRespon se" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="PMRCUpdat eSoapBinding" type="impl:PMRC Update">
<wsdlsoap:bindi ng style="rpc"
transport="http ://schemas.xmlsoap .org/soap/http" />
- <wsdl:operati on name="updatePMR C">
<wsdlsoap:opera tion soapAction="" />
- <wsdl:input name="updatePMR CRequest">
<wsdlsoap:bod y
encodingStyle=" http://schemas.xmlsoap .org/soap/encoding/"
namespace="http ://logic.pmrc" use="encoded" />
</wsdl:input>
- <wsdl:output name="updatePMR CResponse">
<wsdlsoap:bod y
encodingStyle=" http://schemas.xmlsoap .org/soap/encoding/"
namespace="http ://localhost:8080/axis/services/PMRCUpdate"
use="encoded" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operati on name="updatePMR CByKovetz">
<wsdlsoap:opera tion soapAction="" />
- <wsdl:input name="updatePMR CByKovetzReques t">
<wsdlsoap:bod y
encodingStyle=" http://schemas.xmlsoap .org/soap/encoding/"
namespace="http ://logic.pmrc" use="encoded" />
</wsdl:input>
- <wsdl:output name="updatePMR CByKovetzRespon se">
<wsdlsoap:bod y
encodingStyle=" http://schemas.xmlsoap .org/soap/encoding/"
namespace="http ://localhost:8080/axis/services/PMRCUpdate"
use="encoded" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="PMRCUpdat eService">
- <wsdl:port binding="impl:P MRCUpdateSoapBi nding" name="PMRCUpdat e">
<wsdlsoap:addre ss
location="http://localhost:8080/axis/services/PMRCUpdate" />
</wsdl:port>
</wsdl:service>
</wsdl:definition s>

this is websphere's wsdl:

<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitio ns targetNamespace ="http://logic.pmrc"
xmlns="http://schemas.xmlsoap .org/wsdl/"
xmlns:apachesoa p="http://xml.apache.org/xml-soap"
xmlns:impl="htt p://logic.pmrc" xmlns:intf="htt p://logic.pmrc"
xmlns:wsdl="htt p://schemas.xmlsoap .org/wsdl/"
xmlns:wsdlsoap= "http://schemas.xmlsoap .org/wsdl/soap/"
xmlns:xsd="http ://www.w3.org/2001/XMLSchema">
- <wsdl:types>
- <schema elementFormDefa ult="qualified"
targetNamespace ="http://logic.pmrc"
xmlns="http://www.w3.org/2001/XMLSchema">
- <element name="updatePMR C">
- <complexType>
- <sequence>
<element name="updateSys tem" nillable="true" type="xsd:strin g" />
<element name="MS_HAVILA " type="xsd:int" />
<element name="pmRc" type="xsd:int" />
</sequence>
</complexType>
</element>
- <complexType name="ReturnedD ataBean">
- <sequence>
<element name="code" type="xsd:long" />
<element name="message" nillable="true" type="xsd:strin g" />
<element name="type" type="xsd:int" />
</sequence>
</complexType>
- <element name="updatePMR CResponse">
- <complexType>
- <sequence>
<element name="updatePMR CReturn" nillable="true"
type="impl:Retu rnedDataBean" />
</sequence>
</complexType>
</element>
- <element name="updatePMR CByKovetz">
- <complexType>
- <sequence>
<element name="updateSys tem" nillable="true" type="xsd:strin g" />
<element name="MS_HAVILA " type="xsd:int" />
<element name="pmRc" type="xsd:int" />
<element name="SHEM_KOVE TZ" nillable="true" type="xsd:strin g" />
</sequence>
</complexType>
</element>
- <element name="updatePMR CByKovetzRespon se">
- <complexType>
- <sequence>
<element name="updatePMR CByKovetzReturn " nillable="true"
type="impl:Retu rnedDataBean" />
</sequence>
</complexType>
</element>
</schema>
</wsdl:types>
- <wsdl:message name="updatePMR CResponse">
<wsdl:part element="intf:u pdatePMRCRespon se" name="parameter s" />
</wsdl:message>
- <wsdl:message name="updatePMR CByKovetzReques t">
<wsdl:part element="intf:u pdatePMRCByKove tz" name="parameter s" />
</wsdl:message>
- <wsdl:message name="updatePMR CByKovetzRespon se">
<wsdl:part element="intf:u pdatePMRCByKove tzResponse"
name="parameter s" />
</wsdl:message>
- <wsdl:message name="updatePMR CRequest">
<wsdl:part element="intf:u pdatePMRC" name="parameter s" />
</wsdl:message>
- <wsdl:portTyp e name="PMRCUpdat e">
- <wsdl:operati on name="updatePMR C">
<wsdl:input message="intf:u pdatePMRCReques t" name="updatePMR CRequest"
/>
<wsdl:output message="intf:u pdatePMRCRespon se"
name="updatePMR CResponse" />
</wsdl:operation>
- <wsdl:operati on name="updatePMR CByKovetz">
<wsdl:input message="intf:u pdatePMRCByKove tzRequest"
name="updatePMR CByKovetzReques t" />
<wsdl:output message="intf:u pdatePMRCByKove tzResponse"
name="updatePMR CByKovetzRespon se" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="PMRCUpdat eSoapBinding" type="intf:PMRC Update">
<wsdlsoap:bindi ng style="document "
transport="http ://schemas.xmlsoap .org/soap/http" />
- <wsdl:operati on name="updatePMR C">
<wsdlsoap:opera tion soapAction="" />
- <wsdl:input name="updatePMR CRequest">
<wsdlsoap:bod y use="literal" />
</wsdl:input>
- <wsdl:output name="updatePMR CResponse">
<wsdlsoap:bod y use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operati on name="updatePMR CByKovetz">
<wsdlsoap:opera tion soapAction="" />
- <wsdl:input name="updatePMR CByKovetzReques t">
<wsdlsoap:bod y use="literal" />
</wsdl:input>
- <wsdl:output name="updatePMR CByKovetzRespon se">
<wsdlsoap:bod y use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="PMRCUpdat eService">
- <wsdl:port binding="intf:P MRCUpdateSoapBi nding" name="PMRCUpdat e">
<wsdlsoap:addre ss
location="http://bprdvlp:9080/BPR_WebServices/services/PMRCUpdate" />
</wsdl:port>
</wsdl:service>
</wsdl:definition s>

Nov 23 '05 #1
0 1687

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

Similar topics

24
8694
by: Generic Usenet Account | last post by:
Does anyone have an opinion on how IDL and WSDL compare to each other? Are they equally powerful in their "expressive power"? Sometimes it appears to me that IDL is a little easier for humans to follow. Also, it appears to be more compact. Are IDL and WSDL equally powerful in expressing complex data types, and describing inheritance and association relationships? What would be the most compelling reasons to choose one over the other?
5
4735
by: relaxedrob | last post by:
Hi All! I ran the following w3c example through my WSDL parser (SOA Editor from Cape Clear): http://www.w3.org/TR/wsdl#_rpcexample It told me that there were a bunch of erros about no timeInstant or float defined in the xsd namespace: "http://www.w3.org/2000/10/XMLSchema".
1
9902
by: ffhansix | last post by:
Hi, I am having problems with generating a c# proxy class from a IBM websphere WSDL file, when running the wsdl.exe to create the c# proxy file command i recieve an error: Warning: one or more operations were skipped. Warnings were encountered. Review generated source comments for more details.
0
2121
by: saish | last post by:
Hello I am new to vb.net webservice. My requirement is to design a VB.net web service which will send and receive xml documents. The xml document send and received would be a very complex .xsd file which contains multiple formats of send and receive mesages. On reading books on webservice it was says to design an interface (ie design the xsd , wsdl, then run wsdl.exe to generate interface.vb class) Since my xsd is very complex if I have...
6
7207
by: Naveed Anwar | last post by:
how a tcp server running on given uri like "soap:tcp://localhost:8080/MyReceiver" will return wsdl. In normal web service case which runs on http returns wsdl by simply appending '?wsdl' in url, but I am confused how a tcp server will do the same. plzzzzzzzzz reply :((!! thanks:) in advance
1
5052
by: Mike Logan | last post by:
I have a schema that defines my messages and objects. I then have a WSDL that defines the web services. I have my sample XSD, sample WSDL, and the code generated from WSDL.exe. In the generated code from WSDL.exe, the "applicationList" object is not a array or "application", which is what it should be, correct? Thanks for the help. <?xml version="1.0" encoding="utf-8" ?> <xs:schema targetNamespace="http://me.com/xml/xsd/AppSec1.xsd"
0
1712
by: Andreas | last post by:
Hi, Im trying to consume a webservice described by the WSDL below, however When i try to add the WSDL it does not work, tried to run it through WSDL.EXE It validates in XMLSpy, but WSDL.exe pukes on it, as does when i try to use it in a Vs.Net project... Any ideas how to go forward with this? Output from WSDL.EXE; Error: Unable to import binding
9
11933
by: Cesar | last post by:
Hello there, A java programmer sent me a wsdl file, which I have to use to consume his web methods. When I run the wsld.exe tool to generate the class' code, I get the following message: CODEGEN: The operation binding 'getAvaluos' from namespace 'urn:m15.AvaluosPortType' was ignored. The combination of style=rpc with use=literal is not supported.
0
2223
by: Frank Swarbrick | last post by:
Does anyone have any idea what the following file might be, and why it gets created? C:\Documents and Settings\FJSwarbrick\Application Data\IBM\DB2\db2tools\.databean.jdbclob It appears to be created by the DB2 Control Center application. It appears to be a text file that gets written to where there is a JDBC error. Here's an example of what is in it:
0
8821
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9196
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9103
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9047
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7973
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5967
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4738
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2539
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2118
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.