c# - SOAP Implementation in Forms Project -
i have wsdl shipping service hermes , want use c#. added wsdl project , can use functions within it.
(this wsdl link.)
i allready tried no success:
hermesweb.props prop; hermesweb.hermeslogin hermeslogin = new hermesweb.hermeslogin(); hermeslogin.benutzername = "***"; hermeslogin.kennwort = "***"; hermesweb.propsuserlogin login = new hermesweb.propsuserlogin(hermeslogin); prop = new hermesweb.propsclient(); prop.propsuserlogin(login);
am doing wrong? must i'm newbie @ wsdl. when google tutorials xml , on. need xml? doesn't adding project convert xml c# functions , variables?
the error is:
fault occurred while processing. fault.exception´1
Comments
Post a Comment