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...
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....
... 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...
... 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...
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...
... 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...
... 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...
... 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...
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@...
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...
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...
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...
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. ...
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 ...
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:...
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...
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....
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...
... 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...
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...
... 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...
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'?> ...
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...
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)...