| Derk Schutte 2006-02-07, 5:59 pm |
| Hi all,
Im getting an error when i try to send a message to a webservice. This is
the message
The "SOAP" adapter is suspending an outbound message going to destination
URL:"http://10.241.13.68/reis.si.behandelstraat/si/behandelstraat/beveiligingservice.asmx". Details:"There is an error in XML document (1, 40).".
Position 40 is directly behind the xml header.
The part of the wsdl i am using that is responsible for this is this :
- <s:element name="GetReisAutorisaties">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="getReisAutorisatiesMessage"
type="tns:Messages.BeveiligingMessages.Requests.GetReisAutorisatiesRequest"
/>
</s:sequence>
</s:complexType>
</s:element>
when i change the type
"Messages.BeveiligingMessages.Requests.GetReisAutorisatiesRequest" to another
(shorter? without dots?) term, it works fine. The reason for the long
typename is the way it is declared in the .NET webservice i am calling. Of
course i can hack te wsdl en get it right that way, but we'd have to do that
everytime the webservice is updated. Can anyone help me with this?
regards
derk schutte
|