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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 1561 - 1590 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1561
Hi Simon ... I have 6 (extra protocols, plus Vmware I think). ... Yes, I pick the physical NIC. ... Agreed. ... This is what I don't see. No connections...
David M. Bennett
dmb3123
Offline Send Email
Jan 1, 2003
2:11 pm
1562
I'm trying to use pocketXMLRPC to connect to a remote server and execute methods (duh). The problem is that two of those remote methods are list and show....
Marcus I. Ryan
uncabeenz
Offline Send Email
Jan 6, 2003
10:34 pm
1563
... execute ... list ... p.show) but ... show. This is a "feature" of the VB IDE, you can't turn it off, the only work around i know of is to use the...
Simon Fell <ws@...>
simonfell99
Online Now Send Email
Jan 6, 2003
10:44 pm
1564
... Yes, i get this as well, seems to be some issue with the underlying raw sockets support in the O.S. I suspect its related to whether your NIC is running...
Simon Fell <ws@...>
simonfell99
Online Now Send Email
Jan 6, 2003
10:47 pm
1565
How do you access the nodes using eVB on a pocket pc. Here is the code i am testing with. I have tried everything, it think! Dim env Dim http Dim pn dim...
mikmarzeb <mmyers@...>
mikmarzeb
Offline Send Email
Jan 7, 2003
1:00 am
1566
... pn is an array of strings at this point [as the response is a soap encoded array] for i = lbound(pn) to ubound(pn) list1.AddItem pn(i) next Cheers Simon...
Simon Fell <ws@...>
simonfell99
Online Now Send Email
Jan 7, 2003
1:33 am
1567
... Cool it works but, I don't understand why this works (and thanks for your help btw). Dim pn Set pn = CreateObject("pocketSOAP.Node.1") ' ' Completed soap...
mikmarzeb <mmyers@...>
mikmarzeb
Offline Send Email
Jan 7, 2003
3:04 pm
1568
... because the Value method always returns a variant (in this case containing an array of variants), not an array of variants. ... env.Parameters.Item(0) is a...
Simon Fell <ws@...>
simonfell99
Online Now Send Email
Jan 7, 2003
5:32 pm
1569
... <ws@z...> ... Yes! very cool! the light has come on. I will try it asap. Thanks Simon, MM...
mikmarzeb <mmyers@...>
mikmarzeb
Offline Send Email
Jan 7, 2003
9:35 pm
1570
Hi, I am using pocketSOAP 1.2.3 and I am tryning to compare the faultcode from a SOAP Exception to determine what action to take. i.e. errHandler: If...
Hill, Steven
SHill@...
Send Email
Jan 7, 2003
10:03 pm
1571
Hi, faultcode is defined in the SOAP spec as being an XML QName, so you should never get a numerical value for this. You can use the Name and Namespace...
Simon Fell
simonfell99
Online Now Send Email
Jan 8, 2003
2:44 am
1572
Hi, Is anybody can help me to fix this error: The instruction at "0x2010b423" referenced memory at "0x000d5000". The memory could not be "written". I'm not...
Mohammad Jooyandeh
mohammad_joo...
Offline Send Email
Jan 8, 2003
3:56 am
1573
that should work fine, what version of PocketSOAP, and on what OS ? at which line does the AV occur ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jan 8, 2003
4:18 am
1574
Hi Simon, I'm using PocketSOAP v1.4.0 on Windows 2000 sp3. The exception occurs at pEnvelope.parse pHTTP thanks, Mohammad ... The memory could not be...
mohammad_jooyandeh <m...
mohammad_joo...
Offline Send Email
Jan 8, 2003
4:45 am
1575
Hmmm, worked fine here. can you post a copy of the complete HTTP transaction (request and response with HTTP headers), use YATT or proxyTrace to capture it. ...
Simon Fell
simonfell99
Online Now Send Email
Jan 8, 2003
5:13 am
1576
I've attached the request and the response at the bottom of this email. I've used Microsoft SOAP Trace Utility to capture that. thanks, Mohammad ... occurs ...
mohammad_jooyandeh <m...
mohammad_joo...
Offline Send Email
Jan 8, 2003
5:34 am
1577
Hi Simon, This is the trace that I got from YATT. I used Raw Socket Packet ... POST /soap/servlet/rpcrouter HTTP/1.1 User-Agent: PocketSOAP/1.4.0 Content-Type:...
mohammad_jooyandeh <m...
mohammad_joo...
Offline Send Email
Jan 8, 2003
6:42 am
1578
it looks like you have the same problem as this http://groups.yahoo.com/group/pocketsoap/message/1529 Its something specific to Weblogic. If you have a server...
Simon Fell
simonfell99
Online Now Send Email
Jan 8, 2003
6:55 am
1579
When the web service server and the client is in one computer it runs without any problem. I see the problem when I call the web service on the other computer....
mohammad_jooyandeh <m...
mohammad_joo...
Offline Send Email
Jan 8, 2003
1:57 pm
1580
Hi Simon, I was wrong. The client service written with pocketSOAP is working with Apache SOAP web service deployed on TomCat. A colleague of mine could call...
mohammad_jooyandeh <m...
mohammad_joo...
Offline Send Email
Jan 8, 2003
4:09 pm
1581
Hello All; I have written a SOAP service using NuSOAP and I am now trying to ... <?php require_once('nusoap.php'); $server = new soap_server; ...
squeebee1 <mike@...>
squeebee1
Offline Send Email
Jan 8, 2003
10:33 pm
1582
... Thanks, but it looks like the weblogic server is either firewalled, or not running, i couldn't get a connection to 24.156.156.201:7001 Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jan 9, 2003
4:10 am
1583
Hi Simon, We had to use Tomcat 4 instead of Weblogic because of our deadline. We had to shutdown our weblogic for a while but it is running now. We are...
mohammad_jooyandeh <m...
mohammad_joo...
Offline Send Email
Jan 9, 2003
6:02 am
1584
... You can write what i know about PHP on the back of a stamp!, I have no idea how it serializes dictionaries, there are a number of approaches currently in...
Simon Fell <ws@...>
simonfell99
Online Now Send Email
Jan 9, 2003
11:17 pm
1585
Oops, sorry about that. service wsdl is at http://www.dynamergy.com/polibase/mdgetissues-wsdl.php?wsdl ... <?xml version='1.0' encoding='ISO-8859-1'?> ...
Mike Hillyer
squeebee1
Offline Send Email
Jan 10, 2003
1:52 am
1586
OK, i can see what's going on now. I'm working on a fix. Thanks Simon...
Simon Fell
simonfell99
Online Now Send Email
Jan 10, 2003
4:04 am
1587
For those of you experiences crashes in pocketSOAP when hitting weblogic hosted services, i put a fresh build together, drop this DLL over an existing 1.4.0...
Simon Fell
simonfell99
Online Now Send Email
Jan 10, 2003
4:20 am
1588
I just downloaded and installed the latest 1.4 release on my XP machine. When I tested with SSL, I ran into a timeout problem. If I don't put Sleep(seconds)...
xiaohuliu <xiaohuliu@...
xiaohuliu
Offline Send Email
Jan 10, 2003
6:03 pm
1589
Hi Simon, How can I install my own root certificate on PocketPC? Thanks, Ruth...
xiaohuliu <xiaohuliu@...
xiaohuliu
Offline Send Email
Jan 10, 2003
11:30 pm
1590
see http://support.microsoft.com/default.aspx?scid=kb;en-us;Q322956 Cheers Simon ... Alternatively the ... install ... root ... the...
Simon Fell <ws@...>
simonfell99
Online Now Send Email
Jan 10, 2003
11:40 pm
Messages 1561 - 1590 of 5327   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