cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with webservice Model Creation

Former Member
0 Kudos

HI ,

I am not able to create the model for the webservice. It is not showing any error and model is not creating.

My wsdl file is as follows. Please let me know is there any problem with wsdl file.

<?xml version="1.0" encoding="utf-8" ?>

- <!-- Generated by WSDLDefinitionsParser

-->

- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="DBControllerWSWsd" targetNamespace="urn:DBControllerWSWsd" xmlns:bns0="urn:DBControllerWSWsd/Config1/document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

<wsdl:import location="http://myhost:50100/DBControllerWS/Config1/bindings?wsdl&style=document" namespace="urn:DBControllerWSWsd/Config1/document" />

- <wsdl:service name="DBControllerWS">

- <wsdl:port name="Config1Port_Document" binding="bns0:Config1Binding">

<soap:address location="http://myhost:50100/DBControllerWS/Config1?style=document" />

</wsdl:port>

</wsdl:service>

</wsdl:definitions>

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No info