Null output parameters from web service request to Apache Axis server
Wed, 10 Oct 2007 17:09:53 -0000
I am making a web service request to a web service implemented in
Apache Axis. When I watch the request using a TCP monitor I see a
valid request from my .NET code, and a valid response from the Axis
server, but the .NET client gets a null for the out parameters of the
web method. I've successfully been able t ...
|
Describing an xml string structure as a return value in the WSDL - is it possible?
Wed, 10 Oct 2007 05:54:51 -0700
Hello all!
If I need to return an xml string as areturn value for a web service,
what is the way (if exists) to describe it?
For example, if I want to return 2 strings, I can build a complex
type and actualy define an object.
Is there a similar way for xml strings?
Regards!
...
|
help me
Sun, 7 Oct 2007 19:53:00 -0700
I followed the instructions from the site but I am still not able to get
access to system volume folder can someone please help me.
Here is 1 of the trojan that I have. have 3 more.
'Troj/Zlobar-Fam' detected in C:\System Volume
Information\_restore{202550A8-7A33-4BCA-9586-051D24DDBF8F}\RP398\A0044004.exe\FIL ...
|
Yahoo SOAP search in VBA
Mon, 08 Oct 2007 01:00:37 -0000
Hi all,
I am very new to SOAP, so hope someone can help me. I am trying to do
an internet search in Access using VBA.
Here is what I have been trying for code:
Dim objSoapClient As SoapClient30
Dim strSearch As String
Const YahooAPI As String = "http://api.search.yahoo.com/
WebSearchService/V ...
|
WebService callback in VB6/ActiveX
Thu, 04 Oct 2007 16:00:48 +0100
Hi there,
Can someone please tell how can I set a callback from a web service to a
VB6/ActiveX client?
I'm using the SoapConnector COM object to communicate with the webservice
using SOAP.
The web service will automatically send information to the client (via
callback) when it needs, and the client h ...
|
Re: WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: The operation w
Wed, 3 Oct 2007 13:33:43 +0100
1; Open your USB drive directory by double clicking on the 'My computer' (or
'Computer' in Vista) desktop icon.
Then double click on the USB drive icon (D:, E:, F: etc)
2; Open the directory on your hard drive you wist to copy this data (file/s)
to by double clicking on the 'My computer'
then the name of ...
|
Very basic query
Wed, 26 Sep 2007 03:38:22 -0700
hey i need sumthin like when the MemberRole is Allow, traverse that
node and skip other nodes with another MemberRole
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/ ...
|
|
|
RE: where is samples for soap toolkit 3.0
Mon, 24 Sep 2007 10:12:02 GMT
> I'm back to VB6 and soap toolkit 3.0. Can't find the samples supposes to come
> with toolkit. Where are they? Can anyone kindly tell me. I need to pass
> objects to web service written in c# 2.0 hosted in IIS.
This is probably too late, but I will post it for the benefit of future Googlers......
If y ...
|
Update KB938827
Fri, 21 Sep 2007 09:51:09 -0400
When I updated my 2000 server with patch KB938827 my XML pages I use to pass
recordsets will no longer recgonize the logical drives to that server.
There is no problem accessing any databases on the local drive of the server
but I cannot access any other network drives connect to it. Is there a work
around ...
|
Arithmetic Exception
Thu, 13 Sep 2007 03:58:03 -0700
I am trying to send the value 1063920.0000 as decimal type to XML Webservice
at that time i'm encountering following error.
Please help me to solve this
"SoapException: Server was unable to process request. --> Arithmetic
overflow error converting numeric to data type numeric.
The statement has been ter ...
|