-
Passing XML document to Java web service:
Developing Java web service using Netbeans 4.1 with SOAP. The web service receives an XML document as request, parses it and saves it to the database.
If the XML document is passed as a Source object, we get the following error:
Attachment types are not supported in literal mode - Type: "javax.xml.transform.Source"
If it is passed as SOAPElement, we get the following error:
Type "javax.xml.soap.SOAPElement" implements more than one interface, interfaces: "javax.xml.soap.Node", "org.w3c.dom.Element" ...
If it is passed as String, how to parse it? Please help. Thanks.
Similar Threads
-
By Stephen Earl in forum .NET
Replies: 2
Last Post: 04-28-2003, 05:03 AM
-
Replies: 5
Last Post: 01-28-2003, 10:48 AM
-
By Greg Rothlander in forum ASP.NET
Replies: 0
Last Post: 04-10-2002, 01:17 PM
-
By Tim Romano in forum .NET
Replies: 6
Last Post: 04-19-2001, 02:51 PM
-
Replies: 0
Last Post: 04-05-2000, 01:55 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks