Hi, I've been testing a Wireless Provisioning Services setup and I have gotten to the stage where the client (XP SP2 laptop) sends the signup data (XML/HTTPS) from the signup wizard to the web application for processing (i.e. to create a new account). According to the documentation (http://msdn.microsoft.com/library/en-us/randz/protocol/wisp_packet_sequence.asp?frame=true) after the web application has processed the information, it is supposed to send back XML confirming account creation and providing username and password. What is the specific format of the XML response from the web app to the client? I have been unable to find any documentation on this. So I've resorted to guessing: (1) I've tried sending back the Wizard schema with the credentials panel filled in with the username and password but on the client I get an Alert window saying "The wireless network provider found some errors in the information you entered. Please correct the information and retry." (2) I've also tried sending back the User schema (based on the example here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/randz/protocol/eap_schema.asp) and in this case I get an error in WZCDLG saying as follows [2052] 15:10:42: |||||||| /---CGetAndPostBasePage::OnStartTransmitting [2052] 15:10:42: ||||||||| /---CGetAndPostBasePage::StartTransmission [2052] 15:10:42: |||||||||| /---CPostPage::Transmit [2052] 15:10:42: |||||||||| \___CPostPage::Transmit [2052] 15:10:42: ||||||||| \___CGetAndPostBasePage::StartTransmission [2052] 15:10:42: |||||||| \___CGetAndPostBasePage::OnStartTransmitting [2052] 15:10:42: |||||||| /---CWinHttpEventsSink::OnResponseStart [2052] 15:10:42: ||||||||| Status(200) text/xml [2052] 15:10:42: |||||||| \___CWinHttpEventsSink::OnResponseStart [2052] 15:10:42: |||||||| /---CWinHttpEventsSink::OnResponseDataAvailable [2052] 15:10:42: |||||||| \___CWinHttpEventsSink::OnResponseDataAvailable [2052] 15:10:42: |||||||| /---CWinHttpEventsSink::OnResponseFinished [2052] 15:10:42: |||||||| \___CWinHttpEventsSink::OnResponseFinished [2052] 15:10:42: |||||||| /---CGetAndPostBasePage::EndTransmission [2052] 15:10:42: ||||||||| /---CWispWizard::ValidateXML [2052] 15:10:42: ||||||||| \___CWispWizard::ValidateXML [2052] 15:10:42: ||||||||| CGetAndPostBasePage ERROR0x80070057):goop from server FAILED to validate! [2052] 15:10:42: The parameter is incorrect. [2052] 15:10:43: |||||||| \___CGetAndPostBasePage::EndTransmission I'd appreciate any help since without knowing the XML format required I can't see any practical way to proceed.
Hi, Did you manage to get this fixed as I'm in the same quandary and do not know which xml to return to the client. I'm also curious as to how you got Guest Authentcation working. Thanks for you help and will post if I make any progress. Bernard. > Hi,<BR> > <BR> > I've been testing a Wireless Provisioning Services setup and I have<BR> > gotten<BR> > to the stage where the client (XP SP2 laptop) sends the signup data<BR> > (XML/HTTPS) from<BR> > the signup wizard to the web application for processing (i.e. to create<BR> > a new<BR> > account).<BR> > <BR> > According to the documentation<BR> > (http://msdn.microsoft.com/library/en-us/randz/protocol/wisp_packet_sequence.asp?frame=true)<BR> > after the web application has processed the information, it is supposed<BR> > to send back XML confirming account creation and providing username and<BR> > password. What is the specific format of the XML response from the web<BR> > app to the client? I have been unable to find any documentation on<BR> > this. So I've resorted to guessing:<BR> > <BR> > (1) I've tried sending back the Wizard schema with the credentials<BR> > panel filled in with the username and password but on the client I get<BR> > an Alert window saying "The wireless network provider found some errors<BR> > in the information you entered. Please correct the information and<BR> > retry."<BR> > <BR> > (2) I've also tried sending back the User schema (based on the<BR> > example here<BR> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/randz/protocol/eap_schema.asp)<BR> > and in this case I get an error in WZCDLG saying as follows<BR> > <BR> > [2052] 15:10:42: |||||||| /---CGetAndPostBasePage::OnStartTransmitting<BR> > [2052] 15:10:42: ||||||||| /---CGetAndPostBasePage::StartTransmission<BR> > [2052] 15:10:42: |||||||||| /---CPostPage::Transmit<BR> > [2052] 15:10:42: |||||||||| \___CPostPage::Transmit<BR> > [2052] 15:10:42: ||||||||| \___CGetAndPostBasePage::StartTransmission<BR> > [2052] 15:10:42: |||||||| \___CGetAndPostBasePage::OnStartTransmitting<BR> > [2052] 15:10:42: |||||||| /---CWinHttpEventsSink::OnResponseStart<BR> > [2052] 15:10:42: ||||||||| Status(200) text/xml<BR> > <BR> > [2052] 15:10:42: |||||||| \___CWinHttpEventsSink::OnResponseStart<BR> > [2052] 15:10:42: ||||||||<BR> > /---CWinHttpEventsSink::OnResponseDataAvailable<BR> > [2052] 15:10:42: ||||||||<BR> > \___CWinHttpEventsSink::OnResponseDataAvailable<BR> > [2052] 15:10:42: |||||||| /---CWinHttpEventsSink::OnResponseFinished<BR> > [2052] 15:10:42: |||||||| \___CWinHttpEventsSink::OnResponseFinished<BR> > [2052] 15:10:42: |||||||| /---CGetAndPostBasePage::EndTransmission<BR> > [2052] 15:10:42: ||||||||| /---CWispWizard::ValidateXML<BR> > [2052] 15:10:42: ||||||||| \___CWispWizard::ValidateXML<BR> > [2052] 15:10:42: ||||||||| CGetAndPostBasePage ERROR0x80070057):goop<BR> > from server FAILED to validate!<BR> > [2052] 15:10:42: The parameter is incorrect.<BR> > [2052] 15:10:43: |||||||| \___CGetAndPostBasePage::EndTransmission<BR> > <BR> > I'd appreciate any help since without knowing the XML format required I<BR> > can't see any practical way to proceed.<BR> >
Hi,<BR> <BR> Did you manage to get this fixed as I'm in the same quandary and do not know <BR> which xml to return to the client. I'm also curious as to how you got Guest <BR> Authentcation working.<BR> <BR> Thanks for you help and will post if I make any progress.<BR> <BR> Bernard.<BR> <BR> <BR> "white_cs" <> wrote in message <BR> &gt; Hi,<BR><BR> &gt; <BR><BR> &gt; I've been testing a Wireless Provisioning Services setup and I have<BR><BR> &gt; gotten<BR><BR> &gt; to the stage where the client (XP SP2 laptop) sends the signup data<BR><BR> &gt; (XML/HTTPS) from<BR><BR> &gt; the signup wizard to the web application for processing (i.e. to <BR> create<BR><BR> &gt; a new<BR><BR> &gt; account).<BR><BR> &gt; <BR><BR> &gt; According to the documentation<BR><BR> &gt; <BR> (http://msdn.microsoft.com/library/en-us/randz/protocol/wisp_packet_sequence.asp?frame=true)<BR><BR> &gt; after the web application has processed the information, it is <BR> supposed<BR><BR> &gt; to send back XML confirming account creation and providing username <BR> and<BR><BR> &gt; password.&nbsp; What is the specific format of the XML response from <BR> the web<BR><BR> &gt; app to the client? I have been unable to find any documentation on<BR><BR> &gt; this. So I've resorted to guessing:<BR><BR> &gt; <BR><BR> &gt; (1) I've tried sending back the Wizard schema with the credentials<BR><BR> &gt; panel filled in with the username and password but on the client I <BR> get<BR><BR> &gt; an Alert window saying &quot;The wireless network provider found some <BR> errors<BR><BR> &gt; in the information you entered. Please correct the information and<BR><BR> &gt; retry.&quot;<BR><BR> &gt; <BR><BR> &gt; (2) I've also tried sending back the User schema (based on the<BR><BR> &gt; example here<BR><BR> &gt; <BR> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/randz/protocol/eap_schema.asp)<BR><BR> &gt; and in this case I get an error in WZCDLG saying as follows<BR><BR> &gt; <BR><BR> &gt; [2052] 15:10:42: |||||||| <BR> /---CGetAndPostBasePage::OnStartTransmitting<BR><BR> &gt; [2052] 15:10:42: ||||||||| <BR> /---CGetAndPostBasePage::StartTransmission<BR><BR> &gt; [2052] 15:10:42: |||||||||| /---CPostPage::Transmit<BR><BR> &gt; [2052] 15:10:42: |||||||||| \___CPostPage::Transmit<BR><BR> &gt; [2052] 15:10:42: ||||||||| <BR> \___CGetAndPostBasePage::StartTransmission<BR><BR> &gt; [2052] 15:10:42: |||||||| <BR> \___CGetAndPostBasePage::OnStartTransmitting<BR><BR> &gt; [2052] 15:10:42: |||||||| /---CWinHttpEventsSink::OnResponseStart<BR><BR> &gt; [2052] 15:10:42: ||||||||| Status(200) text/xml<BR><BR> &gt; <BR><BR> &gt; [2052] 15:10:42: |||||||| \___CWinHttpEventsSink::OnResponseStart<BR><BR> &gt; [2052] 15:10:42: ||||||||<BR><BR> &gt; /---CWinHttpEventsSink::OnResponseDataAvailable<BR><BR> &gt; [2052] 15:10:42: ||||||||<BR><BR> &gt; \___CWinHttpEventsSink::OnResponseDataAvailable<BR><BR> &gt; [2052] 15:10:42: |||||||| <BR> /---CWinHttpEventsSink::OnResponseFinished<BR><BR> &gt; [2052] 15:10:42: |||||||| <BR> \___CWinHttpEventsSink::OnResponseFinished<BR><BR> &gt; [2052] 15:10:42: |||||||| /---CGetAndPostBasePage::EndTransmission<BR><BR> &gt; [2052] 15:10:42: ||||||||| /---CWispWizard::ValidateXML<BR><BR> &gt; [2052] 15:10:42: ||||||||| \___CWispWizard::ValidateXML<BR><BR> &gt; [2052] 15:10:42: ||||||||| CGetAndPostBasePage <BR> ERROR0x80070057):goop<BR><BR> &gt; from server FAILED to validate!<BR><BR> &gt; [2052] 15:10:42: The parameter is incorrect.<BR><BR> &gt; [2052] 15:10:43: |||||||| \___CGetAndPostBasePage::EndTransmission<BR><BR> &gt; <BR><BR> &gt; I'd appreciate any help since without knowing the XML format required <BR> I<BR><BR> &gt; can't see any practical way to proceed.<BR><BR> &gt; <BR> <BR>
Hi,<BR><BR> <BR><BR> Did you manage to get this fixed as I'm in the same quandary and do not know <BR> <BR><BR> which xml to return to the client.&nbsp; I'm also curious as to how you got <BR> Guest <BR><BR> Authentcation working.<BR><BR> <BR><BR> Thanks for you help and will post if I make any progress.<BR><BR> <BR><BR> Bernard.<BR><BR> <BR><BR> <BR><BR> &quot;white_cs&quot; &lt;&gt; wrote in message <BR><BR> &amp;gt; Hi,&lt;BR&gt;<BR><BR> &amp;gt; &lt;BR&gt;<BR><BR> &amp;gt; I've been testing a Wireless Provisioning Services setup and I <BR> have&lt;BR&gt;<BR><BR> &amp;gt; gotten&lt;BR&gt;<BR><BR> &amp;gt; to the stage where the client (XP SP2 laptop) sends the signup <BR> data&lt;BR&gt;<BR><BR> &amp;gt; (XML/HTTPS) from&lt;BR&gt;<BR><BR> &amp;gt; the signup wizard to the web application for processing (i.e. to <BR> <BR><BR> create&lt;BR&gt;<BR><BR> &amp;gt; a new&lt;BR&gt;<BR><BR> &amp;gt; account).&lt;BR&gt;<BR><BR> &amp;gt; &lt;BR&gt;<BR><BR> &amp;gt; According to the documentation&lt;BR&gt;<BR><BR> &amp;gt; <BR><BR> (http://msdn.microsoft.com/library/e...et_sequence.asp?frame=true)&lt;BR&gt;<BR><BR> &amp;gt; after the web application has processed the information, it is <BR><BR> supposed&lt;BR&gt;<BR><BR> &amp;gt; to send back XML confirming account creation and providing username <BR> <BR><BR> and&lt;BR&gt;<BR><BR> &amp;gt; password.&amp;nbsp; What is the specific format of the XML response <BR> from <BR><BR> the web&lt;BR&gt;<BR><BR> &amp;gt; app to the client? I have been unable to find any documentation <BR> on&lt;BR&gt;<BR><BR> &amp;gt; this. So I've resorted to guessing:&lt;BR&gt;<BR><BR> &amp;gt; &lt;BR&gt;<BR><BR> &amp;gt; (1) I've tried sending back the Wizard schema with the <BR> credentials&lt;BR&gt;<BR><BR> &amp;gt; panel filled in with the username and password but on the client I <BR> <BR><BR> get&lt;BR&gt;<BR><BR> &amp;gt; an Alert window saying &amp;quot;The wireless network provider <BR> found some <BR><BR> errors&lt;BR&gt;<BR><BR> &amp;gt; in the information you entered. Please correct the information <BR> and&lt;BR&gt;<BR><BR> &amp;gt; retry.&amp;quot;&lt;BR&gt;<BR><BR> &amp;gt; &lt;BR&gt;<BR><BR> &amp;gt; (2) I've also tried sending back the User schema (based on <BR> the&lt;BR&gt;<BR><BR> &amp;gt; example here&lt;BR&gt;<BR><BR> &amp;gt; <BR><BR> http://msdn.microsoft.com/library/d...dz/protocol/eap_schema.asp)&lt;BR&gt;<BR><BR> &amp;gt; and in this case I get an error in WZCDLG saying as <BR> follows&lt;BR&gt;<BR><BR> &amp;gt; &lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||| <BR><BR> /---CGetAndPostBasePage::OnStartTransmitting&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||| <BR><BR> /---CGetAndPostBasePage::StartTransmission&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||||| /---CPostPage::Transmit&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||||| \___CPostPage::Transmit&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||| <BR><BR> \___CGetAndPostBasePage::StartTransmission&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||| <BR><BR> \___CGetAndPostBasePage::OnStartTransmitting&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||| <BR> /---CWinHttpEventsSink::OnResponseStart&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||| Status(200) text/xml&lt;BR&gt;<BR><BR> &amp;gt; &lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||| <BR> \___CWinHttpEventsSink::OnResponseStart&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||&lt;BR&gt;<BR><BR> &amp;gt; /---CWinHttpEventsSink::OnResponseDataAvailable&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||&lt;BR&gt;<BR><BR> &amp;gt; \___CWinHttpEventsSink::OnResponseDataAvailable&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||| <BR><BR> /---CWinHttpEventsSink::OnResponseFinished&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||| <BR><BR> \___CWinHttpEventsSink::OnResponseFinished&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: |||||||| <BR> /---CGetAndPostBasePage::EndTransmission&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||| <BR> /---CWispWizard::ValidateXML&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||| <BR> \___CWispWizard::ValidateXML&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: ||||||||| CGetAndPostBasePage <BR><BR> ERROR0x80070057):goop&lt;BR&gt;<BR><BR> &amp;gt; from server FAILED to validate!&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:42: The parameter is incorrect.&lt;BR&gt;<BR><BR> &amp;gt; [2052] 15:10:43: |||||||| <BR> \___CGetAndPostBasePage::EndTransmission&lt;BR&gt;<BR><BR> &amp;gt; &lt;BR&gt;<BR><BR> &amp;gt; I'd appreciate any help since without knowing the XML format <BR> required <BR><BR> I&lt;BR&gt;<BR><BR> &amp;gt; can't see any practical way to proceed.&lt;BR&gt;<BR><BR> &amp;gt; <BR><BR> <BR><BR> <BR>
I haven't managed to get any further at the moment. Which part of the guest login are you having trouble with?
Hi white_cs, Already solved the Guest access problem with help from your postings sometime back in Yahoo (certificate problems with BITS). Just to let you know that with the help of Pekka Niikkonen at Microsoft, I got the wizard working. See the correspondence below. Pekka has asked to me let you and the rest of the newsgroup know that you can direct questions regarding WPS to . Attached is the accountinfo.xml sample that makes the magic work. Thanks for your help and hope this works out for you, Bernard.
Thanks for the information! I successfully used the accountinfo.xml file to finish off the account creation process.