Problems with connecting
Mon, 25 Jul 2005 16:03:59 +0200
I'm trying to connect with a site implemented with WSDL. I'm trying to send
an xml file pero I don't now how to do it.
I need help
Thanks
...
|
SOAP :: default values in a web service
Fri, 22 Jul 2005 09:02:19 +0200
Hello,
I am developing a BizTalk application using SOAP web services.
In my definition I have a field with a data type "long".
In my XSD I set a default value of 0 in case the value recieved is null
(otherwise the application breaks).
Problem is the default value never gets filled in when consume the ...
|
soap exception occured
Thu, 21 Jul 2005 15:10:04 -0700
We are using soap to do web updates with our software. We have two beta
sites currently testing the software. One site gets the updates just fine,
the other however can't even contact our server. They are running the same
build version, we have checked the firewall and nothing is being blocked
there. F ...
|
Allegro.pl WebApi (SOAP) problem
Wed, 20 Jul 2005 13:20:00 +0200
Hi,
I'm developing an Excel client (written in VBA) for polish auction portal
Allegro.pl.
They're offering access to their site through WebApi (SOAP) interface.
I'm using Microsoft SOAP ToolKit 3.0 and trying to log in to their site, but
have some problem - my code (see below) doesn't work.
Dim o ...
|
SOAP messages or XML file plz advice
Tue, 19 Jul 2005 13:00:28 -0400
Hey,
I have problem with deciding (and convincing somebody) what is better way
to get XML data from the server, a SOAP messages or get that file as a link
from server (meaning download it).
Could you advice on that, I'm leaning towards soap though...
thanks
...
|
Soap Fault and HTTP error code
Sat, 9 Jul 2005 10:42:27 +0100
I have written a custom filter (ISAPI) for ISA that verifys SOAP digital
signatures. If the signature is invalid i generate a SoapFault, embedd the
"faulty" response and send the data back to the client for processing --
however from my filter should i return HTTP status code 200 (success) to the
client ...
|
Use of SOAP in an Outlook Form
Fri, 8 Jul 2005 07:02:02 -0700
We have an Outlook Form that utilizes a Web Service; the VBA code in the form
is as follows:
Dim soapClient
set soapClient = CreateObject("MSSOAP.SoapClient")
call soapClient.mssoapinit("http://...?WSDL","","","")
…
This was working fine until we deployed it on a client’s machine at which
point it k ...
|
|
|
how to derive xpath from xsd files?(needed for data mapping)
Thu, 7 Jul 2005 15:02:45 -0700
Can someone tell me how to create xpath representations of the field
definitions in an xsd file? I would like to somehow use the MS XML parser to
analze the xsd as an xml file and produce a set of xpath statments that
represent the data fields described by the xsd. I will appreciate any help.
Thanks,
Keit ...
|
[announce]Celebrate Independence Day with Stylus Studio
Thu, 30 Jun 2005 16:47:08 -0400
Hear ye, hear ye, all in microsoft.public.xml.soap:
Stylus Studio (http://www.stylusstudio.com) has issued a call to the
global community of XML developers, to celebrate their independence from
incomplete and over-priced XML IDEs. With the new product launch of
Stylus Studio 6 XML Enterprise Edition, a powe ...
|
SOAP and literal encoding
Mon, 27 Jun 2005 08:16:09 -0700
Hello everybody.
I'm trying to consume a web service that acccepts messges in SOAP encoding.
I have two classes (Class1 and Class2) and want to serialize them into the
following message:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/ ...
|