554 eRROR MESSAGE
Tue, 6 Nov 2007 08:12:01 -0800
WHEN TRYING TO SEND OUT A MASS E-MAIL ALL OF THE EMAIL ADDRESSES THAT ARE
YAHOO COME BACK WITH ....554 permanent problems with the remote server
a.mx.mail.yahoo.com.... THIS INITIAL MESSAGE READS... The following
addresses had permanent fatal errors -----
THE MAJORITY OF OUR CUSTOMERS USE YAHOO AND WE W ...
|
Office 2003 upgrade.
Sun, 4 Nov 2007 02:33:00 -0800
I have just upgraded to Vista but have problems with my office. I bought it
second hand and loaded it onto my computer running XP. I also tried to load
it on my lapytop, but it would not let me do it. Fine.
Now I have upgraded my computer with a new motherboard. I have two problems.
Firsat being an upgrade ...
|
Reading webservice data in vbs
Fri, 2 Nov 2007 19:40:56 +0100
Hi,
I have created a vb script which can pull data from a web service like this:
dim SOAPClient, xmlDoc
set SOAPClient = createobject("MSSOAP.SOAPClient")
SOAPClient.mssoapinit("http://localhost/WebServices/Services.asmx?WSDL")
set xmlDoc = SOAPClient.MyMethod("test")
However I can't figure out how to fi ...
|
What is the fastest possible xsl style sheet to add another <box> node under <boxes> ?
Wed, 31 Oct 2007 19:44:14 -0700
What is the fastest possible xsl style sheet to add another <box> node under
<boxes> ?
<foo>
<car></car>
<boxes>
<box id="234" />
<box id="75" />
</boxes>
</foo>
here is what i want it to look like after the xsl adds another box node:
<foo>
<car></car>
<boxes>
<box id="89">
<bar id ...
|
Soap Header
Tue, 30 Oct 2007 20:34:39 +0100
Hello,
Does someone know how to create manually the header for an SOAP message,
without having an WSDL?
I also use an X509 certificate for connecting to the webservice. Can anyone
help me to get on the right road.
I have to talk to an old Java webservice, so that's why I don't have an
WSDL.
I'm sendi ...
|
Problem with Win XP Home Login
Sun, 28 Oct 2007 23:55:00 -0700
Hi, Can someone help to explain why do I get this message each time I login
into my system. The message "The system could not logon. Make sure your
user name and domain are correct, then type your password again. Letters in
passwords must be typed using the correct case."
Next, can you tell me what mus ...
|
cannot turn off, won't power up at times
Tue, 16 Oct 2007 17:02:00 -0700
My computer is approx. 2 and on half years old. The power button does not
seem to be connecting to the wires that come from the hard drive. I've taken
all three wires of one at a time and cleand them and tried to power up,
nothing. A few days later I did the same thing, just pushed the button
(without the ...
|
|
|
Loading soap XML into MSXML
Tue, 16 Oct 2007 02:18:53 -0700
Hi,
Many apologies if this has been asked before, have searched and
searched and searched!
I'm trying to load a soap request using MSXML2.DOMDocument.6.0 - the
request looks something like this:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
enve ...
|
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!
...
|