16 years ago
How to use a SOAP request
Complete newbie with this stuff - just for starters.
I have a webservice that I'm trying to invoke. The service works great in it's development interface and I was able to generate the wsdl for the service and can call the service with a SOAP request and get the expected result - but here's my question... How do I use this SOAP request? My thought is that I somehow need to embed it in a web page or something that an end user can access to launch the SOAP request to call the web service - but I can't figure out how to embed this SOAP request.
Is this done through AJAX or Java or JSON or what? I've read a number of articles that make it sound like the easiest thing in the world, but I haven't been able to really figure it out yet...
Any help or advice would be GREATLY appreciated!
Thanks
I have a webservice that I'm trying to invoke. The service works great in it's development interface and I was able to generate the wsdl for the service and can call the service with a SOAP request and get the expected result - but here's my question... How do I use this SOAP request? My thought is that I somehow need to embed it in a web page or something that an end user can access to launch the SOAP request to call the web service - but I can't figure out how to embed this SOAP request.
Is this done through AJAX or Java or JSON or what? I've read a number of articles that make it sound like the easiest thing in the world, but I haven't been able to really figure it out yet...
Any help or advice would be GREATLY appreciated!
Thanks