Welcome to 2004, I've released an updated WSDL wiz, that adds support for hierarchies of complex types, improved xsi:nil support and fixes some bugs to do with...
Hi, I'm sending files ia a SOAP request to a web service. Everything worked fine with C#, so I tried the same code with VB6. If I print the content of the SOAP...
... GIven that you've explicitly set the nodes value to Null, i'd expect it to have an xsi:nil=true in it. In the env.Parameters.Create call use Empty rather...
Hello WSDL wizard 2.2 seems to not work on windows 98 SE, it say : Unexpected error whilst parsing WDSL The ServerHTTPRequest property can not be used when...
cyrille
cyrilleml@...
Jan 12, 2004 5:07 pm
2565
I am calling a routine to send a series of records to a SQL database. There are about 250 records. After about the 55th record, the HTTPTransport -> Send call...
Just a bit more info with this item - after removing all prior calls and just looping on my first sendout, I always fail after the 64th iteration. Any known...
Just an update.. Short story - Target - A "Hello World" program with a very basic SOAP Envelope/HTTP Transport module. With ActiveSync 3.7.1 - A Transport Send...
With ActiveSync 3.7 I sent 4000 http requests during a test over the weekend without failure. The errors you've been getting sound like its using up all the...
Thank-you for your response. On further tests, we got varying results, tho in general we can sustain a GPRS connection; our ActiveSync 3.7.1 connection likes...
Simon, all, I reverted back to ActiveSync 3.6 - with much better results related to the problem described in my prior posts. Results - ActiveSync 3.7.1 -...
I just downloaded PocketSoap so there may be something I did but? My first attempt to contact my own AXIS server using VBScript and PocketSOAP produced the...
I've been trying to use tcpTrace to capture some traffic between my client and a remote web service, but I have a small problem. The destination entry in...
... PocketSOAP is sending the SOAP request as a HTTP POST (as it should) and the server is responding with a http redirect command. By default PocketSOAP will...
... Hi Eric, Yes it does look like there's a limit (i wasn't aware of it) of around 47 characters. However its a destination server name, not a full URL, e.g....
Hi, I'm trying to send an string array to a web service defined as: string Connection2( string[] h ) I serialize de parameters in this way: CComPtr<ISOAPNodes>...
... my ... around ... URL, ... Ok, but what if I want to use tcpTrace to track the messages associated with a particular SOAP call? For instance, the URL of...
Hi, I am uploading data(zip files) to a database. I get following SOAP Req/response. Any pointers will be helpful. SOAP request ... Content-Type: text/xml;...
... The message being sent is being formatted for MIME not DIME, its likely because your not importing the pocketSOAP typelibrary so that the formatDime...
I am calling a .NET Web Service on my machine using pocketsoap with DIME / C++, but it works fine about 3 ot 4 times and fail the next one, and it repeats...
I'm trying to write a client using PocketSoap to connect to a web service that processes the XML inside the <Body> element directly. I've struggled to find a...
Thanks Simon. I have access only to vb scripting environment. I can upload a zip file from EVB, but when But when i do it from vb script I am getting following...
I'm writing a VBA Soap client in Excel that is trying to send and receive a MIME attachment to/from a SOAP::Lite server. The following multipart response is...
Last time i checked there's a bug in SOAP::Lite in that it uses CR for the mime header end of lines, not the CRLF clearly required by the spec. You should...
In the same it assigns the xml to a parameter, change that to assign it the body instead, e.g, change. e.Parameters.Create ( "xml", dom ) to e.Body.Create (...
doc/literal soap using a different array style to rpc/encoded soap. You'll need to write a customer serializer to do this, see the docs or take a look at the...