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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Interop Problem   Message List  
Reply | Forward Message #5273 of 5330 |
Re: Interop Problem

The error says it was expecting a SOAP response, but never got one, are you sure
that's the right URL to send your request to ?

Cheers
Simon

--- In pocketsoap@yahoogroups.com, "amir_krifa" <krifa_amir@...> wrote:
>
> Hi,
>
> I'm new to PocketSOAP, I was trying to access the DHT web
service(http://planetflow.planet-lab.org/#planetlab:5851/), however each time I
execute my vb script I get the following error:
>
> Invalid root element, expecting
{http://schemas.xmlsoap.org/soap/envelope/}Envelope or
{http://www.w3.org/2003/05/soap-envelope}Envelope
>
> The Vb script I'm using is the following:
>
> dim env
> set env = CreateObject("pocketSOAP.Envelope.11")
> env.SetMethod "put", "put"
> env.Parameters.Create "key", "test"
> env.Parameters.Create "value", "1"
> dim http
> set http = CreateObject("pocketSOAP.HTTPTransport")
> http.SOAPAction = ""
> http.Send "http://planetflow.planet-lab.org/#planetlab:5851/", env
> env.parse http
> wscript.echo "Quote for CRM = " & env.Parameters.Item(0).Value
>
>
> Please, could you help me to identify the source of the problem ?
>
> Thanks,
> Amir
>





Wed May 6, 2009 3:18 am

simonfell99
Online Now Online Now
Send Email Send Email

Forward
Message #5273 of 5330 |
Expand Messages Author Sort by Date

Hi, I'm new to PocketSOAP, I was trying to access the DHT web service(http://planetflow.planet-lab.org/#planetlab:5851/), however each time I execute my vb...
amir_krifa
Offline Send Email
May 5, 2009
4:02 pm

The error says it was expecting a SOAP response, but never got one, are you sure that's the right URL to send your request to ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 6, 2009
3:19 am
Advanced

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