I have a series of request / response pairs I've captured from my connections to a webservice (Microsoft Business Productivity Online Suite). They don't publish a WSDL but these are just SOAP requests so I should be able to make them myself.
Is there an easy way to reconstruct a WSDL from these request/response pairs? I'm trying to rebuild it by hand and it's extremely slow going. I'd like to make sure this is even possible before going much further.