I have to connect to a .NET webservice. Within the paramaters of what I
have to pass it is an array of elements.
For example
<object>
<name>Bob </name>
<aliases>
<alias>Jimmy</alias>
<alias>George</alias>
</aliases>
</object>
Well, you get the idea. If I take the array of elements out it connects.
I'm using service capture to watch the request and when I have the array
in there it doesn't attempt to make the method call.
The exact error I'm getting is
(mx.rpc::Fault)#0
errorID = 0
faultCode = "EncodingError"
faultDetail = (null)
faultString = "Error #1009: Cannot access a property or method of a
null object reference."
message = "faultCode:EncodingError faultString:'Error #1009: Cannot
access a property or method of a null object reference.'
faultDetail:'null'"
name = "Error"
rootCause = (null)
can somebody tell me how to pass an array of elements to a .NET
webservice please.
Thanks,
Brian...
***
The information in this e-mail is confidential and intended solely for the
individual or entity to whom it is addressed. If you have received this e-mail
in error please notify the sender by return e-mail delete this e-mail and
refrain from any disclosure or action based on the information.
***