Results 1 to 1 of 1
- 02-06-2012, 10:26 AM #1
Member
- Join Date
- Feb 2011
- Posts
- 9
- Rep Power
- 0
SoapUI, JaxWs, JaxB - xml content
Hi there,
I have a webservice that uses jaxws and jaxb and I'm using SoapUI to test it, but I don't like the way the XML files look. That is.. I don't like the following lines:
request:
andJava Code:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sim="http://ws.test.com/"> <soapenv:Header/> <soapenv:Body> //content... </soapenv:Body> </soapenv:Envelope>
Is there any way to get rid of those lines? Like some anotation at the right place? Or are those lines even included in the real XML or are they just generated by SoapUI when I import my WSDL file? (which I generate using wsgen)Java Code:<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <ns2:getTestResponse xmlns:ns2="http://ws.test.com/"> //content... </ns2:getTestResponse> </S:Body> </S:Envelope>
Also, how can I manually test my web service? I once tried out a example with a server and client, but I'm having problems creating the client side.. :/ The code was something like..
But for some odd reason I can't find any of my methods on the port object.. :/ I'm assuming that I'm simply using the wrong class, but out of all the ones I tried out I couldn't get any of them to work.. :sJava Code:final MyService service = new MyService(); final MyService port = service.getPort(MyService.class); port.getTest("asd");
Really would appreciate it if someone could help me with this as I have been looking into this for plenty of days now.. >.<
Similar Threads
-
mail content are not encoded as per content-transfer- encoding
By Luna Lovegood in forum New To JavaReplies: 1Last Post: 04-19-2011, 08:52 AM -
creating webservice from the scratch(from the wsdl) with jaxws
By devday in forum New To JavaReplies: 1Last Post: 08-10-2009, 11:51 AM -
Jaxb
By Paul Richards in forum XMLReplies: 1Last Post: 08-03-2009, 09:56 PM -
Content type for MS files "content/unknown" with URLConnection
By serjant in forum NetworkingReplies: 2Last Post: 05-30-2009, 10:42 AM -
JAXB Marshalling
By akbar4ums in forum XMLReplies: 1Last Post: 12-20-2008, 04:39 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks