Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

consuming asp.net asmx web service in java

843833Feb 23 2009 — edited Feb 26 2009
I am consuming a asp.net asmx web service in java.

Service Method uses an xml schema as request parameter.

The schema structure of xml message that is passed to web service is like under root node there is 0 to unbounded collection of xml array.
<root>
<fields>
<field1 key1="val1" key2="val2"><field1>
<field2 key1="val1" key2="val2"><field2>
<fields>
<root>

Here <fields> node contains more than one collection of <field> objects.
I contruct request message object , then fields and then assign it multiple field objects.But unable to get it on server side(asp.net asmx).
I have all code correct.

Any suggestions.

Do i need some extra arrangement.


Do comment on it.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2009
Added on Feb 23 2009
5 comments
455 views