Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I use this method to take a string in a .Net WebService

 

<WebMethod()> Public Function XMLUpdate(ByVal sXML As String) As String

...

End Function

 

When I send it a string from a .Net web page, it works.

 

The coldfusion page throws an error:

 

Line 634: requiresPhoneNumbersAsPlainText = "false"

Server cannot read capabilities configuration r.

Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 634

 

Which is the portion of the MachineConfig that handles Mobile Phones.

 

Is there something besides a string that they should be accepting, or is this person just not configuring his page right, which is what I suspect?

Read the Fovean Chronicles

Because you just can't spend your whole day programming!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...