> > Does anyone know, or have some tasty links to information
> > about, what http headers the web webservice is expecting? I
> > have used web services in java and cfinvoke, but they
> > abstract the low level stuff (which is what I am trying to do
> > as well I suppose)
> >
> > I assume that it is a bad header problem because if I GET the
> > ?wsdl I get the wsdl, but when I try to POST a soap envelope
> > to the web service again I get that page.
>
> I don't think you should be POSTing to the WSDL URL. Within the WSDL URL,
> you should find the endpoint URL for the actual SOAP service, and POST to
> that.
Ok good stuff I'll look for it ... do you know what part of the wsdl
that is? is it the:
<wsdl:service name="posttestService">^M
<wsdl:port name="posttest.cfc"
binding="impl:posttest.cfcSoapBinding">^M
<wsdlsoap:address
location="http://dev.rohanclan.com/neuromancer/posttest.cfc"/>^M
</wsdl:port>^M
</wsdl:service>^M
part?
> You might have to set a SOAPAction header, in addition, but I'm not
> sure if that's required to be honest.
The SOAPAction header... I'll search on google for what those can be,
but do you have a link?
> The easiest way to find out is to
> write a CF SOAP client, and just sniff the traffic that sends.
Good call... :-D
--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

