Hi Simon again, This time I converted to VB application.But I am stuck again too.When I compile and run the program foudn that the .Value causing the problem. ...
Dim env As New PocketSOAP.CoEnvelope Dim imExRequestNode As New PocketSOAP.CoSoapNode Dim importExportNode As New PocketSOAP.CoSoapNode Dim linesNode As New...
Hi there, I am new to WSDL and needs to access java web service (Axis xml-soap) from a VB6 project. I have thus tried the wsdlwizard to generate my proxy...
... This is the result of a SOAP Fault being returned by the server in response to your request. Use YATT, proxyTrace or similar to monitor the HTTP traffic. ...
... I'd need to see the rest of the code. Have you captured the generated request with both 1.4.x & 1.5.x ? other than the location of a few attributes, they...
e.Parameters.Item(0).Value will be an object, you can easily check this by doing looking at what typename(e.Parameters.Item(0).Value) returns. Cheers Simon ......
Do you have PocketSOAP deployed as a COM+ component itself, or is it being used by a COM+ component ? (if its the former, then this is not recommended at all)....
... You need to ensure that the account running the ASP process has a user store. Exactly how you do this depends on which OS your running and how you have ASP...
We are using tomcat 3.2.3. I think it might have to do with the fact that we are sending literal XML but returning an object. I haven't been able to look at...
I spent most of a day trying to do this by reading through the certificate store docs at MSDN, but could not get through it.I went through the procedures...
Hi Simon again, errr....I got the typename which is ISoapNodeDisp but I still can't get any values from it.Maybe you could guide me through this....I still not...
Hi Simon again, I finally get it to work with the WSDLwizard generator.But this time,how to send in parameter as needed?The generated .Dll did not let me send...
No, I haven't included PocketSOAP as a COM+ component, I've just included PocketSOAP 1.5.2 Type Library in the references for the VB dll, and I've checked all...
... xml-soap) ... my ... from ... methods. ... Hi Simon, Thanks for your hints. I managed to use the proxyTrace to captured the SOAP request/response. Here it...
Hi all, I am new to COM in general (never written a single application using it), and fairly familiar with EVC++ and have 6 years of experience writing...
Hi Simon, I'm still getting nowhere with this, so I'm testing it in very small steps trying to isolate where it is falling over. If I activate the DLL within...
... Yes. the response is gzip compressed. If you use SOAPScope, it can show you the decompressed payload. (www.mindreef.com) ... Have you tried comparing the 2...
which is the dispatch interface for ISoapNode, i.e. the value is a complex type. use the Nodes collection to access the child memebers. Cheers Simon...
... Hi Simon, I have analysed the req/res using SOAPScope. It's a great tool! I managed to find out the cause of error. I created an array of 2 elements but...
Hi, I am new to this PocketSOAP thing. I just installed PocketSOAP 1.5.2. I have my desktop application developed in VB6, and I need to call the web service...
Hello, We're using PocketHTTP and PocketXML-RPC in one of our mobile applications and are experiencing issues with some deployments when the users are behind...