473,396 Members | 1,784 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,396 software developers and data experts.

WSDL for IBM VSE

I have created and consumed web services created in Vusial Studio prior - but
I have been given a WSDL file from a client who is running an IBM VSE 390
that I have to consume. I used wsdl.exe /language:vb /out:tapservice.vb
otis.wsdl

I added the tapservice.vb to my windows forms application.

When I instantiate the object and call the method the only error I get is
"Server Error". I have SoapUI on the same machine and the I can succesfully
run the web method without errors. below is my tapservice.vb for the method
I want to use:

'''<remarks/>
<System.Web.Services.Protocols.SoapRpcMethodAttrib ute("",
RequestNamespace:="urn:IESSOAPD:OTIST267",
ResponseNamespace:="urn:IESSOAPD:OTIST267") _
Public Function TAPENTRY( _
ByVal COMM_SVC_NBR As String, _
ByVal COMM_NAME_TYPE As String, _
ByVal COMM_NAME As String, _
ByVal COMM_ATTN As String, _
ByVal COMM_ADDR As String, _
ByVal COMM_CITY As String, _
ByVal COMM_STATE As String, _
ByVal COMM_ZIP As String, _
ByVal COMM_AREA_CODE As String, _
ByVal COMM_PHONE_NBR As String, _
ByVal COMM_FED_TAXID As String, _
ByVal COMM_MAP_ID As String, _
ByVal COMM_SECT As String, _
ByVal COMM_QUAD As String, _
ByVal COMM_SEC As String, _
ByVal COMM_TOWNSHIP As String, _
ByVal COMM_RANGE As String, _
ByVal COMM_LOT As String, _
ByVal COMM_BLOCK As String, _
ByVal COMM_SURVEY As String, _
ByVal COMM_DEED As String, _
ByVal COMM_PAGE As String, _
ByVal COMM_TRACT As String, _
ByVal COMM_COUNTY As String, _
ByVal COMM_MUNIC As String, _
ByVal COMM_ZONE As String, _
ByVal COMM_MAIN_SIZE As String, _
ByVal COMM_TAP_SIZE As String, _
ByVal COMM_DEMAND As String, _
ByVal COMM_FRONTAGE As String, _
ByVal COMM_TYPE_BLDG As String, _
ByVal COMM_EXTN_AGREE As String, _
ByVal COMM_TYPE_MAIN As String, _
ByVal COMM_TYPE_TAP As String, _
ByVal COMM_SERV_AREA As String, _
ByVal COMM_GRADIENT As String, _
ByVal COMM_PRESSURE As String, _
ByVal COMM_TAP_LOC As String, _
ByVal COMM_TYPE_SVC1 As String, _
ByVal COMM_LOOP_SIZE1 As String, _
ByVal COMM_METER_SIZE1 As String, _
ByVal COMM_SERV_SIZE1 As String, _
ByVal COMM_TYPE_SVC2 As String, _
ByVal COMM_LOOP_SIZE2 As String, _
ByVal COMM_METER_SIZE2 As String, _
ByVal COMM_SERV_SIZE2 As String, _
ByVal COMM_TYPE_SVC3 As String, _
ByVal COMM_LOOP_SIZE3 As String, _
ByVal COMM_METER_SIZE3 As String, _
ByVal COMM_SERV_SIZE3 As String, _
ByVal COMM_TYPE_SVC4 As String, _
ByVal COMM_LOOP_SIZE4 As String, _
ByVal COMM_METER_SIZE4 As String, _
ByVal COMM_SERV_SIZE4 As String, _
ByVal COMM_SPEC_REQ1 As String, _
ByVal COMM_SPEC_REQ2 As String, _
ByVal COMM_SPEC_REQ3 As String, _
ByVal COMM_SPEC_REQ4 As String, _
ByVal COMM_SPEC_INST1 As String, _
ByVal COMM_SPEC_INST2 As String, _
ByVal COMM_PLUMB_NAME As String, _
ByVal COMM_PLUMB_PHONE As String, _
ByVal COMM_SVC_AD_NBR As String, _
ByVal COMM_SVC_AD_NAM As String, _
ByVal COMM_SVC_AD_TYP As String, _
ByVal COMM_SVC_AD_LOC As String, _
ByVal COMM_SVC_AD_APT As String, _
ByVal COMM_SVC_AD_TOW As String, _
ByVal COMM_PROP_ZIP As String, _
ByVal COMM_CONN_FEE As String, _
ByVal COMM_MAIN_FEE As String, _
ByVal COMM_SYS_DEV_FEE As String, _
ByVal COMM_SHARED_MAIN As String, _
ByVal COMM_BHAM_SEW_YN As String, _
ByVal COMM_AGREEMENT As String, _
ByVal COMM_T_AMT As String, _
ByVal COMM_RES_COMM As String, _
ByVal COMM_APPROVED_BY As String, _
ByVal COMM_APT_UNITS As String, _
ByVal FILLER_1 As String, _
ByRef COMM_MESSAGE As String, _
ByRef COMM_TAP_NBR As String) As
<System.Xml.Serialization.SoapElementAttribute("CO MM_RETURN_CODE")String
Dim results() As Object = Me.Invoke("TAPENTRY", New Object()
{COMM_SVC_NBR, COMM_NAME_TYPE, COMM_NAME, COMM_ATTN, COMM_ADDR, COMM_CITY,
COMM_STATE, COMM_ZIP, COMM_AREA_CODE, COMM_PHONE_NBR, COMM_FED_TAXID,
COMM_MAP_ID, COMM_SECT, COMM_QUAD, COMM_SEC, COMM_TOWNSHIP, COMM_RANGE,
COMM_LOT, COMM_BLOCK, COMM_SURVEY, COMM_DEED, COMM_PAGE, COMM_TRACT,
COMM_COUNTY, COMM_MUNIC, COMM_ZONE, COMM_MAIN_SIZE, COMM_TAP_SIZE,
COMM_DEMAND, COMM_FRONTAGE, COMM_TYPE_BLDG, COMM_EXTN_AGREE, COMM_TYPE_MAIN,
COMM_TYPE_TAP, COMM_SERV_AREA, COMM_GRADIENT, COMM_PRESSURE, COMM_TAP_LOC,
COMM_TYPE_SVC1, COMM_LOOP_SIZE1, COMM_METER_SIZE1, COMM_SERV_SIZE1,
COMM_TYPE_SVC2, COMM_LOOP_SIZE2, COMM_METER_SIZE2, COMM_SERV_SIZE2,
COMM_TYPE_SVC3, COMM_LOOP_SIZE3, COMM_METER_SIZE3, COMM_SERV_SIZE3,
COMM_TYPE_SVC4, COMM_LOOP_SIZE4, COMM_METER_SIZE4, COMM_SERV_SIZE4,
COMM_SPEC_REQ1, COMM_SPEC_REQ2, COMM_SPEC_REQ3, COMM_SPEC_REQ4,
COMM_SPEC_INST1, COMM_SPEC_INST2, COMM_PLUMB_NAME, COMM_PLUMB_PHONE,
COMM_SVC_AD_NBR, COMM_SVC_AD_NAM, COMM_SVC_AD_TYP, COMM_SVC_AD_LOC,
COMM_SVC_AD_APT, COMM_SVC_AD_TOW, COMM_PROP_ZIP, COMM_CONN_FEE,
COMM_MAIN_FEE, COMM_SYS_DEV_FEE, COMM_SHARED_MAIN, COMM_BHAM_SEW_YN,
COMM_AGREEMENT, COMM_T_AMT, COMM_RES_COMM, COMM_APPROVED_BY, COMM_APT_UNITS,
FILLER_1})
COMM_MESSAGE = CType(results(1),String)
COMM_TAP_NBR = CType(results(2),String)
Return CType(results(0),String)
End Function

There is also a TAPENTRYAsync, and BeginTAPENTRY functions, should I be
using these?

any suggestions greatly appreciated.

Scott
Jun 27 '08 #1
0 846

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

Similar topics

24
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...
5
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...
1
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...
0
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...
0
by: Elhanan | last post by:
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...
6
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,...
1
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...
9
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: ...
3
by: Siva | last post by:
Hi all, I want to Convert a WSDL to a SOAP message. Is there any way to do this. I am using .NET 2.0 Thanks in Advance Siva
5
by: Nick K. | last post by:
I use wsdl.exe to generate client code to call a web service. The actual web service is generated with the BizTalk Web Services Publishing Wizard. I'm not sure this is particular to the BizTalk...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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...
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...

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.