我的习俗类别如下:
<Serializable()>
Public Class NumInfo
Public n As String
Public f As Integer
Public fc As char()
Public t As Integer
Public tc As char()
Private validFlag As Boolean = True
Public Sub New()
End Sub
I also have public properties(read/write) for all the public variables
End Class
在我任职期间。 中文编码
Public Function ConvertTo(ByVal info As NumInfo) As String
Return mbc(info)<br> mbc is another function defined in my service.asmx "service" class
End Function
www.un.org/Depts/DGACM/index_spanish.htm 问题在于,当我开始着手对其进行测试时,我所看到的网页没有包含任何领域,在这些方面,我可以输入南英帝国公共领域的价值观。 我如何开始这一类? 也没有“Invoke”纽州。 详见下文:
ConvertTo
Test
The test form is only available for methods with primitive types as parameters.
SOAP 1.1
The following is a sample SOAP 1.1 request and response. The
placeholders shown need to be replaced with actual values.
POST /Converter/BC.asmx
HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://Services/ConvertTo"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ConvertTo xmlns="http://Services/">
<info>
<n>string</n>
<f>int</f>
<fc>
<char>char</char>
<char>char>/char>
</fc>
..etc..
What am I doing wrong? For the record I tried replacing char() with string to see if it was the array causing problems but that didn t help either. I m fairly new to web services. I tried replacing the custom object parameter with a primitive parameter just to check how things worked and it rendered a page with an input field and invoke button. I just can t seem to get it working with custom object. Help!