0
votes
0answers
21 views

Writing a (wcf) webservice that returns XML and an XSD / WSDL

I'm about to write a webservice in C#, which should return an XML document. I am planning on using WCF because MEX will allow people to easily build a client to interface with it. I'm a bit confused ...
0
votes
0answers
3 views

Force Xfire to include XSD in wsdl

I have a Java web service created by Xfire. Currently the wsdl auto generated by Xfire contains all elements and methods. What I want is to remove elements description from wsdl and have them in a ...
0
votes
0answers
30 views

Namespace in XML request/response in REST

My XSD has some namespace defined like <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.0" ...
0
votes
1answer
20 views

Microsoft.NET WS client: all operation and types, but no members

I'm trying to generate a .NET WS client from a WSDL + some XSD. I've tried two ways with the same result: Add Web Reference and WSDL.EXE I've tried different framework versions, IDE versions and ...
0
votes
1answer
39 views

Create a web service, JPA entities and DB tables starting with XSDs

I'm working on a contract-first integration where I design the XSD&WSDL files first to provide to the customers to call a specific web service hosted on our servers. I also need to save the ...
1
vote
0answers
20 views

jaxb binding annotation element from another schema and library

I'm writing a Web service that exchange some signed information as part of the messages (not in the headers) and I would like to know how I should make the binding to avoid that xjc generates classes ...
0
votes
1answer
86 views

How to crate web-service from wsdl and xsd files in NetBeans?

My task is to crate web-service in NetBeans (using Tomact) from wsdl and two xsd files. I don't understand what should I do with xsd files? What sequence of steps? I've tried to crate "Web service ...
9
votes
3answers
219 views

Sharing WSDL types without XSD

I can't seem to find an example of generating proxies from WSDLs with shared types but without having any XSDs to go along with them. Can anyone please mark this as duplicate and point me to an ...
1
vote
2answers
129 views

JAX-WS has XSD schema in different URL

I made a small web service using JAX-WS. The WSDL file has TYPES element like this. <types> <xsd:schema> <xsd:import namespace="http://ws.poc.mawia/" ...
1
vote
0answers
21 views

Change the name of the Request Element in XSD file of a Spring Web Service

I have a Web Service with a method called TestMethod. On the XSD file I have this: <element name="TestMethodResponse"> <complexType> <sequence> <element ...
6
votes
3answers
243 views

Include Schema Type in WSDL file

I created a WSDL by hand that has only one operation with no input parameter and no output parameter. I am getting following error when I try to create a client from this WSDL: Cannot import ...
0
votes
1answer
64 views

why am I getting Invalid attribute value for 'type' in element 'element' in my webservice?

I'm making a contract first webservice so my first xds(MensajeDetails.xds) is: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ...
0
votes
1answer
238 views

How to customize spring webservice's PayloadValidatingInterceptor response message?

I have a java web service application built with jaxb and spring webservice. I have a complex type in a xsd like this: ... <complexType name="GetRecordsRequest"> <sequence> ...
0
votes
0answers
82 views

XML schema received using SOAP, where do I get the data?

First off, let me state that I have almost no idea what I'm doing. What I'm supposed to do is pull a list of vendors from the internet and display it on an Android device. I have been given access to ...
0
votes
1answer
73 views

Web Service is not getting the xsd file in top down approach

I am trying to generate a web service from a wsdl file(Top down Approach) which requires a xsd file. I have successfully created the web service. When i test the webservice from eclipse's browser, it ...
0
votes
2answers
55 views

XSD File Has a Password

I have searched everywhere for an answer to this but cannot seem to find one. I am trying to validate an XML file against an XSD file. I have so far written this. $x_validate = new DOMDocument(); ...
0
votes
1answer
151 views

Generate XSD classes to be exposed via WCF Service without wrapping message

I have read many posts about this topic but I could not find just the solution I need. I know I may have to settle with a less desirable solution but needed to explore any possibility first. The XSD ...
1
vote
4answers
352 views

