You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Visual Studio C# (target NET3.5 and NET4.0), Windows OS
2. Add webreference to demo.php
3. call SayHello() : success, C# gets the Response as string
4. call GetComplexType() : Fails, error in XML file
This is my C# function to test demo.php:
private void button1_Click(object sender, EventArgs e)
{
WebRef.SoapDemo demo = new WebRef.SoapDemo();
string response;
response = demo.SayHello("Steve");
WebRef.ComplexTypeDemo c;
c = demo.GetComplexType();
}
During call of GetComplexType() I get exception "Error in XML-Dokument (2,694)"
What is going wrong ? Did I miss something ?
Thank you very much to release php-wsdl-generator to the public.
Could you please add some C# example code snippets ?
Cheers
Carsten
Original issue reported on code.google.com by [email protected] on 21 Oct 2014 at 5:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Oct 2014 at 5:49The text was updated successfully, but these errors were encountered: