Coder Social home page Coder Social logo

webserviceservlet's People

Watchers

 avatar

webserviceservlet's Issues

Problem loading schema1.xsd when deployed to GAE

I am using the webserviceservlet in GAE. When I invoke the 

localhost:8888/wss?wsdl

I get this error 
Failded to create SchemaGenerator in GET: java.lang.NullPointerException
schemaFilePath: schema1.xsd

Regardless of the path of schema1.xsd, I get this error. I think this may be 
related to class loading, since the wss servlet is not able to locate the 
schema file.

I have also attached the stacktrace.

Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 7:06

Attachments:

Having a problem with Hebrew letters

I am using wss in GAE.

Everything is OK but only one that all Hebrew letters are being returned as "?" 
(question marks).
Is there any way to fix this ?
This problem happens on both 0.6b and 0.7b version.

Thank you.

Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 4:22

Getting "Unsupported Content-Type: text/html; charset=iso-8859-1 Supported ones are: [text/xml]" error while accessing webservice function addEmployee from client

What steps will reproduce the problem?
1.Running the client code

What is the expected output? What do you see instead?
Expected output : "WebService returned:ok: emplyee added"
Exception thrown:Unsupported Content-Type: text/html; charset=iso-8859-1 
Supported ones are: [text/xml]" 

What version of the product are you using? On what operating system?
Eclipse Helios
OS:Windows XP Service Pack 3 Version 2002

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Oct 2012 at 7:48

Web Service with void return type throws null pointer.

What steps will reproduce the problem?

1. Write simple web service method with void return type

e.g. public void stringRecVoid(String message) {
        System.out.println("In stringRecVoid ..............");
        }
2. Deploy to server and confirm working via http://localhost:8888/test/ws?wsdl

3. Try to generate client as per instructions; 
http://code.google.com/p/webserviceservlet/wiki/WSSClient

What is the expected output? 
Client and proxy classes generated.

What do you see instead?
Client generation causes null pointer exception. (If method has a return type 
this does not happen)

WAB0399E Error in generating Java from WSDL:  java.io.IOException: Type null is 
referenced but not defined.
    java.io.IOException: Type null is referenced but not defined.
    at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:665)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:545)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:518)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495)
    at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
    at java.lang.Thread.run(Thread.java:636)


What version of the product are you using? On what operating system?
wss-0.7b.jar on Linux Mint 9

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Jun 2011 at 8:50

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.