Wsdl
I'm not sure if i should post this here but what i'm trying to do is create a wsdl, i'm using sql and asp and flash. well i'm trying to use all of these. from what i'm understanding i need to create a wsdl.
how do i go about doing this, i'm currently reading w3schools so i might be able to figure it out but i would like your input.
View Replies
I am attempting to learn how to use the SOAP toolbox and WSDL to communicate with an online service.
I am using ASP to post a SOAP-envelope which is in the format required by the target server, and then recieves the response text which in this case should be a small amount of xml saying that login was OK or has failed.
The code at the moment looks like: Code:
View Replies
View Related