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

strange thing with webreference ( wsdl ) help !



Hello ,

I have a strange problem
when i set a reference to
http://www.trostonline.de/autobest/t...rviceInterface

i end up with a logon method like this

Dim Trost As New TROST.ITOLServiceInterfaceservice
Dim strUVal As String = "username|password"
Dim intErr As integer, strErrMsg As String, intRet As Integer
Dim blnret As Boolean
Dim strRet As String
strRet = Trost.Logon(strUVal, intErr, strErrMsg, blnret) as string
however it should have been
Dim Trost As New TROST.ITOLServiceInterfaceservice
Dim strUVal As String = "username|password"
Dim intErr As integer, strErrMsg As String, intRet As Integer
Dim blnret As Boolean
Dim strRet As String
blnret =Trost.Logon(strUVal as string,strRet as string ,intErr
as integer,strErrMsg as string) as boolean
the webservice is written in Delphi , in the past before some
modifications were made to the methods i could connect to it succesfully

now when i use the logon method i receive an error stating "Invalid XML"

wich is right because the signature that is generated in the proxy class
is different as the true signature of the webservice


Nov 23 '05 #1
0 978

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

Similar topics

14
by: Allcomp | last post by:
Hello, I have seen something really strange in VB6 If I do a Int ( (5 * 1.2)) , I receive the value 5, but I should receive 6? Is this a bug or something really "normal". I can see that if I...
2
by: Paul T. Rong | last post by:
I print a report of order detail from the order form with a button, which is OK, but the strange thing is, the order of the products printed is just the opposite from that of the order detail...
16
by: Ronny Mandal | last post by:
Hi! I am writing a program that'll read binary integers from a file, put them into a dynamic array. THe array is first declared int* a = malloc( sizeof( int ) * N ) <-- N is the number of...
4
by: Harlan Messinger | last post by:
Since operator overloads into static functions in C#, there really doesn't need to be a connection between the types to which the operator is being applied and the type in which the overload is...
2
by: Shapper | last post by:
Hello, I have this code: Dim cultureList(,) As String = {{"E", "en-GB"}, {"P", "pt-PT"}} Select Case Session("culture") Case "pt-PT" ... Dim cultureList(,) As String =...
1
by: qe_Cui | last post by:
Hello Everyone: I am using vb.net 2003 / SqlServer 2000 / Windows2000 Professional OS. I put a combobox in a form in my application, it works well in my own pc. But when I relase it to a...
1
by: Wang E | last post by:
I've been working on an online judge(for ACM/ICPC) using C#.Programmes submitted by users can now be compiled,and it's the problem to judge.I use the Process class in C#,and my thread is as...
1
by: piotr.korzeniewski | last post by:
I'm really confused with this one, first please take a look at code below: function Class(obj) { if(!obj) obj = new Object(); obj.Extend = function(obj) { this.__parent__ = new Object();
6
by: drop669 | last post by:
Hi. I have this piece of code: ===================================== #include <map> template <class Tclass dict { private:
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
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
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.