473,395 Members | 1,558 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

.Net ignoring tags in SOAP envelope created by Axis webservice

Hi,

I was wondering if there are any tools frrely available to see exactly what
is wrong with a SOAP message and what makes it incompatible with .Net.

I am running a Webservice on an Axis server, the particular method in
question has complex types both as input and as output. The proxy was
generated using the WSDL.exe command line tool. There were no errors when
creating the cs file. All the calls return blank values though. I have
intercepted the SOAP response and this is what is being sent ...

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<getLinkedAccountsResponse xmlns="http://account.tempuri.org">
<getLinkedAccountsReturn xsi:type="ns1:AccountList"
xmlns:ns1="http://dto.tempuri.org">
<accounts soapenc:arrayType="ns1:AccountData[10]"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<item xmlns="">
<accountStyleCode></accountStyleCode>
<accountStyleName xsi:nil="true"/>
<accountType>0</accountType>
<availbalance>186056.19</availbalance>
<branchName></branchName>
<branchNumber>6805</branchNumber>
<currbalance>186056.19</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features xsi:nil="true"/>
<history>false</history>
<name>TLHABI</name>
<number>0000000201013339</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>000</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode></accountStyleCode>
<accountStyleName xsi:nil="true"/>
<accountType>10</accountType>
<availbalance>-78.40</availbalance>
<branchName></branchName>
<branchNumber>5137</branchNumber>
<currbalance>-58.40</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features xsi:nil="true"/>
<history>false</history>
<name>CHIBA H</name>
<number>0000000003400093</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>000</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode></accountStyleCode>
<accountStyleName xsi:nil="true"/>
<accountType>0</accountType>
<availbalance>0.00</availbalance>
<branchName></branchName>
<branchNumber>4255</branchNumber>
<currbalance>26974.43</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features xsi:nil="true"/>
<history>false</history>
<name></name>
<number>0000000216758513</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>000</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode>BND</accountStyleCode>
<accountStyleName>NOTICE DEP </accountStyleName>
<accountType>20</accountType>
<availbalance>1004.22</availbalance>
<branchName></branchName>
<branchNumber>5137</branchNumber>
<currbalance>1004.22</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features>XX X X X XX </features>
<history>false</history>
<name>BENSON BF*BEAR</name>
<number>0000000608739073</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>999</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode></accountStyleCode>
<accountStyleName xsi:nil="true"/>
<accountType>0</accountType>
<availbalance>0.00</availbalance>
<branchName></branchName>
<branchNumber>7505</branchNumber>
<currbalance>-62592.89</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features xsi:nil="true"/>
<history>false</history>
<name></name>
<number>5520578340201248</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>000</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode>BC9</accountStyleCode>
<accountStyleName>ELEC CALL </accountStyleName>
<accountType>20</accountType>
<availbalance>2191.25</availbalance>
<branchName></branchName>
<branchNumber>1305</branchNumber>
<currbalance>2191.25</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features>XXXX X X </features>
<history>false</history>
<name>TLHABI</name>
<number>0000000008509190</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>001</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode>BN9</accountStyleCode>
<accountStyleName>ELEC NOTICE </accountStyleName>
<accountType>20</accountType>
<availbalance>1250.00</availbalance>
<branchName></branchName>
<branchNumber>5137</branchNumber>
<currbalance>1250.00</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features>XX X X XXX </features>
<history>false</history>
<name>CHIBA HN</name>
<number>0000000608573817</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>003</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode>BN9</accountStyleCode>
<accountStyleName>ELEC NOTICE </accountStyleName>
<accountType>20</accountType>
<availbalance>1300.00</availbalance>
<branchName></branchName>
<branchNumber>6805</branchNumber>
<currbalance>1300.00</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features>XX X X XXX </features>
<history>false</history>
<name>TLHABI</name>
<number>0000000508488834</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>001</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode>BF8</accountStyleCode>
<accountStyleName>ELEC FIX(SC)</accountStyleName>
<accountType>20</accountType>
<availbalance>1800.00</availbalance>
<branchName></branchName>
<branchNumber>1305</branchNumber>
<currbalance>1800.00</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features>XX X X X</features>
<history>false</history>
<name>TLHABI</name>
<number>0000000008509220</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>001</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
<item xmlns="">
<accountStyleCode>BF8</accountStyleCode>
<accountStyleName>ELEC FIX(SC)</accountStyleName>
<accountType>20</accountType>
<availbalance>1111.11</availbalance>
<branchName></branchName>
<branchNumber>6805</branchNumber>
<currbalance>1111.11</currbalance>
<eapLimit xsi:nil="true"/>
<errorind xsi:nil="true"/>
<features>XX X X X</features>
<history>false</history>
<name>TLHABI</name>
<number>0000000508488850</number>
<overdraft>0.00</overdraft>
<overdraftbalance>0.00</overdraftbalance>
<primary>false</primary>
<serialNumber>001</serialNumber>
<suiteId>J1</suiteId>
<type xsi:nil="true"/>
</item>
</accounts>
<billLimit>10000.00</billLimit>
<billPaid>90.99</billPaid>
<cardHolderInitials>A</cardHolderInitials>
<cardHolderName>AUTOBANK MYUPDATE</cardHolderName>
<cardNumber>503615928916278031</cardNumber>
<cardType>A</cardType>
</getLinkedAccountsReturn>
</getLinkedAccountsResponse>
</soapenv:Body>
</soapenv:Envelope>

Can anybody see what is wrong with this XML? Or think of any other reason
why .Net 1.1 would just ignore this and return nulls?

Thanks in advance,
Marc
Nov 23 '05 #1
0 1111

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Artur | last post by:
Hi Newsgroup, im currently working on programming a asp.net application consuming an Webservice hosted on Apache/Axis. I have generated WSDL and Proxy classes from VisualStudio.net. But when...
0
by: Hans Kesting | last post by:
Hi, I'm trying to create a client for some webservice. BUT I have only limited information: * no WSDL available ("expected Q1-06") (it seems to be written in Java) * I don't have access (yet)...
0
by: Daniel Thune, MCSE | last post by:
I am having a problem with formatting a SOAP Header in a .Net client. The client calls a Java Axis 1.1 based web service. In order to authenticate the caller, the web service call is intercepted by...
0
by: Marc | last post by:
Hi, I was wondering if there are any tools frrely available to see exactly what is wrong with a SOAP message and what makes it incompatible with .Net. I am running a Webservice on an Axis...
3
by: Sydney | last post by:
Hi, I am trying to construct a WSE 2.0 security SOAP request in VBScript on an HTML page to send off to a webservice. I think I've almost got it but I'm having an issue generating the nonce...
0
by: info | last post by:
Dear all, is the first time that I use SOAP, and i must say that i'm having several problems. this is SOAP message that expects the server =================XML EXPECTED FROM THE...
1
by: novicedlh | last post by:
Hello, I am creating a webservice that collects user information and stores it in a database. Since the user information contains sensitive data like SSN I am planning to use WS-Security (WSE...
0
by: HolmerJohn | last post by:
When calling a .Net web service from an Axis client on an AS400, the parameters are not being passed correctly. When the proxy is built in C#, the soap envelope below is sent, which works: ...
0
by: =?Utf-8?B?ZWQ=?= | last post by:
I had this exact problem using a vb.net client accessing a Java web service. The solution takes 3 steps: 1.) Create custom ClientOutputFilter 2.) Create a custom Assertion that uses filter from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.