RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Steve Long
Perfect!  I've got it working.  Thanks for your help Symeon.

Steve



> From: [EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org> Subject: RE: [U2]
SOAP Call in Unidata> Date: Mon, 21 Jan 2008 20:07:34 +> > Hi Steve - you
have to set the HTTP Default parameter called VERSION TO 1.1. - I Cant
remember of the top of my head if this is done in setHTTPDefault or
setSOAPDefault. Ie.g. err = setHTTPDefault("VERSION","1.1")> > > Rgds>
Symeon.> > > > > -Original Message-> From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Steve Long> Sent: 21 January 2008 17:41> To:
u2-users@listserver.u2ug.org> Subject: RE: [U2] SOAP Call in Unidata> > Thanks
Simon, that helped a ton!> > The SOAP request is being constructed properly,
but one thing I noticed is the> POST reads HTTP\1.0. The default on my system
is 1.1, and I added the> SOAPSetDefault to force it. The web service states it
expects 1.1 or 1.2.> Could this be what's preventing me from getting data
returned? Is there> another way to specify the HTTP version to use?> > Steve>
> > > > From: [EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org> Subject:
RE: [U2]> SOAP Call in Unidata> Date: Sun, 20 Jan 2008 16:05:16 +> > Hi
Steve - you> need to turn on protocol logging - this captures all the http
request and> response.> > Before the soap/http stuff do err=
protocolLogging("logfile.log",> "ON", 10) and at the end do err=
protocolLogging("logfile.log", "OFF", 10) The> output is in logfile.log.> > >
> Rgds> Symeon> > > -Original Message->> From:
[EMAIL PROTECTED]>
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Long> Sent: 18>
January 2008 21:50> To: u2-users@listserver.u2ug.org> Subject: [U2] SOAP Call>
in Unidata> > Hi all -> > I am using the Unidata functions to create a SOAP>
call to an external> webservice. I am accessing the service, but its not>
getting the data I am> passing. Does anyone know of an easy way I can view
the> XML created by the> Unidata methods?> > Thanks,> > Steve Long> Spyderweb>
Technical Services, Inc.> ---> u2-users mailing list>>
u2-users@listserver.u2ug.org> To unsubscribe please visit>
http://listserver.u2ug.org/> ---> u2-users mailing list>>
u2-users@listserver.u2ug.org> To unsubscribe please visit>
http://listserver.u2ug.org/> ---> u2-users mailing list>
u2-users@listserver.u2ug.org> To unsubscribe please visit
http://listserver.u2ug.org/> ---> u2-users mailing list>
u2-users@listserver.u2ug.org> To unsubscribe please visit
http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Symeon Breen
Hi Steve - you have to set the HTTP Default parameter called VERSION TO 1.1. - 
I Cant remember of the top of my head if this is done in setHTTPDefault or 
setSOAPDefault.   Ie.g. err = setHTTPDefault("VERSION","1.1")


Rgds
Symeon.




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Long
Sent: 21 January 2008 17:41
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] SOAP Call in Unidata

Thanks Simon, that helped a ton!

The SOAP request is being constructed properly, but one thing I noticed is the
POST reads HTTP\1.0.  The default on my system is 1.1, and I added the
SOAPSetDefault to force it.  The web service states it expects 1.1 or 1.2.
Could this be what's preventing me from getting data returned?  Is there
another way to specify the HTTP version to use?

Steve



> From: [EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org> Subject: RE: [U2]
SOAP Call in Unidata> Date: Sun, 20 Jan 2008 16:05:16 +> > Hi Steve - you
need to turn on protocol logging - this captures all the http request and
response.> > Before the soap/http stuff do err= protocolLogging("logfile.log",
"ON", 10) and at the end do err= protocolLogging("logfile.log", "OFF", 10) The
output is in logfile.log.> > > > Rgds> Symeon> > > -Original Message->
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Long> Sent: 18
January 2008 21:50> To: u2-users@listserver.u2ug.org> Subject: [U2] SOAP Call
in Unidata> > Hi all -> > I am using the Unidata functions to create a SOAP
call to an external> webservice. I am accessing the service, but its not
getting the data I am> passing. Does anyone know of an easy way I can view the
XML created by the> Unidata methods?> > Thanks,> > Steve Long> Spyderweb
Technical Services, Inc.> ---> u2-users mailing list>
u2-users@listserver.u2ug.org> To unsubscribe please visit
http://listserver.u2ug.org/> ---> u2-users mailing list>
u2-users@listserver.u2ug.org> To unsubscribe please visit
http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Steve Long
Thanks Simon, that helped a ton!

The SOAP request is being constructed properly, but one thing I noticed is the
POST reads HTTP\1.0.  The default on my system is 1.1, and I added the
SOAPSetDefault to force it.  The web service states it expects 1.1 or 1.2.
Could this be what's preventing me from getting data returned?  Is there
another way to specify the HTTP version to use?

Steve



> From: [EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org> Subject: RE: [U2]
SOAP Call in Unidata> Date: Sun, 20 Jan 2008 16:05:16 +> > Hi Steve - you
need to turn on protocol logging - this captures all the http request and
response.> > Before the soap/http stuff do err= protocolLogging("logfile.log",
"ON", 10) and at the end do err= protocolLogging("logfile.log", "OFF", 10) The
output is in logfile.log.> > > > Rgds> Symeon> > > -Original Message->
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Long> Sent: 18
January 2008 21:50> To: u2-users@listserver.u2ug.org> Subject: [U2] SOAP Call
in Unidata> > Hi all -> > I am using the Unidata functions to create a SOAP
call to an external> webservice. I am accessing the service, but its not
getting the data I am> passing. Does anyone know of an easy way I can view the
XML created by the> Unidata methods?> > Thanks,> > Steve Long> Spyderweb
Technical Services, Inc.> ---> u2-users mailing list>
u2-users@listserver.u2ug.org> To unsubscribe please visit
http://listserver.u2ug.org/> ---> u2-users mailing list>
u2-users@listserver.u2ug.org> To unsubscribe please visit
http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SOAP Call in Unidata

2008-01-20 Thread Symeon Breen
Hi Steve - you need to turn on protocol logging - this captures all the http 
request and response.

Before the soap/http stuff do err= protocolLogging("logfile.log", "ON", 10) and 
at the end do err= protocolLogging("logfile.log", "OFF", 10)   The output is in 
logfile.log.



Rgds
Symeon


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Long
Sent: 18 January 2008 21:50
To: u2-users@listserver.u2ug.org
Subject: [U2] SOAP Call in Unidata

Hi all -

I am using the Unidata functions to create a SOAP call to an external
webservice.  I am accessing the service, but its not getting the data I am
passing.  Does anyone know of an easy way I can view the XML created by the
Unidata methods?

Thanks,

Steve Long
Spyderweb Technical Services, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] SOAP Call in Unidata

2008-01-18 Thread Steve Long
Hi all -

I am using the Unidata functions to create a SOAP call to an external
webservice.  I am accessing the service, but its not getting the data I am
passing.  Does anyone know of an easy way I can view the XML created by the
Unidata methods?

Thanks,

Steve Long
Spyderweb Technical Services, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/