Search the web
Sign In
New User? Sign Up
pocketsoap
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2561 - 2590 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2561
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...
Simon Fell
simonfell99
Online Now Send Email
Jan 6, 2004
4:38 am
2562
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...
nic_jolin
Offline Send Email
Jan 8, 2004
2:31 pm
2563
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jan 8, 2004
3:31 pm
2564
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@...
Send Email
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...
karlbuiter
Offline Send Email
Jan 13, 2004
12:35 am
2566
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...
karlbuiter
Offline Send Email
Jan 14, 2004
2:08 pm
2567
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...
karlbuiter
Offline Send Email
Jan 16, 2004
4:24 am
2568
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...
Simon Fell
simonfell99
Online Now Send Email
Jan 16, 2004
6:14 am
2569
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...
karlbuiter
Offline Send Email
Jan 16, 2004
10:51 am
2570
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 -...
karlbuiter
Offline Send Email
Jan 18, 2004
2:25 am
2571
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...
crobinson1040
Offline Send Email
Jan 24, 2004
9:51 pm
2572
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...
edwilson97
Offline Send Email
Jan 27, 2004
5:05 pm
2573
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jan 28, 2004
4:20 am
2574
... 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....
Simon Fell
simonfell99
Online Now Send Email
Jan 28, 2004
5:27 am
2575
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>...
jota_fg
Offline Send Email
Jan 29, 2004
2:42 am
2576
... Thanks for the bug report, I've just posted v2.2.1 that fixes this problem. http://www.pocketsoap.com/wsdl/ Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jan 29, 2004
4:26 am
2577
... 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...
edwilson97
Offline Send Email
Jan 29, 2004
3:20 pm
2578
... tcpTrace runs at the TCP level, URLs run at HTTP level, tcp knows nothing about URLs. if you setup tcpTrace to listen on 8080 and forward to...
Simon Fell
simonfell99
Online Now Send Email
Jan 29, 2004
5:11 pm
2579
Oh, I see. I had tried changing my client to send requests to http://localhost:8080 and then tried to setup tcpTrace with the destination as...
edwilson97
Offline Send Email
Jan 30, 2004
3:09 pm
2580
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;...
Krishna
madhavsinghk
Offline Send Email
Jan 30, 2004
10:31 pm
2581
... The message being sent is being formatted for MIME not DIME, its likely because your not importing the pocketSOAP typelibrary so that the formatDime...
Simon Fell
simonfell99
Online Now Send Email
Jan 30, 2004
10:41 pm
2582
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...
GuimaSun
sunguima
Offline Send Email
Feb 1, 2004
6:56 pm
2583
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...
Nawwar Kasrawi
nawwar
Offline Send Email
Feb 2, 2004
5:04 pm
2584
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...
Krishna
madhavsinghk
Offline Send Email
Feb 2, 2004
7:43 pm
2585
Thanks Simon, I could figure out the problem. I did not declare const formatDime, tnfMediaType. Thanks. ... default...
Krishna
madhavsinghk
Offline Send Email
Feb 3, 2004
7:06 pm
2586
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...
dkim007
Offline Send Email
Feb 6, 2004
5:07 pm
2587
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...
Simon Fell
simonfell99
Online Now Send Email
Feb 6, 2004
9:08 pm
2588
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 (...
Simon Fell
simonfell99
Online Now Send Email
Feb 6, 2004
9:09 pm
2589
... e URI of the created attachment. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 6, 2004
9:15 pm
2590
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...
Simon Fell
simonfell99
Online Now Send Email
Feb 6, 2004
9:15 pm
Messages 2561 - 2590 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help