How to compare XMLGregorianCalendar with only the Date portion (day, month, year)?

I'm developing a webservice integrated with spring-struts web application, in XSD there is a XMLGregorianCalendar type property, let's say the property name is trxDate. In SOAPUI testing ...
1
vote
0answers
51 views

svcutil with local files dosen't make code but online does

I have locally a wsdl it's xsd's files and trying to get the proxy file with svcutil.exe with this command svcutil *.wsdl *.xsd /l:cs I get this error: Error: Cannot import wsdl:portType ...
1
vote
1answer
136 views

Leveraging XSD to Validate Data prior to XML Post via Web Service

I am writing a service that reads a string of comma delimited values (and their labels) from memory and packages them into an XML file to send. An associated XSD file is being generated by the data ...
0
votes
2answers
79 views

type or element in WSDL types section

It seems that I have some options when defining types in a wsdl <types/> section. If I define a type (simple or complex) then I can reference that type like this: <message> <part ...
0
votes
2answers
197 views

free webservice with xsd and wsdl both

I am looking for a webservice which is free to user has xsd has wsdl I have searched a lot but most of the webservices that are there are having only the wsdl and no xsd. I would really ...
0
votes
0answers
134 views

SoapUI - invoking web service with abstract class

Is there any way to make SoapUI work with abstract definitions in my WSDL XSD? I'm trying to define some test cases for WS we've developed, I'm receiving "Cannot instantiate abstract class ...
0
votes
1answer
67 views

synchronous web service asp.net responce and request in XSD format

my client has provided me 2 XSD files one is for request and another is for responce and in sample WSDl he has provided ,import namespaces like , <xsd:schema> <xsd:import ...
1
vote
2answers
204 views

Creating a Class from an XSD

Here is my current situation. I had to break standards for how to do web services calls. We had 60+ WSDLs to connect to and the name changed based on a parameter. I created the web service call ...
0
votes
2answers
52 views

Can I safely use two different versions of a service in the same time?

I would be interested if I can use safely two different version of a web-service. The schema behind the service were updated between versions, but the part that in I use were in practice unchanged ...
0
votes
1answer
333 views

org.xml.sax.SAXParseException: Premature end of file with jaxbUnmarshaller

This is java method which unmarshell xml file.But when Run this it shows this message "org.xml.sax.SAXParseException: Premature end of file with jaxbUnmarshaller".I look for several problems with ...
-2
votes
1answer
44 views

Web Service Call - Error [closed]

I've referenced a third party service reference and it created .svcinfo, .svcmap and couple of .xsd files. In my code I've created a proxy of this service and tried to call a method ...
0
votes
0answers
205 views

cvc-elt.1: Cannot find the declaration of element 'mesa'

When I trying to send a Soap request I am getting the following exception. Soap request <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/mesa" ...
1
vote
1answer
285 views

WCF Web Service xml serialization [XmlAttributeAttribute()] is ignored

I have a WCF web service developed with VS2010 targeting .Net Framework 4 which utilizes a serialization class generated from a xsd schema using xsd.exe. When I request the xsd from the service ...
0
votes
0answers
142 views

How to generate XSD:choice correctly with WSCF blue?

With simple choice in schema I get public partial class TPlanKey { private object itemField; /// <remarks/> [System.Xml.Serialization.XmlElementAttribute("id", typeof(int))] ...
1
vote
2answers
100 views

Jersey 1.16: How do you view xsd in browser?

I am been struggling to get the XSD for my project to be shown in the browser. I have the WADL created and I just need the XSD for the response and request if possible. Does anyone know how to do ...
2
votes
1answer
412 views

WCF MessageContract wrapping and lists

I've received a specification from a customer of how their web-service client works. The specification is the actual SOAP XML messages that are sent and received from the service as well as the ...
0
votes
0answers
250 views

Web Service Sending Base64Binary data

I have a webservice that is expecting a binary data in the form Base64Binary, its basically a pdf file that i need to send. The service is not expecting MTOM or SOAP attachment. It wants data in this ...
1
vote
1answer
263 views

XSD to HTML Form

I’ve been tasked with building a web-based interactive SDK to speed up client-side development for our RESPful Web Service APIs. Part of the solution requires an engine that can read an XSD and ...
1
vote
1answer
535 views

JAXB XmlElement maxOccurs Issue with Array elements

I have used below getter method level XmlElement annotation for generating xsd from Java class. @XmlElement(type=Integer.class, required=true) public int [] getTestArrayInt () { .... } Generated ...
0
votes
0answers
32 views

How does one define a bulk operation input in HTTP/IRI style using WSDL 2.0?

Let's assume there's a service specification written in WSDL 2.0 that includes a "Hello World" operation called "greet" according to the following example: Response for: ...
0
votes
0answers
77 views

Values disappearing when consuming soap webservice - failing on complexType with ref to s:schema

I am consuming a soap webservice and since a few weeks it suddenly fails. After troubleshooting using a trial and error approach (by removing elements from the wsdl and then generating the client ...
1
vote
1answer
305 views

WSDL explorer/viewer for Linux / Ubuntu (gui)

Is there a GUI tool that can display details about a WSDL file and XSD files? Maybe a WSDL editor is also an option. My needs are mainly inspecting the structure and options I have to call a service. ...
2
votes
1answer
465 views

Name of the input/output element must be unique (WSDL Spec)

I've posted this question here. but didnt get any answers. So I'm posting it here as well. I've a question on the WSDL. I've a WSDL that has two methods as below: <portType ...
1
vote
3answers
793 views

Netbeans Java Webservice WSDL Generates empty sequence

I seem to be having an issue with java and netbeans when it comes to writing web services. I Have searched for a couple of days with no luck, finding people with the same issue as me with zero ...
0
votes
1answer
236 views

Identifying SOAP Method Prefix from XSD/WSDL

I have a WSDL as below. I am trying to identify how to get the Prefix for SOAP Methods from this document, can someone please help. Below is the Prefix Method generated through SOAP-UI, please note ...
1
vote
1answer
502 views

schemaLocation ignored when marshalling JAXB Classes using Metro

I'm using the Metro stack bundled with Java 6 SE to call a web service. The web service expects XML as a parameter. I use JAXB classes to create content and pass my JAXB root element to the web ...
0
votes
1answer
107 views

Can SUDS validate objects against XSD?

With Python I use SUDS for a Webservice client. Before calling the webservice, the parameters will be built up in the code. One of the parameters is defined to be a string between 4 and 8 characters ...
0
votes
0answers
231 views

Using .NET, How can I create a SOAP service that implements custom WSDL which imports an XSD?

We have an assembly of business layer methods that are exposed as a web service. Each method in the BL consumes and returns one Xml document. Each Xml document conforms to one element in a Schema ...
1
vote
1answer
59 views

WSDL for service accepting different messages in a single operation

I'd like to have a document\literal web-service accepting different kind of input in soap:body. Smth like <soap:body> <A xmlns="http://tempuri/A"> </A> </soap:body> ...
0
votes
2answers
289 views

WebService - xsd:Date field

I'm creating a webservice for a customer in ASP.Net v3.5. Currently, we have the an object similar to the following that gets returned by one of the webservice methods: public class blah { public ...
1
vote
0answers
236 views

Will JAX WS Web Service generation always create XSD file

I am using RAD 7.5 to generate WSDL from java service class using JAX-WS. My Server is WAS 7.0. I am not able to see any option in RAD to exclude the XSD generation and include the request & ...
1
vote
1answer
248 views

Multiple xsd mappings in webservice is that possible

I'm new to web services and I'm facing a design issue where we want to create a web-service (preferably SOAP based) which will receive 2 parameters (1 String variables (Client Name), 1 XML data) ...
2
votes
1answer
5k views

Importing xsd into wsdl

This is my current configuration: XSD <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://stock.com/schemas/services/stock" ...

1 2 3