PHP SoapClient Raw SOAP to Object

elushion

New Member
Is it possible to input raw SOAP web service response ( read from file ) to the PHP SoapClient as string and get response object mapped in classmap?Basicly same thing like usually SoapClient would be used, except I have response XML already.
 
Back
Top